Submit Browse
Anonymous Login RSS

SuperCollider Code

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

  2. ProxySpace @ Help

    ... many relevant methods. First Example s.boot; p = ProxySpace.new; p ... instances of NodeProxy: a = NodeProxy(s) is equivalent to ~a; a ... , something); // examples p = ProxySpace.push(s.boot); // use ProxySpace as current ...

  3. playN @ playN

    ... mixer. // examples Server.default = s = Server.internal; s.boot; p = ProxySpace.push ... ; s.scope(8); // a 3 channel ...

  4. BusPlug @ BusPlug

    ... control bus listener s.boot; z = Bus.control(s, 16); a = BusPlug ... audio monitor p = BusPlug.audio(s,2); d = { Out.ar(p ...

  5. Monitor @ Monitor

    ... //example Server.default = s = Server.internal; s.boot; s.scope(16); { Out.ar ...

  6. MoogFF @ MoogFF

    ... , 25-31 August 2007 Examples s.boot; // Play it with the ... ), MouseX.kr(0, 4)) }.play(s); x.free; // Mmmm, throbby x ... ,4200), 0.83 * 4)}.play(s); x.free; Original Java code ...

  7. BufRd @ BufRd

  8. Gendy2 @ Help

    ... .0, multiplier for the distribution's delta value for amplitude. An ... .0, multiplier for the distribution's delta value for duration. An ... the oscillator, though the oscillator's period will constantly change due ...

  9. Gendy3 @ Help

    ... .0, multiplier for the distribution's delta value for amplitude. An ... .0, multiplier for the distribution's delta value for duration. An ... the oscillator, though the oscillator's period will constantly change due ...

  10. Silent @ Help

    ... the internal server Server.default =s = Server.internal; s.boot; s.scope

prev 91 92 93 94 95 96 97 98 99 100 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow