|
Vital
|
A callback message class that notifies listeners of preset changes through MIDI. More...
#include <midi_manager.h>
Public Member Functions | |
| PresetLoadedCallback (Listener *lis, File pre) | |
| Constructs a PresetLoadedCallback. | |
| void | messageCallback () override |
| The callback invoked when the message is delivered. | |
Public Attributes | |
| Listener * | listener |
| The listener to notify. | |
| File | preset |
| The preset file that was loaded. | |
A callback message class that notifies listeners of preset changes through MIDI.
When dispatched, it calls the listener's presetChangedThroughMidi method.
|
inline |
Constructs a PresetLoadedCallback.
| lis | The listener to notify. |
| pre | The preset file that was loaded. |
|
inlineoverride |
The callback invoked when the message is delivered.
| Listener* MidiManager::PresetLoadedCallback::listener |
The listener to notify.
| File MidiManager::PresetLoadedCallback::preset |
The preset file that was loaded.