- Qitch @ Qitch
-
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 ...
-
PV_PartialSynthF
@ 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 ...
- BufGrainI @ BufGrainI
-
ProcModR
@ Plugin
... 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
@ 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 ...
-
PV_EvenBin
@ Plugin
... 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
@ PV_PartialSynthP
... , 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 ... , out.dup);Ã }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ...
-
PV_MagBuffer
@ PV_MagBuffer
... (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), ...