Add initial GUI support for global monitor states

This commit is contained in:
Robin Gareus 2017-01-16 19:54:20 +01:00
parent 88d797bd64
commit cf5a0de709
6 changed files with 131 additions and 8 deletions

View file

@ -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") {