- Debugging-tips @ Help
-
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; ( // ...
- Sync-Async @ Help
- NodeMessaging @ NodeMessaging
-
Bus
@ Bus
... ) - set the bus value(s) beginning at offset. asynchronous. ... will be set. Examples s = Server.local; s.boot; ( // something ... buses:Ã ( b = Bus.control(s, 4); x = SynthDef(\helpBusMulti, ... Ã // within the bus's range.Ã b.set(234, ...
- Synth @ Help
-
Group
@ Help
... 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 ...
-
SynthDef
@ Help
... specifications for the ugenGraphFunc's arguments. The order ... Event containing this def's variants. Special purpose methods ... 600, 0]); // Mr. McCartney's more complex example ( fork {Ã ... , as it allows for Node's release // method. ( SynthDef(\ ...
-
bundledCommands
@ bundledCommands
... Server for details of makeBundle's arguments. s.boot; ( // send ... sawFreq,0.1) ) }).send(s); ) // all OSC commands generated ... and start both synths synchronously ( s.makeBundle(nil, { // nil ... SinOsc.kr(8)) ) }).send(s); s.sync; // wait until synthdef ...
-
Server-Command-Reference
@ Help
... this document. If a command's description contains the word Asynchronous ... .Ã /n_set set a node's control value(s) int - node ID [ int ... ranges of a node's control value(s) int - node ID [ ... ranges of a node's control value(s) int - node ID [ ...