UGenSource

sealed abstract
class UGenSource[U] extends Expander[U]
Companion
object
trait Expander[U]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
class SomeOut
class MultiOut
class Control
class SingleOut
class MulAdd
class Sum3
class Sum4
class ZeroOut

Value members

Concrete methods

final
def name: String

Inherited methods

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

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
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

Concrete fields

lazy override
val hashCode: Int