2 #ifndef AVIATE_TUNERMANAGER_H_
3 #define AVIATE_TUNERMANAGER_H_
6 #include "Aviate/ForwardDeclares.h"
34 TunerManager(Avalon::AvalonHardwareControls& hardwareControls);
54 std::unique_ptr<impl> pimpl;
The TunerManager class provides an API to access the Tuner display on the Multiverse hardware screen.
Definition: TunerManager.h:31
bool getTunerMode()
Retrieve the tuner mode.
void sendNoteUpdate(TunerNote note, float cents, bool noFiltering=false)
Send an update to the tuner display.
void setTunerMode(bool enabled)
Set the TunerMode on the display to on or off.
The Aviate library/namespace provides the primary API for working with Multiverse.
Definition: AudioEffectWrapper.h:24
TunerNote
enum to specify detected notes to the TunerManager
Definition: TunerManager.h:11
TunerManager * tunerManagerPtr
pointer to global TunerManager pointer