- LoopBuf.help @ LoopBuf.help
- ProcEvents @ ProcEvents
-
PV_BinDelay
@ Plugin
... ); s.sendMsg(\b_alloc, c=s.bufferAllocator.alloc(1), size); s.sendMsg(\b_alloc, d=s ... ,\dels, c, \fb, d, \inbus, s.options.numOutputBusChannels]); { awin = GUI.window ... ({ synth.free; s.sendMsg(\b_free, b); s.sendMsg(\b_free, c); s.sendMsg(\b_free ...
-
FMHDecode1
@ Plugin
... w, x, y, z, r, s, t, u , v - the ... the specifications from Richard Furse's site. In addition, after ... rfd, rrd, lrd, lfd, bottom s=Server.internal.boot; ( { var ... .cube(w, x, y, z, s, t, v); }.scope(8)); ( ... (w, x, y, z, s, t, u, v); }.scope ...
- ProcMod @ ProcMod
-
PV_MagMap
@ Plugin
... out); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, ... start the synth s.sendMsg(\s_new, \magmap, z = s.nextNodeID, 0 ... , 1); // free it s.sendMsg(\n_free, z); SynthDef(\magmap ... ); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, ...
- 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 @ Squiz
-
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; ...