-
ProxyMixerOld
@ ProxyMixerOld
... bounds Example p = ProxySpace.push(s.boot, \p);Ã m = ProxyMixer(p ... zero. ~test.vol_(0.1); s.scope(8); ~test.playN(4 ... ); // set proxy's first output channel: ~test.playN ...
-
NodeProxyEditor
@ Help
... this. Example // preparation s.boot; p = ProxySpace.push(s);Ã ( ~test = { |freq=300 ... between NodeProxyEditors:Ã ( // p = ProxySpace.push(s.boot); l = NodeProxyEditor(nil, 3 ...
- ProxyMixer @ ProxyMixer
- jitlib_efficiency @ jitlib_efficiency
- recursive_phrasing @ recursive_phrasing
-
ProxySpace
@ ProxySpace
... many relevant methods. First Example s.boot; p = ProxySpace.new; p ... instances of NodeProxy: a = NodeProxy(s) is equivalent toà ~a; a ... , something); // examples p = ProxySpace.push(s.boot); // use ProxySpace as current ...
-
playN
@ playN
... mixer. // examples Server.default = s = Server.internal; s.boot; p = ProxySpace.push ... ; s.scope(8); // a 3 channel ...
-
BusPlug
@ Help
... control bus listener s.boot; z = Bus.control(s, 16); a = BusPlug ... audio monitor p = BusPlug.audio(s,2); d = { Out.ar(p ...
-
Monitor
@ Monitor
... //example Server.default = s = Server.internal; s.boot; s.scope(16); { Out.ar ...
-
MoogFF
@ MoogFF
... , 25-31 August 2007 Examples s.boot; // Play it with the ... ), MouseX.kr(0, 4)) }.play(s); x.free; // Mmmm, throbby x ... ,4200), 0.83 * 4)}.play(s); x.free; Original Java code ...