generic MIDI: extend menu options to drop ALL MIDI bindings, not just a binding map

This commit is contained in:
Paul Davis 2022-01-15 13:15:38 -07:00
parent 60f8cfb841
commit 9ee4c14bce
2 changed files with 4 additions and 1 deletions

View file

@ -96,6 +96,7 @@ public:
int load_bindings (const std::string&);
void drop_bindings ();
void drop_all ();
void check_used_event (int, int);
@ -174,7 +175,6 @@ private:
MIDIAction* create_action (const XMLNode&);
void reset_controllables ();
void drop_all ();
enum ConnectionState {
InputConnected = 0x1,