-
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 ...
- BufGrainI @ Plugin
-
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 ...
-
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 ...
-
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 ...
-
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, ...
-
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 ...
-
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), ...
-
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 ...
- BufGrainB @ Plugin