Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. 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 ...

  2. EnvirGui @ EnvirGui

  3. jitlib_basic_concepts_01 @ Help

    ... 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 ...

  4. NodeMap @ NodeMap

  5. 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 ...

  6. AmpComp @ AmpComp

  7. MulAdd @ MulAdd

    ... 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 ...

  8. BufWr @ Help

  9. WrapIndex @ WrapIndex

    ... signal. ( // indexing into a table s = Server.local; t = [ 200, 300 ... , 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]); )

  10. 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]); ...

prev 11 12 13 14 15 16 17 18 19 20 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow