Object/Trait

de.sciss.lucre.synth

BusNodeSetter

Related Docs: trait BusNodeSetter | package synth

Permalink

object BusNodeSetter

A factory for setting node controls to read from buses.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BusNodeSetter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  12. def mapper(controlName: String, bus: ControlBus, node: Node): ControlBusNodeSetter

    Permalink

    Sets a control be mapped to a control bus (using n_mapn).

    Sets a control be mapped to a control bus (using n_mapn). It registers a reader with the given bus that is freed along with the provided node.

    controlName

    the name of the control to be mapped to a bus signal

    bus

    the control-bus from which to read

    node

    the node which reads from the control

  13. def mapper(controlName: String, bus: AudioBus, node: Node): AudioBusNodeSetter

    Permalink

    Sets a control be mapped to an audio bus (using n_mapan).

    Sets a control be mapped to an audio bus (using n_mapan). It registers a reader with the given bus that is freed along with the provided node.

    controlName

    the name of the control to be mapped to a bus signal

    bus

    the audio-bus from which to read

    node

    the node which reads from the control

    returns

    the bus user that can be engaged via add() and disengaged via remove()

  14. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def reader(controlName: String, bus: ControlBus, node: Node): ControlBusNodeSetter

    Permalink

    Creates a user that sets a control to a control bus index.

    Creates a user that sets a control to a control bus index. It registers a reader with the given bus.

    controlName

    the name of the control to set

    bus

    the control-bus from which to read

    node

    the node which reads from the bus.

    returns

    the bus user that can be engaged via add() and disengaged via remove()

  18. def reader(controlName: String, bus: AudioBus, node: Node): AudioBusNodeSetter

    Permalink

    Creates a user that sets a control to an audio bus index.

    Creates a user that sets a control to an audio bus index. It registers a reader with the given bus.

    controlName

    the name of the control to set

    bus

    the audio-bus from which to read

    node

    the node which reads from the bus.

    returns

    the bus user that can be engaged via add() and disengaged via remove()

  19. def readerWriter(controlName: String, bus: ControlBus, node: Node): ControlBusNodeSetter

    Permalink

    Creates a user that sets a control to a control bus index.

    Creates a user that sets a control to a control bus index. It registers both a reader and a writer with the given bus.

    controlName

    the name of the control to set

    bus

    the control-bus from which to read and to which to write

    node

    the node which reads from and writes to the bus.

    returns

    the bus user that can be engaged via add() and disengaged via remove()

  20. def readerWriter(controlName: String, bus: AudioBus, node: Node): AudioBusNodeSetter

    Permalink

    Creates a user that sets a control to an audio bus index.

    Creates a user that sets a control to an audio bus index. It registers both a reader and a writer with the given bus.

    controlName

    the name of the control to set

    bus

    the audio-bus from which to read and to which to write

    node

    the node which reads from and writes to the bus.

    returns

    the bus user that can be engaged via add() and disengaged via remove()

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def writer(controlName: String, bus: ControlBus, node: Node): ControlBusNodeSetter

    Permalink

    Creates a user that setes a control to a control bus index.

    Creates a user that setes a control to a control bus index. It registers a writer with the given bus.

    controlName

    the name of the control to set

    bus

    the control-bus to which to write

    node

    the node which writes to the bus.

    returns

    the bus user that can be engaged via add() and disengaged via remove()

  27. def writer(controlName: String, bus: AudioBus, node: Node): AudioBusNodeSetter

    Permalink

    Creates a user that sets a control to an audio bus index.

    Creates a user that sets a control to an audio bus index. It registers a writer with the given bus.

    controlName

    the name of the control to set

    bus

    the audio-bus to which to write

    node

    the node which writes to the bus.

    returns

    the bus user that can be engaged via add() and disengaged via remove()

Inherited from AnyRef

Inherited from Any

Ungrouped