de.sciss.synth.proc.UGenGraphBuilder

Input

Related Docs: trait Input | package UGenGraphBuilder

object Input

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Input
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class Action(name: String) extends Input with Product with Serializable

    Specifies access to an action.

    Specifies access to an action.

    name

    name (key) of the attribute referring to an action

  2. final case class Attribute(name: String, numChannels: Int) extends Input with Product with Serializable

    Specifies access to a scalar attribute.

    Specifies access to a scalar attribute.

    name

    name (key) of the attribute

    numChannels

    the required number of channels or -1 if no specific requirement

  3. final case class Buffer(name: String) extends Input with Product with Serializable

    Specifies access to a random access buffer.

    Specifies access to a random access buffer.

    name

    name (key) of the attribute referring to an object that can be buffered (e.g. audio grapheme)

  4. final case class DiskOut(name: String, numChannels: Int) extends Input with Product with Serializable

  5. final case class Scan(name: String, fixed: Int) extends Input with Product with Serializable

  6. final case class Stream(name: String, spec: Spec) extends Input with Product with Serializable

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. object Action extends Serializable

  5. object Attribute extends Serializable

  6. object Buffer extends Serializable

  7. object DiskOut extends Serializable

  8. object Scan extends Serializable

  9. object Stream extends Serializable

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): scala.Unit

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

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

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

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

    Definition Classes
    AnyRef
  19. final def notify(): scala.Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): scala.Unit

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. final def wait(): scala.Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped