UGenSource

sealed trait UGenSource[+U, S] extends Expander[U]
Companion:
object
trait Expander[U]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
trait ZeroOut
class DebugSink[A]
class Plot1D[A]
class Poll[A]
class Progress
class ProgressFrames[A, L]
class Sheet1D[A]

Value members

Concrete methods

final def name: String

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
protected def makeUGens(implicit b: Builder): 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