SingleOutImpl

final class SingleOutImpl[A](val source: SingleOut[A], val inputs: IndexedSeq[UGenIn[_]], val adjuncts: List[Adjunct], val isIndividual: Boolean, val hasSideEffect: Boolean) extends SingleOut[A]
trait SingleOut[A]
trait UGen
trait UGenProxy[A]
trait UGenIn[A]
trait UGenInLike[A]
trait GE[A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def name: String

Inherited methods

final def canEqual(x: Any): Boolean
Inherited from:
UGen
def numInputs: Int
Inherited from:
UGen
final def numOutputs: Int
Inherited from:
SingleOut
final def outputIndex: Int
Inherited from:
SingleOut
final def productArity: Int
Inherited from:
UGen
final def productElement(n: Int): Any
Inherited from:
UGen
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final override def productPrefix: String
Definition Classes
UGen -> Product
Inherited from:
UGen
override def toString: String
Definition Classes
UGen -> Any
Inherited from:
UGen
final def ugen: UGen
Inherited from:
SingleOut

Concrete fields

val adjuncts: List[Adjunct]
val hasSideEffect: Boolean
val inputs: IndexedSeq[UGenIn[_]]
val isIndividual: Boolean