- HelpFile2 @ Quark
-
NPdef
@ NPdef
... the symbol of the nodeproxy's variable name (at least in ... is done in the Pdef's dictionary, you can easily interchange ... NodeProxy. Example 1 s.boot; p = ProxySpace.push(s); ~sine = { |freq=300 ...
-
NPxdef
@ NPxdef
... the symbol of the nodeproxy's variable name (at least in ... is done in the Pdef's dictionary, you can easily interchange ... NodeProxy. Example 1 s.boot; p = ProxySpace.push(s); ~sine = { |freq=300 ...
-
RedMst
@ Quark
... example with 3 pbind tracks ( s.waitForBoot{ RedMst.clear; //remove ... pbind tracks and custom synthdefs ( s.waitForBoot{ RedMst.clear; //start ... , k, l, m, n; s.waitForBoot{ RedMst.clear; RedMst.clock ... 0.1)})); g= NodeProxy.audio(s, 2).source= {SinOsc.ar ...
-
NdefPreset
@ NdefPreset
... patch itself. // make an Ndef s.boot; ( Spec.add(\dens, [ ... a) // - stored by the Ndef's name in NdefPreset.all z ... one setting, usually the proxy's current setting. name - the ... current setting from the proxy's setting. z.currFromProxy setProxy ( ...
-
SWDataSlot
@ Quark
... freq, 0, amp ) ); }).send(s) ) // use it at synth instantiation ... // create a bus: a.createBus(s); // map the amplitude of b ... .kr( ampbus, 1 ) ) ); }).send(s) ) b = Synth.new( \swexampleBus, [\ ... ! - Bus support - createBus ( s ) create a Bus for the ...
-
SWDataNode
@ Quark
... freq, 0, amp ) ); }).send(s) ) // use it at synth instantiation ... // create a bus: a.createBus(s); // map the amplitude of b ... .kr( ampbus, 1 ) ) ); }).send(s) ) b = Synth.new( \swexampleBus, [\ ... - Bus support - createBus ( s ) create a DataBus for the ...
-
SWDataNetwork
@ SWDataNetwork
... These are called the client's subscriptions. Setter: a client ... bus for the data (s is the audio server): ... x[ \floor ].createBus( s ); // we create the sample variance ... x, x.at( \floor ).bus, s ); ~floorVar .start; // now we ...
-
ScaledUserView
@ ScaledUserView
... scaling and translation of it's drawFunc also see: ScaledUserViewWindow ... each setter individually with it's refreshFlag argument (always the ... scaled according to the view's settings modifier : binary code ... , relative to the view's leftTop corner isInside : a ...
-
EZSmoothSlider
@ Quark
... /////////////////////////////////////////////////////////////// // Sound example ( // start server s.waitForBoot({ var w, startButton, noteControl ... ( // start server s.waitForBoot({ var w, startButton ...