Packages

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. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. 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

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

  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. 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()

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

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

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

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. 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()

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped