Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... , out.dup); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \partialsynth, z = s.nextNodeID, 0, 1 ... , 0); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0); SynthDef ...

  2. BufGrainI @ Plugin

  3. ProcModR @ ProcModR

    ... control of the ProcMod }).load(s); // create a new ProcModR, ... ... run it inside this ProcMod's group, // and read control ... of the ProcMod }).load(s); i = 0; s.boot; a = ProcModR. ... if({msg[3].postln}) }) ); Task({ s.sendMsg(\s_new, \trig, a.server ...

  4. PV_NoiseSynthF @ PV_NoiseSynthF

    ... , out.dup); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \partialsynth, z = s.nextNodeID, 0, 1 ... , 0); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0); SynthDef ...

  5. PV_EvenBin @ PV_EvenBin

    ... split apart }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \evenbin, z = s.nextNodeID, 0, 1 ... ); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0); s.sendMsg(\b_free ...

  6. PV_PartialSynthP @ Plugin

    ... dup); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, ... start the synth s.sendMsg(\s_new, \partialsynth, z = s.nextNodeID, 0 ... // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0 ... ); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, ...

  7. PV_MagBuffer @ Plugin

    ... (chain, freqbuf); IFFT(chain); }).load(s); SynthDef(\magbuffersynth, {arg gate = 1 ... .ar(0, out * env); }).load(s); ) s.boot; // allocate the fft buf ... ]); ) // start the analuysis ( s.sendMsg(\s_new, \magbufferana, z = s.nextNodeID, 0, 1 ...

  8. FMGrainI @ Plugin

    ... is all envbuf2 Examples: s.boot; SynthDef(\fm_grain_test, ... , doneAction: 2) ) ) }).load(s); y = Env([0, 1, 0 ... 10]).asSignal(1024); s.sendMsg(\b_alloc, b = s.bufferAllocator.alloc(1 ... 1024] ++ y) s.sendMsg(\b_alloc, c = s.bufferAllocator.alloc(1), ...

  9. Balance @ Balance

    ... ]); }).load(s); s.sendMsg(\s_new, \noise, a = s.nextNodeID, 0, 1); s.sendMsg(\n_set ... , a, \noiseout, 0); s.sendMsg ... ]); }).load(s); s.sendMsg(\s_new, \test, a = s.nextNodeID, 0, 1); s.sendMsg(\n_free ...

  10. BufGrainB @ Plugin

prev 21 22 23 24 25 26 27 28 29 30 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow