Packages

p

de.sciss

synth

package synth

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package ugen

Type Members

  1. sealed trait Curve extends Product
  2. final class GEOps extends AnyVal

    GEOps are operations for graph elements (GE).

    GEOps are operations for graph elements (GE). Instead of having these operations directly defined in each UGen, which is a huge list, they appear here as extension methods. Therefore, you can write SinOsc.ar.linLin ... as if linLin was defined for GE or SinOsc.

    Many of these operations are defined for constant numbers, as well, for example you can write 0.5.linLin .... These operations are defined separately.

    See also

    GE

Value Members

  1. object Curve extends ProductReader[Curve]
  2. object GEOps
  3. object StandardUGens

Ungrouped