-
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 ...
-
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 ...
-
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 ...
-
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); // ... // ...
-
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. ...
-
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 = ...
- VDiskIn @ VDiskIn
- In @ Help
-
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 ...
-
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). ...