Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... preparing the environment ( s.boot; p = ProxySpace.push(s); ) playing and monitoring ... be played back. // quit server: s.quit; // create two proxyspaces without ... running server ( p = ProxySpace(s); q = ProxySpace(s); p.use({ ~out = { Resonz ...

  2. FreqShift @ Help

  3. Shaper @ Help

    ... if necessary. Server.default = s = Server.internal; s.boot; b = Buffer. ... and cheby): b = Buffer.alloc(s, 1024, 1); b.cheby([ ... data over. b = Buffer.alloc(s, 1024, 1); //size must ... transfer functions! b = Buffer.alloc(s, 1024, 1); // or, for ...

  4. Pause @ Help

  5. Convolution2L @ Help

  6. SharedOut @ SharedOut

  7. InFeedback @ InFeedback

    ... InFeedback.ar(in, 1) ); }).send(s); SynthDef(\help_SinOsc, { arg out=0 ... 0, 0.1)) }).send(s); ) x = Bus.audio(s, 1); // read from ... OffsetOut.ar(0, play); }).play(s); // Compare with this for ... (440, 0, 0.2) }.play(s, 1); ) ../../Core/Object.html ...

  8. PingPong @ PingPong

    ... the inputArray ( s = Server.local; s.waitForBoot({ b = Buffer.alloc(s,44100 * 2 ... ,right], delayTime, feedback, 1) ) }).play(s,[\out, 0, \bufnum, b,\feedback ... .5,\delayTime,0.1]); }); ) ( s = Server.local; s.waitForBoot({ b = Buffer.alloc ...

  9. KeyTrack @ KeyTrack

  10. Stepper @ Stepper

    ... BufRd for sequencing // s.boot; s.sendMsg(\b_alloc, 10, ... degreeToKey(m) + 36).midicps; s.performList(\sendMsg, \b_setn, 10 ... .ar(0, out); }).send(s); ) s.sendMsg(\s_new, \stepper, 1000, ... // transpose up 2 semitones s.performList(\sendMsg, \b_setn, 10 ...

prev 21 22 23 24 25 26 27 28 29 30 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow