object BusNodeSetter
A factory for setting node controls to read from buses.
- Alphabetic
- By Inheritance
- BusNodeSetter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
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 viaremove()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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 viaremove()
-
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 viaremove()
-
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 viaremove()
-
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 viaremove()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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 viaremove()
-
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 viaremove()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.