- gpl @ gpl
- BufferBlock @ BufferBlock
- STKinstructions @ STKinstructions
-
SOMTrain
@ Plugin
... size: ~asuitablebuffer = SOMTrain.allocBuf(s, netsize, numdims, numinputdims); // ... dimension examples see SOMTrain_2D_example, SOMTrain_3D_example) s.boot; ~numnodes = 20; ~traindur ... dataspace = Buffer.alloc(s, s.sampleRate); // Let's have 1 second of ...
- Squiz @ Plugin
-
trainFromFile
@ Plugin
... data with a sinusoidal relationship: s.boot; ~toydata = { var num ... sin]}.dup(10000); // Let's plot the data - looks just ... ~sf.close; // Check it's still sinusoidal: b = Buffer.read ... somdata = data.clump(2)}) }); // Let's plot it: ( ~winsize = 700; ...
- Qitch @ Plugin
-
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