de.sciss.synth

Type members

Classlikes

object Curve extends ProductReader[Curve]
Companion
class
sealed
trait Curve extends Product
Companion
object
object GEOps
Companion
class
final
class GEOps(g: GE) extends AnyVal

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.

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

Companion
object