-
SOMTrain_3D_example
@ SOMTrain_3D_example
... . This is similar to SOMTrain_2D_example s.boot; ~numnodes = 15; ~traindur = ... is 2D) ~dataspace = Buffer.alloc(s, ~dataspacelength, ~dataspacechanwidth); ~data = ~dataspacechanwidth ... initialise it ~som = SOMTrain.allocBuf(s, ~numnodes, 3, 4); SOMTrain ...
- CQ_Diff @ Plugin
-
Cepstrum
@ Plugin
... the shape of a signal's log-power spectrum. Because this ... log is important because that's part of what helps separate ... Example s.boot; ~fftbuf = Buffer.alloc(s, 2048); ~cepbuf = Buffer.alloc(s, 1024 ...
- ListTrig.help @ ListTrig.help
- PV_MagMulAdd @ PV_MagMulAdd
- FFTCrest @ Plugin
-
Breakcore
@ Plugin
... 25*44100 b = Buffer.alloc(s,44100); ( ~breakfilenames= Array ... size,{arg i; Buffer.read(s,~breakfilenames[i])}); ) ( SynthDef ... doneAction:2) ) }).play(s,[\bufnum,b.bufnum,\target,~ ... 10,doneAction:2) ) }).play(s,[\bufnum,b.bufnum]); ) ( SynthDef ...
-
NTube
@ NTube
... 0.99,0.01)) }).send(s);Ã SynthDef(\ntubehelp,{|out=0, ... ).max(-1.0)),pan));Ã }).send(s);Ã ) ( var n=7;Ã var ... group= Group.basicNew(s,1);Ã t.stop; t={ ... (n, 0.001, maxdur)]); // //s.bind({ //a.set(\freq, exprand ...
-
AY
@ Plugin
... in each channel, so it's not linear. Ã * vola, volb, volc ... the resulting signal The chip's inputs are integer values, so ... as a SC UGen. Examples s.boot; // Default... x = {AY.ar ... , Pan2.ar(ay, pan)); }).load(s); ) x = Synth(\ay1, [\wobbly, 0 ...
- PV_BinPlayBuf @ Plugin