Submit Browse
Anonymous Login RSS

SuperCollider Code

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

  2. PV_FreqBuffer @ PV_FreqBuffer

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

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

  4. BufGrainI @ Plugin

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

  6. PV_NoiseSynthF @ Plugin

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

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

  8. PV_PartialSynthP @ PV_PartialSynthP

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

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

  10. FMGrainI @ FMGrainI

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

prev 1 2 3 4 5 6 7 8 9 10 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow