- SynthDefs and Synths @ SynthDefs and Synths
- PG_03_What_Is_Pbind @ PG_03_What_Is_Pbind
-
PG_08_Event_Types_and_Parameters
@ Help
... to delay the event's server message(s). \timingOffset: Number of ... to delay the event's server message(s). In conjunction with ... file. free: Deallocate the buffer's memory on the server. * ... . If not given directly, it's calculated as ~sustain = ~dur * ...
- Debugging-tips @ Help
-
Spawning
@ Spawning
... )) // 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
@ Help
... ) - 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 @ Synth
-
Group
@ Group
... 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 ...