Aviate Audio Multiverse Library
|
ReportManager provides a class to allows effects to report information back to the host computer. More...
#include <ReportManager.h>
Public Member Functions | |
ReportManager (Avalon::PresetManager &presetManager, Avalon::AvalonHardwareControls &avalonHardwareControls, Avalon::PresetControlArrays &presetControlArrays, Aviate::AudioEffectWrapper **audioEffectPtrArray) | |
virtual | ~ReportManager () |
destructor | |
void | reportParamValue (Aviate::AudioEffectWrapper *audioEffectPtr, int controlIndex, float value) |
ReportManager provides a class to allows effects to report information back to the host computer.
the class does not support deallocated memory because this would cause fragmentation.