ZeroOut

abstract
class ZeroOut extends UGenSource[Unit]
class UGenSource[Unit]
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource