A modulator that connects to a global modulator and uses its signal. More...
Public Types | |
enum | Parameters |
Special Parameters for the Global Modulators. | |
Additional Inherited Members | |
![]() | |
void | addTableChangeListener (SafeChangeListener *listener) |
Adds a listener to this processor. More... | |
virtual int | getNumTables () const |
Overwrite this and return the number of tables that this processor uses. More... | |
void | removeTableChangeListener (SafeChangeListener *listener) |
Removes a listener from this processor. More... | |
void | sendTableIndexChangeMessage (bool sendSynchronous, Table *table, float tableIndex) |
Call this method whenever the table index is changed and all connected tables will receive a change message. More... | |
A modulator that connects to a global modulator and uses its signal.
If you need to apply a modulation signal to multiple targets, use a GlobalModulatorContainer where you define the actual modulation and create instances of this class for each target.