Submit Browse
Anonymous Login RSS

SuperCollider Code

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

  2. PG_03_What_Is_Pbind @ PG_03_What_Is_Pbind

  3. PG_08_Event_Types_and_Parameters @ Help

    ... to delay the event's server message(s). \timingOffset: Number of ... to delay the event's server message(s). In conjunction with ... file. free: Deallocate the buffer's memory on the server. * ... . If not given directly, it's calculated as ~sustain = ~dur * ...

  4. Debugging-tips @ Debugging-tips

  5. Spawning @ Help

    ... )) // frees itself ) }).play(s); ) x.free; Clocks, such ... SC3 (will execute) s = Server.default; s.boot; ( SynthDef ... SynthDefs on the fly s = Server.default; s.boot; ( t = ... their arguments and functionality. s = Server.default; s.boot; ( // ...

  6. Sync-Async @ Help

    ... Boot the local Server ( s = Server.local; s.boot; ) // Compile a ... 0.1)) }).play(s); ) Let's take a look at ... following: ( b = Buffer.alloc(s, 44100, completionMessage: { arg buffer; ... automatically when done b = OSCresponderNode(s.addr, '/tr', { arg ...

  7. NodeMessaging @ Help

  8. Bus @ Help

    ... use the internal server's shared control buses and ... ) - set the bus value(s) beginning at offset. asynchronous. setnAt ... will be set. Examples s = Server.local; s.boot; ( // something ... buses: ( b = Bus.control(s, 4); x = SynthDef(\helpBusMulti, ...

  9. Synth @ Synth

  10. Group @ Group

    ... the regular methods using Server's automated bundling capabilities. See ... place in its server's node order s.boot; g = Group ... at the head of s' default group s.queryAllNodes; g.free; ... replacing nodeToReplace in the server's node order. Control and ...

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