Guitarix
|
#include <gx_main_window.h>
Public Member Functions | |
KeySwitcher (gx_engine::GxMachineBase &machine_, sigc::slot< void, const Glib::ustring &, const Glib::ustring &> display_) | |
bool | process_bank_key (int idx) |
bool | process_preset_key (int idx) |
void | display_key_error () |
void | deactivate () |
Definition at line 54 of file gx_main_window.h.
|
inline |
Definition at line 65 of file gx_main_window.h.
void KeySwitcher::deactivate | ( | ) |
Definition at line 30 of file liveplay.cpp.
Referenced by Liveplay::on_live_play(), and Liveplay::~Liveplay().
void KeySwitcher::display_key_error | ( | ) |
Definition at line 38 of file liveplay.cpp.
bool KeySwitcher::process_bank_key | ( | int | idx | ) |
Definition at line 91 of file liveplay.cpp.
bool KeySwitcher::process_preset_key | ( | int | idx | ) |
Definition at line 71 of file liveplay.cpp.