Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. PackFFT @ Help

    ... , pvcalc, pvcalc2. Here's an unusual example which uses ... intended typical usage! It's OK to do this ... 0.01).squared); // Let's turn the bins on and ... 1)}.dup(100); // Let's ignore phase for now phases ... (0, sig.dup); }.play(s); ) x.free; FFT.html ...

  2. PV_BinShift @ Help

  3. UnpackFFT @ Help

    ... 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 ...

  4. PV_Conj @ PV_Conj

  5. PV_MagFreeze @ PV_MagFreeze

  6. 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, \ ...

  7. PV_PhaseShift @ Help

  8. Out @ Out

    ... 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, ...

  9. 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 = ...

  10. 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 = ...

prev 11 12 13 14 15 16 17 18 19 20 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow