-
asTarget
@ Help
... ; 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
@ NodeProxy
... jitlib_fading jitlib_asCompileString NodeProxy_roles First Example s.boot; a = NodeProxy. ... unset,à unmap map(key(s), proxy,à key(s), proxy, .... ) Map ... functionsà /////////////////////à s.boot; a = NodeProxy.audio(s, 2); a ...
-
Tour_of_UGens
@ Help
... 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 @ Help
- 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). ...
-
SCStethoscope
@ SCStethoscope
... var scopeWindow Server.default = s = Server.internal s.boot {SinOsc.ar([330 ... ugen scopes. Server.default = s = Server.internal s.boot {[SinOsc.ar.scope ... ( Server.default = Server.internal; s = Server.default; s.boot; ) ( { SinOsc.ar([225 ...
-
SCQuartzComposerView
@ SCQuartzComposerView
... the currently loaded composition's input ports. outputKeys Returns ... the currently loaded composition's output ports. start Start ... ; ~meters = [m, n]; ) s.boot; // MouseX controls noise amp ... ( o = OSCresponder(s.addr, '/tr', {arg time, ...
- MIDIIn @ MIDIIn