Public Types | List of all members
GlobalModulator Class Referenceabstract

A modulator that connects to a global modulator and uses its signal. More...

Inheritance diagram for GlobalModulator:
LookupTableProcessor GlobalStaticTimeVariantModulator GlobalTimeVariantModulator GlobalVoiceStartModulator

Public Types

enum  Parameters
 Special Parameters for the Global Modulators.
 

Additional Inherited Members

- Public Member Functions inherited from LookupTableProcessor
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...
 

Detailed Description

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.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.