Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. Tutorial @ Tutorial

  2. Buffer @ Help

    ... allocated from the Server's bufferAllocator, unless you ... stereo buffer s.boot; b = Buffer.alloc(s, s.sampleRate * ... 1, bufnum ) ) }).add; ) ( s.makeBundle(nil, { b = Buffer.cueSoundFile ... = Synth(\help_Buffer_cue, [\bufnum, b], s); }); ) b.free; y.free; ...

  3. Server @ Server

    ... (\default)}); s.queryAllNodes; s.reorder(x, g, \addToTail); s.queryAllNodes; ... Throw an Error ( try { s.makeBundle(nil, { s.farkermartin; }); } { |error| ... first s.record; s.pauseRecording; // pausable s.record // start again s.stopRecording; ...

  4. asTarget @ Help

    ... ; g = s.asTarget; // the default group of s h = s.defaultGroup; // ... Showing the problems s = Server.default; s.boot; g = s.nextNodeID.asTarget; x ... practical example s = Server.default; s.boot; s.sendMsg(\g_new, x = s.nextNodeID); // ... // ...

  5. NodeProxy @ NodeProxy

    ... jitlib_fading jitlib_asCompileString NodeProxy_roles First Example s.boot; a = NodeProxy.new. ... , unset, unmap map(key(s), proxy, key(s), proxy, .... ) Map the ... with ugen functions ///////////////////// s.boot; a = NodeProxy.audio(s, 2); a. ...

  6. Tour_of_UGens @ Tour_of_UGens

    ... written. ( s = Server.internal; Server.default = s; s.boot; ) ... . attachments/Tour_of_UGens/chebyshevpolynomials.png s.sendMsg(\b_alloc, 80, 1024 ... Server.default = s; s.quit; s.options.numOutputBusChannels = 8; s.options.numInputBusChannels = ...

  7. VDiskIn @ VDiskIn

  8. In @ In

  9. SCVLayoutView @ Help

    ... (q,{ arg i; var s; s = Slider(v,Rect(0, ... (q,{ arg i; var s; s = Slider(v,Rect(0, ... )); s.value = i / 5; s.resize = 5; s.setProperty(\minHeight,20); s.setProperty ... (\maxHeight,40); s }); w ...

  10. SCHLayoutView @ SCHLayoutView

    ... (q,{ arg i; var s; s = Slider(h,Rect(0, ... s.value = i / 5; s.resize = 5; s.setProperty(\minWidth,20); s.setProperty ... (\maxWidth,40); s }); w ... (q,{ arg i; var s; s = StaticText(h,120@20). ...

1 2 3 4 5 6 7 8 9 10 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow