GE

object GE

The UGen graph is constructed from interconnecting graph elements (GE). Graph elements can be decomposed into a sequence of UGenIn objects. Graph elements are ordinary UGens, UGen proxies, Control proxies, Constants, and collections of UGen inputs which result from multichannel expansion (UGenInSeq).

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait Lazy extends Expander[UGenInLike] with GE

Simply a trait composed of Lazy.Expander[UGenInLike] and GE.

Simply a trait composed of Lazy.Expander[UGenInLike] and GE.

Value members

Concrete methods

def fromUGenIns(xs: Seq[UGenIn]): GE

Implicits

Implicits

implicit
def const(i: Int): Constant
implicit
def const(f: Float): Constant
implicit
def const(d: Double): Constant
implicit
def fromDoubleSeq(xs: Seq[Double]): GE
implicit
def fromFloatSeq(xs: Seq[Float]): GE
implicit
def fromIntSeq(xs: Seq[Int]): GE
implicit
def fromSeq(xs: Seq[GE]): GE