Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... be to the proxy's param value for soft ... ) // map a single knob's action f.mapCCS(1, \kn08 ... map to the proxy editor's param controls, and the ... (kn08) goes to the proxy's volume. ( // adapt from PFKtl ... used for the edited proxy's volume. ( // make an ...

  2. NanoKtl @ Quark

    ... , the 9th control the proxy's volume. ( p = ProxySpace.push; ... , the 9th control the proxy's volume. ( p = ProxySpace.push; ... - shifts the mapped editor's params. slider9 controls server volume ... to test p = ProxySpace.push(s.boot); ( m = ProxyMixerOld(p ...

  3. TGrains3.help @ Plugin

  4. PV_Compander @ PV_Compander

    ... same as Compander s.boot; ( b = Buffer.alloc(s, 2048, 1); ... out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b ... out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b ... , 0.05).dup); }).play(s,[\out, 0, \bufnum, b ... , 0.05).dup); }).play(s,[\out, 0, \bufnum, b ...

  5. Logger @ Plugin

    ... reset it.) Examples s.boot; b = Buffer.alloc(s, 100); ( // This ... ; b.plot; b = Buffer.alloc(s, 100, 3); ( // The same ... ; b.plot; b = Buffer.alloc(s, 100); ( // This time we ... , t_trig, b.bufnum, t_reset); }.play(s); ) x.set(\t_trig, 1); // ...

  6. FFTSubbandPower.help @ FFTSubbandPower.help

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

  7. FFTSubbandPower @ FFTSubbandPower

  8. FFTComplexDev @ FFTComplexDev

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

  9. FFTPhaseDev @ FFTPhaseDev

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

  10. GaussClass @ GaussClass

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

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