mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
MIDI/Controllables for monitor section, and related fixes
git-svn-id: svn://localhost/ardour2/branches/3.0@6863 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3a7487d3fa
commit
e69aca2842
18 changed files with 489 additions and 257 deletions
|
|
@ -121,4 +121,7 @@ class MonitorSection : public RouteUI
|
|||
void parameter_changed (std::string);
|
||||
|
||||
PBD::ScopedConnection config_connection;
|
||||
PBD::ScopedConnectionList control_connections;
|
||||
|
||||
void assign_controllables ();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue