- LoopBuf.help @ Plugin
- ProcEvents @ Plugin
-
PV_BinDelay
@ Plugin
... s.sendMsg(\b_alloc, c=s.bufferAllocator.alloc(1), size); s.sendMsg(\b_alloc, d=s ... \fb, d, \inbus, s.options.numOutputBusChannels]); { awin = ... xb.currentvalue * maxdel)).postln; s.sendMsg(\b_set, c, xb. ... s.sendMsg(\b_free, b); s.sendMsg(\b_free, c); s. ...
-
FMHDecode1
@ FMHDecode1
... the specifications from Richard Furse's site.Ã In addition, after a ... , rfd, rrd, lrd, lfd, bottom s=Server.internal.boot; ( {Ã var w ... #w, x, y, z, r, s, t, u, v =Ã FMHEncode1.ar ... .cube(w, x, y, z, s, t, v); }.scope(8)); ( {Ã ...
- ProcMod @ Plugin
-
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; ...