-
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
@ Cepstrum
... 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 @ Plugin
- FFTCrest @ Plugin
-
Breakcore
@ Breakcore
... 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
@ Plugin
... seconds of each tube's paired delay line (i ... .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={ ... , 0.001, maxdur)]); // //s.bind({ //a.set(\freq, exprand ...
-
AY
@ AY
... the resulting signal The chip's inputs are integer values, so ... as a SC UGen. Examples s.boot; // Default... x = {AY.ar ... * 0.1}.play(s); x.free; // Mouse-controlled tones ... , Pan2.ar(ay, pan)); }).load(s); ) x = Synth(\ay1, [\wobbly, 0 ...
- PV_BinPlayBuf @ PV_BinPlayBuf