Configurable toolbar rec/punch & monitoring buttons

This commit is contained in:
Robin Gareus 2017-01-16 21:58:53 +01:00
parent cf5a0de709
commit 17d54a0d1c
5 changed files with 66 additions and 7 deletions

View file

@ -477,6 +477,10 @@ ARDOUR_UI::parameter_changed (std::string p)
ArdourCanvas::WaveView::set_global_gradient_depth (UIConfiguration::instance().get_waveform_gradient_depth());
} else if (p == "show-mini-timeline") {
repack_transport_hbox ();
} else if (p == "show-toolbar-recpunch") {
repack_transport_hbox ();
} else if (p == "show-toolbar-monitoring") {
repack_transport_hbox ();
} else if (p == "show-toolbar-selclock") {
repack_transport_hbox ();
} else if (p == "show-editor-meter") {