- PV_BinShift @ Help
-
UnpackFFT
@ UnpackFFT
... includes notes on efficiency considerations. ( s.boot.doWhenBooted { var fftsize = ... 1024; b = Buffer.alloc(s, fftsize, 1); c = Buffer ... }; (sig*0.1).dup; }.play(s); ) x.free; // Now a ... * IFFT(chain).dup); }.play(s); ) x.free; See pvcollect ...
- PV_Conj @ PV_Conj
- PV_MagFreeze @ Help
-
PV_MagBelow
@ PV_MagBelow
... also FFT Overview. s.boot; ( b = Buffer.alloc(s,2048,1); c ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b]); ) ( ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b]); ) ( ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b, \ ...
- PV_PhaseShift @ PV_PhaseShift
-
Out
@ Help
... Out.ar(out, source); }).send(s); ) Synth(\help_out, [\freq, ... Out.ar(out, source); }).send(s); ) Synth(\help_out2, [\freq, ... ar([0,2], source); }).send(s); ) Synth(\help_out3, [\freq, ... ar([0,2], source); }).send(s); ) Synth(\help_out4, [\freq, ...
-
DelTapRd
@ Help
... 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 = ...
-
DelTapWr
@ DelTapWr
... to use b = Buffer.alloc(s, 44100, 1); // write a ... [src + tap2, tap1 + tap3]) }).send(s); x = Synth(\test, [\buffer, b ... Out.kr(cout, tapPhase); }).send(s); SynthDef(\readFilt, {arg buffer, cin ... ; Out.ar(0, filt); }).send(s); c = Bus.control; x = ...
- BeatTrack @ Help