-
EZSlider
@ Doc
... . Scrolling and Arrow Keys EZSlider's number box scrolls by default ... the ControlSpec. If the controlSpec's step is set to 0 ... , then it uses the ControlSpec's default value. initAction A Boolean ... tries to get its parent's gap, otherwise it defaults to ...
- Writing_Unit_Generators @ Help
-
Writing-Classes
@ Writing-Classes
... ) is generally not recommended. It's preferable to use either the ... parent classes and working it's way down to the current ... to swipe all of daddy's methods ? Do a websearch for ... the one in the object's actual class is accessible.Ã You ...
-
MultiChannel
@ MultiChannel
... audio are represented as Arrays. s.boot; // one channel { Blip ... arrays of arrays. Here's a final example illustrating multi ... + freq ) * EnvGate(0.1) ) }).send(s); ) ( var freq, mod, modrange; freq ... freq * [1, 1.02])) }).send(s); a = { |dur=1, x ...
-
NdefGui
@ Help
... ar and a kr nodeproxy. s.boot; ( Ndef(\lfo, { |lofreq| SinOsc ... a dragboth for the proxy's name \type a view for ... the proxy's type (ir, ar + numChans, kr ... between NodeProxyEditors:Ã ( // p = ProxySpace.push(s.boot); l = NdefGui(nil, 3 ...
- EnvirGui @ EnvirGui
-
jitlib_basic_concepts_01
@ Help
... in use. // boot the server s.boot; // two proxies on a ... y = NodeProxy.audio(s, 2); z = NodeProxy.audio(s, 2); // use them ... like this: p = ProxySpace.push(s.boot); // store proxy space in ...
- NodeMap @ Help
-
UGen
@ Help
... of the window. Server.default = s = Server.internal.boot; // scope ... .25) }.play; // multichannel works s.scope; // can still separately scope ... of the server Server.default = s = Server.local.boot; // switch ... lesser of the receiver's output and the Nyquist ...
- AmpComp @ Help