Packages

trait ZeroOut extends UGen

Linear Supertypes
UGen, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZeroOut
  2. UGen
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def adjuncts: List[Adjunct]

    Additional UGen arguments that are not of type UGenIn.

    Additional UGen arguments that are not of type UGenIn. These are included to achieve correct equality (also as we do not transcode unary/binary operator ids into special indices)

    Definition Classes
    UGen
  2. abstract def inputs: IndexedSeq[UGenIn[_]]
    Definition Classes
    UGen
  3. abstract def isIndividual: Boolean
    Definition Classes
    UGen
  4. abstract def name: String
    Definition Classes
    UGen
  5. abstract def source: UGenSource.ZeroOut

Concrete Value Members

  1. final def canEqual(x: Any): Boolean
    Definition Classes
    UGen → Equals
  2. final def hasSideEffect: Boolean
    Definition Classes
    ZeroOutUGen
  3. def numInputs: Int
    Definition Classes
    UGen
  4. final def numOutputs: Int
    Definition Classes
    ZeroOutUGen
  5. final def productArity: Int
    Definition Classes
    UGen → Product
  6. final def productElement(n: Int): Any
    Definition Classes
    UGen → Product
  7. def productElementName(n: Int): String
    Definition Classes
    Product
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def productIterator: Iterator[Any]
    Definition Classes
    Product
  10. final def productPrefix: String
    Definition Classes
    UGen → Product
  11. def toString(): String
    Definition Classes
    UGen → AnyRef → Any