Submit Browse
Anonymous Login RSS

SuperCollider Code

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

  2. LTI @ Plugin

    ... //feedforward coefficients c=Buffer.sendCollection(s, a, 1); d=Buffer.sendCollection ... //feedforward coefficients c=Buffer.sendCollection(s, a, 1); d=Buffer. ... //feedforward coefficients c=Buffer.sendCollection(s, a, 1); d=Buffer.sendCollection ...

  3. NL @ NL

    ... ]; //feedforward coefficients c=Buffer.sendCollection(s, a, 1); d=Buffer.sendCollection ... ]; //feedforward coefficients c=Buffer.sendCollection(s, a, 1); d=Buffer.sendCollection ... bufnum, d.bufnum)}.plot(1024/(s.sampleRate)) //Take advantage of sparsity ...

  4. SortBuf @ SortBuf

  5. Tartini @ Tartini

  6. SinGrainBBF @ SinGrainBBF

    ... is the default. Examples: s.boot; SynthDef(\sin_grain_test, {arg ... 5]).asSignal(1024); s.sendMsg(\b_alloc, b = s.bufferAllocator.alloc(1 ... 1024] ++ z) s.sendMsg(\s_new, \sin_grain_test, a=s.nextNodeID, 0, ... 0.2, \envbuf, b); s.sendMsg(\n_set, a, \gate, ...

  7. PV_MinMagN @ Plugin

    ... (0, out); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \minmag, z = s.nextNodeID, 0, 1 ... , \fftbuf, 0); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0 ...

  8. BufGrain @ Plugin

  9. FMHEncode1 @ Plugin

    ... X, Y, Z, R, S, T, U, and V channels ... W,X,Y,Z, R, S, T, U, V. Because ... decode with FMHDecode1 and it's methods. s=Server.internal.boot; ( { ... w, x, y, z, r, s, t, u, v; #w, ... x, y, z, r, s, t, u, v = FMHEncode1.ar ... (w, x, y, z, s, t, v); }.scope(8));

  10. SinGrainB @ SinGrainB

    ... envelope of the grain Examples: s.boot; SynthDef(\sin_grain_test, {arg gate ... , levelScale: amp, doneAction: 2) ) ) }).load(s); z = Env([0, 1, 0 ... , -10]).asSignal(1024); s.sendMsg(\b_alloc, b = s.bufferAllocator.alloc(1), 1024 ...

prev 31 32 33 34 35 36 37 38 39 40 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow