-
VuView
@ Quark
... . Get or set the control's value. needleColor: a Color. ... Get or set the control's needle color. ( var txt, ... w, 200@14); ) s.boot; ( o = OSCresponderNode(s.addr,'/tr',{ arg time ... kr(rate), 1200, amplitude); }).send(s); ) // start the meter synth z ...
-
NPVoicer
@ NPVoicer
... with nodeproxies first example: s.boot; s.latency = nil; // ... , ... // init with Event's default SynthDef,Ã // as made in ... is convenient with NPVoicer. ( s.latency = nil; g = ... release notes from computer keyboard ( s.latency = nil; g = ...
-
SWDataPattern
@ Quark
... ( x, 1 ); // boot the server s = Server .local.boot; // simple example ... stop; // Using the slot ID's. Also showing that the slot ... stop; // Using the slot ID's. Also showing that the slot ... ID's can be arrayed to produce ...
-
SWBusNode
@ Quark
... server): x[ \floor ].createBus( s ); // we create the sample ... , x.at( \floor ).bus, s ); ~floorVar .start; // now we ... will be used). initSynthDefAndBus ( s, nc ) private This method ... settings for all SWBusNode's are: out, the ...
-
SynthTracker
@ SynthTracker
... is also added to SynthTracker's globalà synth library. defName ... initial values for the SynthDef's arguments (controls). These are ... after target in its server's node order \addBefore - add ... before target in its server's node order \addReplace - replace ...
- KeyboardWindow @ Quark
-
PlayBufCF
@ PlayBufCF
... 5 * 44100) ) ) ).dup }).play(s, [\bufnum, b]); ) z.free; /// ... 5 * 44100) ) ) ).dup }).play(s, [\bufnum, b]); ) y.free; /// ... BufFrames.kr(bufnum) ).dup ) }).play(s, [\bufnum, b]); ) x.free; ... 0.05 ).dup ) }).play(s, [\bufnum, b]); ) x. ...
-
CCAllocator
@ CCAllocator
... will go to the channel's CCAllocator for the next available ... definitions should go into MIDIPort's onInitAll function. See the MIDIPort ... (or, if it's a symbol, it's assumed to be the ... )Ã Locate a MIDI controller that's in use by number and ...
-
BasicMIDIControl
@ BasicMIDIControl
... be obtained from this channel's CCAllocator. func: The function to ... MIDIPort.update when it's freed, and Voicer's active method tells ... set, which is the controller's action. It takes the controller ... 's value as its argument. From ...
- Warp0 @ Quark