final class MultiOutImpl extends MultiOut
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiOutImpl
- MultiOut
- UGen
- RawUGen
- UGenInGroup
- UGenInLike
- GE
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def canEqual(x: Any): Boolean
- Definition Classes
- UGen → Equals
- def equals(x: Any): Boolean
- Definition Classes
- UGen → Equals → AnyRef → Any
- val hasSideEffect: Boolean
- Definition Classes
- MultiOutImpl → UGen
- val hashCode: Int
- Definition Classes
- UGen → AnyRef → Any
- val inputs: IndexedSeq[UGenIn]
- Definition Classes
- MultiOutImpl → UGen
- val isIndividual: Boolean
- Definition Classes
- MultiOutImpl → UGen
- val name: String
- Definition Classes
- MultiOutImpl → RawUGen
- def numInputs: Int
- final def numOutputs: Int
- Definition Classes
- MultiOut → RawUGen → UGenInGroup
- val outputRates: IndexedSeq[Rate]
- Definition Classes
- MultiOutImpl → RawUGen
- def outputs: IndexedSeq[UGenIn]
- Definition Classes
- MultiOut → UGenInGroup → UGenInLike
- final def productArity: Int
- Definition Classes
- UGen → Product
- final def productElement(n: Int): Any
- Definition Classes
- UGen → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- final def productPrefix: String
- Definition Classes
- UGen → Product
- val rate: Rate
- Definition Classes
- MultiOutImpl → RawUGen → GE
- val specialIndex: Int
- Definition Classes
- MultiOutImpl → RawUGen
- def toString(): String
- Definition Classes
- UGen → AnyRef → Any
- final def unwrap(i: Int): UGenInLike
Returns the UGenInLike element of index i regarding the ungrouped representation.
Returns the UGenInLike element of index i regarding the ungrouped representation. Note that for efficiency reasons this method will automatically wrap the index around numElements!
- Definition Classes
- MultiOut → UGenInLike