Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | addSignalObserver (NoArgsCallback callback) |
void | fire () |
A generic interface used to implement actions or events that are not associated with a value.
void addSignalObserver | ( | NoArgsCallback | callback | ) |
Registers an observer that gets notified when the signal gets fired.
callback | a callback function that does not receive any argument. |
void fire | ( | ) |
Fires the action or event represented by the signal object.