mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Add initial GUI support for global monitor states
This commit is contained in:
parent
88d797bd64
commit
cf5a0de709
6 changed files with 131 additions and 8 deletions
|
|
@ -1940,6 +1940,8 @@ RouteUI::parameter_changed (string const & p)
|
|||
check_rec_enable_sensitivity ();
|
||||
} else if (p == "use-monitor-bus" || p == "solo-control-is-listen-control" || p == "listen-position") {
|
||||
set_button_names ();
|
||||
} else if (p == "session-monitoring") {
|
||||
update_monitoring_display ();
|
||||
} else if (p == "auto-input") {
|
||||
update_monitoring_display ();
|
||||
} else if (p == "blink-rec-arm") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue