MultiOutImpl

final
class MultiOutImpl(val name: String, val rate: Rate, val outputRates: IndexedSeq[Rate], val inputs: IndexedSeq[UGenIn], val isIndividual: Boolean, val hasSideEffect: Boolean, val specialIndex: Int) extends MultiOut
trait MultiOut
trait UGen
trait RawUGen
trait GE
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def canEqual(x: Any): Boolean
Inherited from
UGen
override
def equals(x: Any): Boolean
Definition Classes
UGen -> Equals -> Any
Inherited from
UGen
def numInputs: Int
Inherited from
UGen
final
def numOutputs: Int
Inherited from
MultiOut
def outputs: IndexedSeq[UGenIn]
Inherited from
MultiOut
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 unwrap(i: Int): UGenInLike
Inherited from
MultiOut

Concrete fields

val hasSideEffect: Boolean
val inputs: IndexedSeq[UGenIn]
val isIndividual: Boolean
val name: String
val outputRates: IndexedSeq[Rate]
val rate: Rate
val specialIndex: Int

Inherited fields

override
val hashCode: Int
Inherited from
UGen