mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
generic MIDI: extend menu options to drop ALL MIDI bindings, not just a binding map
This commit is contained in:
parent
60f8cfb841
commit
9ee4c14bce
2 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue