MultiOut

trait MultiOut[A] extends UGenInGroup[A] with UGen

A class for UGens with multiple outputs.

Companion:
object
trait UGen
trait UGenInGroup[A]
trait UGenInLike[A]
trait GE[A]
trait Product
trait Equals
class Object
trait Matchable
class Any
class MultiOutImpl[A]

Value members

Abstract methods

Concrete methods

def outputs: IndexedSeq[UGenIn[A]]
final def unwrap(i: Int): UGenInLike[A]

Inherited methods

def adjuncts: List[Adjunct]

Additional UGen arguments that are not of type UGenIn. These are included to achieve correct equality (also as we do not transcode unary/binary operator ids into special indices)

Additional UGen arguments that are not of type UGenIn. These are included to achieve correct equality (also as we do not transcode unary/binary operator ids into special indices)

Inherited from:
UGen
final def canEqual(x: Any): Boolean
Inherited from:
UGen
def hasSideEffect: Boolean
Inherited from:
UGen
def inputs: IndexedSeq[UGenIn[_]]
Inherited from:
UGen
def isIndividual: Boolean
Inherited from:
UGen
def name: String
Inherited from:
UGen
def numInputs: Int
Inherited from:
UGen
def numOutputs: Int
Inherited from:
UGen
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