UGenIn

sealed trait UGenIn[A] extends UGenInLike[A]

An element that can be used as an input to a UGen. This is after multi-channel-expansion, hence implementing classes are UGenProxy (UGenOutProxy or UGen.SingleOut) and Constant.

trait UGenInLike[A]
trait GE[A]
trait Product
trait Equals
class Object
trait Matchable
class Any
trait Const[A1]
class ConstB
class ConstD
class ConstI
class ConstL
trait UGenProxy[A]
trait SingleOut[A]
class SingleOutImpl[A]
class UGenOutProxy[A]

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product