-
WarpIn
@ WarpIn
... (more computationally intensive). Examples: s = Server.local; s.boot; //Use headphones for ... * env); }).send(s); ) // stereo buffer b = Buffer.alloc(s, s.sampleRate * 16, 2 ... the duration buf = Buffer.alloc(s, thisnotedur * s.sampleRate * 0.5, 2 ...
- LICENSE @ Quark
- gpl @ Quark
- BufferBlock @ Quark
- STKinstructions @ STKinstructions
-
SOMTrain
@ SOMTrain
... 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 @ Qitch
-
PV_FreqBuffer
@ 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 ...