Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. SCFont @ Help

    ... , 13); v.string = name; s = SCButton(w, Rect(0, 0 ... 140, height+2)); s.font = Font(name, 13); s.states = [[name]]; ... = font; v.string = name; s = SCButton(b, Rect(0, 0 ... 140, height+2)); s.font = font; s.states = [[name]]; s.action = { font. ...

  2. 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 ...

  3. Document @ Document

    ... 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 ...

  4. EZSlider @ Help

    ... /////////////////////////////////////////////////////////////// // Sound example ( // start server s.waitForBoot({ var w, startButton, noteControl ... ( // start server s.waitForBoot({ var w, startButton ...

  5. OSCBundle @ Help

    ... ; // 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 ...

  6. 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( ...

  7. 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 ...

  8. OSCpathResponder @ OSCpathResponder

    ... 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 ...

  9. NodeWatcher @ Help

    ... listening to the server's address *newFrom(server) ... address // example: ( b = s.makeBundle(false, { a = Group. ... server }); ) a.isPlaying; s.listSendBundle(nil, b); //start ... : n = DebugNodeWatcher(s); n.start; x = Group(s); x.run(false ...

  10. GeneralHID @ Help

    ... 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 ); ...

prev 21 22 23 24 25 26 27 28 29 30 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow