Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... ; numberOfParticipants = 4; n = s.options.numAudioBusChannels / numberOfParticipants; n = ... .asInteger * s.clientID; s.audioBusAllocator.alloc(n); n = s.options.numControlBusChannels ... = n.floor.asInteger * s.clientID; s.controlBusAllocator.alloc(n); ) d ...

  2. RecNodeProxy @ RecNodeProxy

  3. NodeProxy_roles @ Help

  4. Klank @ Help

  5. VOsc @ VOsc

    ... var n, a; // allocate table s.sendMsg(\b_alloc, i, 1024); // ... (0.001) }); // fill table s.performList(\sendMsg, \b_gen, i, ... rand, 1) }); // fill table s.performList(\sendMsg, \b_gen, i, \ ... 1.0.rand2 }); // fill table s.performList(\sendMsg, \b_gen, i, ...

  6. OscN @ OscN

    ... with interpolating Osc examples. ( s = Server.local; b = ... are noticeable artifacts // modulate freq s = Server.local; b = ... different than the Osc example s = Server.local; b = ... ) b.free; ( // modulate phase s = Server.local; b = Buffer.alloc ...

  7. VOsc3 @ VOsc3

    ... var n, a; // allocate table s.sendMsg(\b_alloc, i, 1024); // ... (0.001) }); // fill table s.performList(\sendMsg, \b_gen, i, ... rand, 1) }); // fill table s.performList(\sendMsg, \b_gen, i, \ ... 1.0.rand2 }); // fill table s.performList(\sendMsg, \b_gen, i, ...

  8. Osc @ Osc

    ... freq ) }).play(s,[\out, 0, \bufnum, b]); ) ( s = Server.local ... 800), 0, 0.25) ) }).play(s,[\out, 0, \bufnum, b]); ) ... ( // modulate phase s = Server.local; b = Buffer.alloc ... 0, 2pi), 0.25) ) }).play(s,[\out, 0, \bufnum, b]); ) ...

  9. Free @ Help

  10. EnvGen @ EnvGen

    ... (envctl, doneAction: 2)); }).send(s); ) ( SynthDef(\sine, { ... )); }).send(s); ) s.sendMsg(\c_set, 0, 800); s.sendMsg(\s_new, ... f.size] ++ f); s.sendMsg(\n_free, 1001); Forced ... gate, doneAction:2)) }).send(s); ) s.sendMsg(\s_new, \stealMe, ...

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