- Tutorial @ Tutorial
-
Buffer
@ Help
... allocated from the Server's bufferAllocator, unless you ... stereo buffer s.boot; b = Buffer.alloc(s, s.sampleRate * ... 1, bufnum ) ) }).add; ) ( s.makeBundle(nil, { b = Buffer.cueSoundFile ... = Synth(\help_Buffer_cue, [\bufnum, b], s); }); ) b.free; y.free; ...
-
Server
@ Help
... (\default)}); s.queryAllNodes; s.reorder(x, g, \addToTail); s.queryAllNodes; ... Throw an Error ( try { s.makeBundle(nil, { s.farkermartin; }); } { |error| ... first s.record; s.pauseRecording; // pausable s.record // start again s.stopRecording; ...
-
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. ... unset,à unmap map(key(s), proxy,à key(s), proxy, .... ) Map ... 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 @ Help
- In @ Help
-
SCVLayoutView
@ SCVLayoutView
... (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). ...