- WindowHandleView @ Doc
-
Pbind
@ Pbind
... are usually determined by Event's default mechanism and the controls ... control names to the synth's control inputs. In the following ... of the synth's duration to the event's duration amp synth ... also, due to the synthdef's and synthdeclib, if the server ...
-
Event
@ Event
... Events and Patterns * Event's play method * Timing control with ... Event's delta method * The structure ... Pbind(*[key: val, ...]). Event's play method When an Event ... Timing control with Event's delta method Events also ...
-
JITGui
@ JITGui
... parent that holds the JITGui's views. . minSize a ... JITGui class) displays the object's compileString. . prevState (common ... calling its (the gui's) -getState method at appropriate ... . checkUpdate get the object's current state with -prevState, ...
- Tdef @ Tdef
- TaskProxy @ TaskProxy
-
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
@ jitlib_basic_concepts_02
... 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 ...