Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... be modulated. Examples // Simple example s = Server.local.boot; //Server.internal ... .boot; b = Buffer.alloc(s,2048,1); ( x = { var ... familiar home hi-fi style. s = Server.local.boot; b = ... size=8; c = Bus.control(s, size); // Values will be written ...

  2. FFTSubbandPower @ Plugin

  3. FFTComplexDev @ Plugin

    ... activate the rectification feature (it's either on or off; ... and non-rectified) see Dixon, S. (2006) Onset Detection Revisited. ... with the parameters. s.boot; b = Buffer.alloc(s, 512, 1); // ... ); Out.kr(0, flux); }.play(s); ) x.free;b.free; // ...

  4. FFTPhaseDev @ Plugin

    ... (weighted and unweighted) see Dixon, S. (2006) Onset Detection Revisited. ... with the parameters. s.boot; b = Buffer.alloc(s, 512, 1); ... Out.kr(0, flux); }.play(s); ) x.free;b.free; // ... }.plot(c.numFrames/c.sampleRate, s); ) x.free; b.free; ...

  5. GaussClass @ Plugin

    ... classes: ( ~classes = [ [ // First class's mean, covariance, weight: [2, 8 ... ) // Now let's use it: s.boot; b = Buffer.loadCollection(s, ~serialised); ( x ... 0.1).dup); // sonify }.play(s) ) x.free; ________________________________ THE FORMAT ...

  6. TPV @ TPV

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

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

  9. SortBuf @ Plugin

  10. Tartini @ Plugin

prev 1 2 3 4 5 6 7 8 9 10 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow