Trait/Object

de.sciss.fscape.UGen

SingleOut

Related Docs: object SingleOut | package UGen

Permalink

trait SingleOut extends UGenProxy with UGen

A SingleOutUGen is a UGen which has exactly one output, and hence can directly function as input to another UGen without expansion.

Linear Supertypes
UGen, UGenProxy, UGenIn, UGenInLike, GE, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleOut
  2. UGen
  3. UGenProxy
  4. UGenIn
  5. UGenInLike
  6. GE
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def hasSideEffect: Boolean

    Permalink
    Definition Classes
    UGen
  2. abstract def inputs: IndexedSeq[UGenIn]

    Permalink
    Definition Classes
    UGen
  3. abstract def isIndividual: Boolean

    Permalink
    Definition Classes
    UGen
  4. abstract def name: String

    Permalink
    Definition Classes
    UGen
  5. abstract def rest: Any

    Permalink

    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)

    Attributes
    protected
    Definition Classes
    UGen
  6. abstract def source: UGenSource.SingleOut

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def canEqual(x: Any): Boolean

    Permalink
    Definition Classes
    UGen → Equals
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. def numInputs: Int

    Permalink
    Definition Classes
    UGen
  17. final def numOutputs: Int

    Permalink
    Definition Classes
    SingleOutUGen
  18. final def outputIndex: Int

    Permalink
    Definition Classes
    SingleOutUGenProxy
  19. final def productArity: Int

    Permalink
    Definition Classes
    UGen → Product
  20. final def productElement(n: Int): Any

    Permalink
    Definition Classes
    UGen → Product
  21. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  22. final def productPrefix: String

    Permalink
    Definition Classes
    UGen → Product
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    UGen → AnyRef → Any
  25. final def ugen: UGen

    Permalink
    Definition Classes
    SingleOutUGenProxy
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UGen

Inherited from UGenProxy

Inherited from UGenIn

Inherited from UGenInLike

Inherited from GE

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped