de.sciss.lucre.synth

BusNodeSetter

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

    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

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

    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()

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

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

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

    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()

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

    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()

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

    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()

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

    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()

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

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

    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()

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

    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