-
SCNumberBox
@ Help
... scroll Enable/disable the receiver's mouse click and drag scrolling ... A value for increment's or decrement's zoom argument while mouse ... A value for increment's or decrement's zoom argument while mouse ... A value for increment's or decrement's zoom argument while ...
-
Document
@ Help
... the document directory is SuperCollider's application directory. *dir *dir_ ... . didResignKey Performs the Document's endFrontAction and restores the current ... selectedBackground_ (color) Sets the document's background color for selected text ...
-
EZSlider
@ Help
... /////////////////////////////////////////////////////////////// // Sound example ( // start server s.waitForBoot({ var w, startButton, noteControl ... ( // start server s.waitForBoot({ var w, startButton ...
-
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
@ GeneralHIDSpec
... 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
@ Env
... 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 @ 15_Scheduling