- SynthDefs and Synths @ Help
- PG_03_What_Is_Pbind @ PG_03_What_Is_Pbind
-
PG_08_Event_Types_and_Parameters
@ PG_08_Event_Types_and_Parameters
... 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
@ 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
... Boot the local Server ( s = Server.local; s.boot; ) // Compile a ... 0.1)) }).play(s); ) Let's take a look at ... following: ( b = Buffer.alloc(s, 44100, completionMessage: { arg buffer; ... automatically when done b = OSCresponderNode(s.addr, '/tr', { arg ...
- NodeMessaging @ NodeMessaging
-
Bus
@ Bus
... use the internal server's shared control buses and ... ) - set the bus value(s) beginning at offset. asynchronous. setnAt ... will be set. Examples s = Server.local; s.boot; ( // something ... buses: ( b = Bus.control(s, 4); x = SynthDef(\helpBusMulti, ...
- 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 ...