ZeroOut

trait ZeroOut extends UGenSource[Unit, Unit]
trait UGenSource[Unit, Unit]
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any
class DebugSink[A]
class Plot1D[A]
class Poll[A]
class Progress
class ProgressFrames[A, L]
class Sheet1D[A]

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
protected def makeUGens(implicit b: Builder): Unit

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