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.
the name of the control to be mapped to a bus signal
the control-bus from which to read
the node which reads from the control
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.
the name of the control to be mapped to a bus signal
the audio-bus from which to read
the node which reads from the control
the bus user that can be engaged via add()
and disengaged via remove()
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.
the name of the control to set
the control-bus from which to read
the node which reads from the bus.
the bus user that can be engaged via add()
and disengaged via remove()
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.
the name of the control to set
the audio-bus from which to read
the node which reads from the bus.
the bus user that can be engaged via add()
and disengaged via remove()
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.
the name of the control to set
the control-bus from which to read and to which to write
the node which reads from and writes to the bus.
the bus user that can be engaged via add()
and disengaged via remove()
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.
the name of the control to set
the audio-bus from which to read and to which to write
the node which reads from and writes to the bus.
the bus user that can be engaged via add()
and disengaged via remove()
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.
the name of the control to set
the control-bus to which to write
the node which writes to the bus.
the bus user that can be engaged via add()
and disengaged via remove()
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.
the name of the control to set
the audio-bus to which to write
the node which writes to the bus.
the bus user that can be engaged via add()
and disengaged via remove()
A factory for setting node controls to read from buses.