-
ClientVsServer
@ Help
... and assign it to variable sà s.boot; // boot the server ... other similar messages.à n = s.nextNodeID; // get an available ... is explicitly fitted to scsynth's needs (and, more importantly ... , to musician's ones)à - it allows one ...
- Tdef @ Tdef
- TaskProxy @ Help
-
JITGui
@ Help
... :Ã nameView displays the object's key if available. csView ... displays the object's compileString. // common to all ... size for the jitGui's zone.Ã Should determine zone ... . checkUpdate get the object's current state with prevState, ...
- jitlib_fading @ Help
-
jitlib_basic_concepts_02
@ Help
... a server. p = ProxySpace.new(s); // create a new environment, ... the fly //Ã boot the server s.boot; // as soon as ... .play defaults to the proxy's numChannels. // here it is ... d = (); d[\buffer1] = Buffer.alloc(s, 1024); d.use { ~buffer1.postln ...
-
proxyspace_examples
@ Help
... preparing the environment ( s.boot; p = ProxySpace.push(s); ) playing and monitoring ... be played back. // quit server: s.quit; // create two proxyspaces without ... running server ( p = ProxySpace(s); q = ProxySpace(s); p.use({ ~out = { Resonz ...
- FreqShift @ FreqShift
-
Shaper
@ Shaper
... necessary. Ã Server.default = s = Server.internal; s.boot; b = Buffer.alloc ... cheby): b = Buffer.alloc(s, 1024, 1); b.cheby ... over. b = Buffer.alloc(s, 1024, 1); //size must ... transfer functions!Ã b = Buffer.alloc(s, 1024, 1); // or, for ...
- Pause @ Pause