SomeOut

sealed abstract
class SomeOut extends UGenSource[UGenInLike] with Lazy
trait Lazy
trait GE
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
class MultiOut
class Control
class SingleOut
class MulAdd
class Sum3
class Sum4

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
protected

Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion

Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion

Returns

the expanded object (depending on the type parameter U)

Inherited from
Expander
final
def name: String
Inherited from
UGenSource
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
Inherited from
GE

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource