mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Allow any one midi event to control only one thing.
This commit is contained in:
parent
fee54fb155
commit
6ab04a27c3
3 changed files with 64 additions and 2 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue