- CQ_Diff @ CQ_Diff
-
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 @ Plugin
- 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
@ NTube
... 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
@ Plugin
... 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 @ Plugin
-
DelTapRd
@ DelTapRd
... sample rate b = Buffer.alloc(s, s.sampleRate * 1, 1); // ... src + tap2, tap1 + tap3]) }).send(s); x = Synth(\test, [\buffer, b ... Out.kr(cout, tapPhase); }).send(s); SynthDef(\readFilt, {arg buffer, ... Out.ar(0, filt); }).send(s); c = Bus.control; x = ...