Figured out sythdefs
parent
d1abdbabf6
commit
5d3b7008a6
@ -0,0 +1,7 @@
|
||||
(
|
||||
SynthDef(\sin, { |out|
|
||||
Out.ar(out,
|
||||
SinOsc.ar()
|
||||
)
|
||||
}).add
|
||||
);
|
||||
@ -0,0 +1 @@
|
||||
d1 $n "0 8 2 20 5" #s "sin"
|
||||
Reference in New Issue