added saw preset
This commit is contained in:
parent
b54f9c8746
commit
e35dc88845
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
(define saw-instrument
|
||||
(letc ([bus 0]
|
||||
[freq 440])
|
||||
(out bus (mul 0.2 (sin-osc ar freq 0)))))
|
||||
(out bus (mul 0.2 (saw ar freq)))))
|
||||
|
||||
|
||||
;; setup
|
||||
|
|
Loading…
Reference in a new issue