mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff; make monitor section track configuration params that apply to it; add use-monitor-bus option to rc option editor
git-svn-id: svn://localhost/ardour2/branches/3.0@6797 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f1b0f30cd5
commit
ac5bbf4b99
5 changed files with 63 additions and 40 deletions
|
|
@ -117,4 +117,8 @@ class MonitorSection : public RouteUI
|
|||
void solo_blink (bool);
|
||||
bool cancel_solo (GdkEventButton*);
|
||||
void solo_cut_changed ();
|
||||
void update_solo_model ();
|
||||
void parameter_changed (std::string);
|
||||
|
||||
PBD::ScopedConnection config_connection;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue