-
OSCBundle
@ OSCBundle
... ; // boot the server a.send(s); s.freeAll; // free all nodes on ... the next beat. a.schedSend(s, TempoClock.default, 1);Ã a.schedSend ... (s, TempoClock.default, 1); a.schedSend(s, TempoClock.default, 1); s.freeAll ...
-
GeneralHIDSpec
@ Help
... b.createBus( \rx, s ); b.createBus( \b1, s ); // simple example: ... *(amp-0.5) ) ); }).load( s ); ) x = Synth.new( \hidbus_help ... 01,0.99) ) ); }).load( s ); ) x = Synth.new( \hidbus_help ... , you can use: b.createAllBuses( s ); ( x = [ Synth.new( ...
-
Env
@ Help
... same sign. 'sine' - sinusoidal S shaped segments. 'welch' - sinusoidal ... node, as described below. s.boot; //.test below will ... ), 0, 0.3)); }).send(s); ) ( s.bind { // must not have more ... , parent) Plot this envelope's shape in a window. size ...
-
OSCpathResponder
@ Help
... to the server's port - s.addr.port - ... Here is an example: s.boot; ( var s, commandpath, response, aSynth ... , nodeID, triggerID; s = Server.local; s.boot; triggerID = 1; ... message.postln }; o = OSCpathResponder(s.addr, commandpath, response); o ...
-
NodeWatcher
@ NodeWatcher
... listening to the server's address *newFrom(server) ... addressà // example: ( b = s.makeBundle(false, { a = Group.new ... server }); ) a.isPlaying; s.listSendBundle(nil, b); //start ... : n = DebugNodeWatcher(s); n.start; x = Group(s); x.run(false ...
-
GeneralHID
@ GeneralHID
... can immediately read the data: s = Server.local.boot; // ... .slots[2].at( 8 ).createBus( s ); SynthDef( \hidbus_help, { |out= ... 0.01*amp.abs ) ); }).load( s ); ) x = Synth.new( \hidbus_help ); ... 0.01,0.99) ) ); }).load( s ); ) x = Synth.new( \hidbus_help ); ...
- 15_Scheduling @ Help
-
3_SynthDefs
@ Help
... Template Here's a template for ... 0.1) ) } ).load(s); ) //////////////////////////////////////////////////////////////////////////////////////////////////// The .load message ...
-
Scoping and Plotting
@ Help
... the localhost or internal server's window sets that server ... server window and pressing the 's' key. Local vs. Internal ... If you're wondering what's the difference between the ... and the internal servers, it's relatively straightforward: The internal server ...
-
List
@ Help
... ; ) Many of List's methods are inherited from SequenceableCollection ... List by copying aList's array variable. *newUsing(anArray ... array_(anArray) Sets the List's Array. at(index) Return ... difference between this and Collection's *fill. ( var z; ...