mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
faderport: show current User button bindings in GUI
This commit is contained in:
parent
a9ce37b7ac
commit
e82cc88c6f
2 changed files with 41 additions and 4 deletions
|
|
@ -103,6 +103,9 @@ private:
|
|||
|
||||
void build_available_action_menu ();
|
||||
void action_changed (Gtk::ComboBox*, FaderPort::ButtonID, FaderPort::ButtonState);
|
||||
|
||||
bool find_action_in_model (const Gtk::TreeModel::iterator& iter, std::string const & action_path, Gtk::TreeModel::iterator* found);
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue