-
NdefGui
@ Help
... ar and a kr nodeproxy. s.boot; ( Ndef(\lfo, { |lofreq| SinOsc ... a dragboth for the proxy's name \type a view for ... the proxy's type (ir, ar + numChans, kr ... between NodeProxyEditors:Ã ( // p = ProxySpace.push(s.boot); l = NdefGui(nil, 3 ...
- EnvirGui @ Help
-
jitlib_basic_concepts_01
@ jitlib_basic_concepts_01
... in use. // boot the server s.boot; // two proxies on a ... y = NodeProxy.audio(s, 2); z = NodeProxy.audio(s, 2); // use them ... like this: p = ProxySpace.push(s.boot); // store proxy space in ...
- NodeMap @ NodeMap
-
UGen
@ UGen
... of the window. Server.default = s = Server.internal.boot; // scope ... .25) }.play; // multichannel works s.scope; // can still separately scope ... of the server Server.default = s = Server.local.boot; // switch ... lesser of the receiver's output and the Nyquist ...
- AmpComp @ Help
-
MulAdd
@ Help
... the UGen help file. Examples s.boot; // The mul and add ... , 0.1, 0.05) }.play(s); x.trace; // You should see ... ), 0.1, 0.05) }.play(s); x.trace; x.free; // In ... ) * 0.1 + 0.05 }.play(s); x.trace; x.free; (Note ...
- BufWr @ Help
-
WrapIndex
@ Help
... signal. ( // indexing into a table s = Server.local; t = [ 200, ... 500, 600, 800 ]; b = Buffer(s,t.size,1); // alloc and ... set the values s.listSendMsg( b.allocMsg( b.setnMsg ... * 3) ), 0, 0.5 )Ã ) }).play(s,[\i_bufnum,b]); )
-
FreeSelfWhenDone
@ FreeSelfWhenDone
... UGen to check for done. s.boot; // simple example ( { ... four seconds b = Buffer.alloc(s, 44100 * 4.0, 1); ... ' status FreeSelfWhenDone.kr(recbuf); }).play(s,[\out, 0, \bufnum, b]); ) // ... Out.ar(out, playbuf); }).play(s,[\out, 0, \bufnum, b]); ...