Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... -axis. // must use internal server s = Server.internal.boot; // create ... 2000, 0, 0.25) }.play(s); // random saw { RLPF.ar( ... 0.2, 0.22)) }.play(s); // modulate phase { SinOsc.ar( ... ),0,2pi), 0.25) }.play(s); // all harmonics { Blip.ar ... ,10),0.2) }.play(s);

  2. Lorenz2DL.help @ Plugin

    ... generator Lorenz2DL.ar(minfreq, maxfreq, s, r, b, h, x0 ... freq - iteration frequency in Hertz s, r, b- equation variables ... { Lorenz2DL.ar(11025, 44100) }.play(s); // randomly modulate params ( { Lorenz2DL. ... 0.02 ) * 0.2 }.play(s); ) // as a frequency control { ...

  3. PV_XFade @ Plugin

    ... . fade - 0-1. s.boot; ( b = Buffer.alloc(s,2048,1); c ... = Buffer.alloc(s,2048,1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...

  4. PV_CommonMag @ PV_CommonMag

    ... -scale uncommon magnitudes s.boot; ( b = Buffer.alloc(s, 2048, 1); c ... = Buffer.alloc(s, 2048, 1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...

  5. PV_SoftWipe @ PV_SoftWipe

    ... the top down. s.boot; ( b = Buffer.alloc(s,2048,1); c ... = Buffer.alloc(s,2048,1); d = Buffer.read(s ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...

  6. PV_CommonMul @ PV_CommonMul

    ... -scale uncommon magnitudes s.boot; ( b = Buffer.alloc(s, 2048, 1); c ... = Buffer.alloc(s, 2048, 1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...

  7. PV_Morph @ Plugin

    ... . morph - 0-1. s.boot; ( b = Buffer.alloc(s,2048,1); c ... = Buffer.alloc(s,2048,1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...

  8. Lorenz2DN.help @ Plugin

    ... generator Lorenz2DN.ar(minfreq, maxfreq, s, r, b, h, x0 ... freq - iteration frequency in Hertz s, r, b- equation variables ... { Lorenz2DN.ar(11025, 44100) }.play(s); // randomly modulate params ( { Lorenz2DN. ... 0.02 ) * 0.2 }.play(s); ) // as a frequency control { ...

  9. PV_MagMinus @ PV_MagMinus

    ... , bufferB, remove) Subtracts buffer B's magnitudes from buffer A. bufferA ... the removal process. s.boot; ( b = Buffer.alloc(s, 2048, 1); c ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...

  10. Lorenz2DC.help @ Plugin

    ... generator Lorenz2DC.ar(minfreq, maxfreq, s, r, b, h, x0 ... freq - iteration frequency in Hertz s, r, b- equation variables ... { Lorenz2DC.ar(8800, 16000) }.play(s); // randomly modulate params ( { Lorenz2DC. ... 0.01 ) * 0.2 }.play(s); ) // as a frequency control { ...

prev 51 52 53 54 55 56 57 58 59 60 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow