Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... (4), freq, 0.01) ) }).send(s); SynthDef(\help_setRandomSeed, { arg seed=1956 ... ; RandSeed.kr(tbus, seed); }).send(s); ) // run a patch ( x = Synth ...

  2. Class @ Help

    ... the path of this Class's helpfile as a String. helpFileForMethod ... An Array of this class's superclasses, going back to Object ...

  3. Interpreter @ Interpreter

    ... interpreter. By convention, the variable 's' is used to hold the ... Server. Assigning another value to 's' may cause some of the ...

  4. Assignment @ Assignment

    ... is to use the variable's setter method which is the ... . point.x_(5); // set point's x coordinate to 5 An ...

  5. Polymorphism @ Help

    ... .value() Ref : this.value Let's look at how these classes ... implement the value message. Here's the value method in class ...

  6. SuperColliderAU @ Help

    ... communication is working // Now let's create a quick ring-modulator ... program is included in Apple's Developer Tools. A helper class ...

  7. Synth-Definition-File-Format @ Help

    ... . A one output unit generator's calculation rate should match that ... externally controlled using server commands /s.new, /n.set, /n.setn ...

  8. Volume @ Volume

    ... over numChans (usually the server's number of output bus channels ... a volume gui. // examples v = s.volume; v.min; v.max ...

  9. default_group @ default_group

  10. Writing Primitives @ Writing Primitives

    ... stack or in another object's slots before creating another. Creating ...

prev 41 42 43 44 45 46 47 48 49 50 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow