[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] [JITLib] SynthDefControl-set



Hey (Julian),

Would be nice to have something like this:

p = ProxySpace.push(s.boot)

~out = {|freq = 100| Saw.ar(freq)}
~out.add{|freq = 100| SinOsc.ar(freq)}

~out[1].set(\freq, 1000)
// -> doesn't work, 'cause SynthDefControls does'nt have a set method...