Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
SynthGUIManager (std::string name="") | |
std::string | name () |
void | drawSynthWidgets () |
void | setCurrentTab (int tab) |
void | drawSynthControlPanel () |
Draws a panel with all the synth controls. | |
void | render (AudioIOData &io) |
void | render (Graphics &g) |
void | configureVoiceFromGui (VoiceType *voice) |
void | drawFields () |
void | drawPresets (int columns=12, int rows=4) |
void | drawSynthSequencer () |
void | drawSynthRecorder () |
void | drawPresetSequencer () |
void | drawPresetSequencerRecorder () |
void | createBundle (uint8_t bundleSize) |
void | drawBundle () |
void | drawTriggerButton () |
void | drawAllNotesOffButton () |
void | triggerOn (int id=INT_MIN) |
Trigger a free voice. If no id provided the internal voice is triggered. More... | |
void | triggerOff (int id=INT_MIN) |
bool | triggerButtonState () |
VoiceType * | voice () |
void | recallPreset (int index) |
PresetSequencer & | presetSequencer () |
PresetHandler & | presetHandler () |
PolySynth & | synth () |
SynthSequencer & | synthSequencer () |
SynthRecorder & | synthRecorder () |
Definition at line 246 of file al_ParameterGUI.hpp.
|
inline |
Trigger a free voice. If no id provided the internal voice is triggered.
id |
Definition at line 403 of file al_ParameterGUI.hpp.