Allow any one midi event to control only one thing.

This commit is contained in:
Len Ovens 2015-07-20 12:37:53 -07:00 committed by Paul Davis
parent fee54fb155
commit 6ab04a27c3
3 changed files with 64 additions and 2 deletions

View file

@ -71,6 +71,8 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
int load_bindings (const std::string&);
void drop_bindings ();
void check_used_event (int, int);
std::string current_binding() const { return _current_binding; }