[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] behavior when assigning SynthDef to NodeProxy
How come when I execute:
s.boot;
Ndef(\foo,
SynthDef("w", { arg out=nil; Out.ar(out,SinOsc.ar([Rand(430, 600),
600], 0, 0.2)) })
)
the 'w' plays on bus 0, and even executing
Ndef(\foo).stop;
Will not stop it?
I'm trying to get a SynthDef that I can use from another pattern that is
enclosed within
a Ndef.
Thanks For Your Attention
--
Time is an imaginary number. Entropy always wins.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/