Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... Instead, use the Thread's subclass Routine. The only purpose ... . Discussion: The parent Thread's execution is blocked until the ... Get or set the Thread's associated Clock. Discussion: There ... clock becomes the main Thread's clock. * Child Threads inherit ...

  2. SynthDef @ SynthDef

    ... of specifications for the ugenGraphFunc's arguments. The order corresponds to ... . func = value Return this def's ugenGraphFunc. . variants . variants = value ... an Event containing this def's variants. . allControlNames . allControlNames = value ...

  3. Server @ Doc

    ... to the Interpreter variable 's'.⧉✔ Accessing all servers Server. ... , also the interpreter variable s is changed.⧉✔ Switching the ... be set using the Server's ServerOptions. Example:⧉✔ The ...

  4. asTarget @ asTarget

    ... ; g = s.asTarget; // the default group of s h = s.defaultGroup; // ... Showing the problems s = Server.default; s.boot; g = s.nextNodeID.asTarget; x ... practical example s = Server.default; s.boot; s.sendMsg(\g_new, x = s.nextNodeID); // ... // ...

  5. NodeProxy @ Help

    ... jitlib_fading jitlib_asCompileString NodeProxy_roles First Example s.boot; a = NodeProxy.new. ... , unset, unmap map(key(s), proxy, key(s), proxy, .... ) Map the ... with ugen functions ///////////////////// s.boot; a = NodeProxy.audio(s, 2); a. ...

  6. Tour_of_UGens @ Tour_of_UGens

    ... written. ( s = Server.internal; Server.default = s; s.boot; ) ... . attachments/Tour_of_UGens/chebyshevpolynomials.png s.sendMsg(\b_alloc, 80, 1024 ... Server.default = s; s.quit; s.options.numOutputBusChannels = 8; s.options.numInputBusChannels = ...

  7. VDiskIn @ VDiskIn

  8. In @ Help

  9. SCVLayoutView @ Help

    ... (q,{ arg i; var s; s = Slider(v,Rect(0, ... (q,{ arg i; var s; s = Slider(v,Rect(0, ... )); s.value = i / 5; s.resize = 5; s.setProperty(\minHeight,20); s.setProperty ... (\maxHeight,40); s }); w ...

  10. SCHLayoutView @ Help

    ... (q,{ arg i; var s; s = Slider(h,Rect(0, ... s.value = i / 5; s.resize = 5; s.setProperty(\minWidth,20); s.setProperty ... (\maxWidth,40); s }); w ... (q,{ arg i; var s; s = StaticText(h,120@20). ...

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