mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Configurable toolbar rec/punch & monitoring buttons
This commit is contained in:
parent
cf5a0de709
commit
17d54a0d1c
5 changed files with 66 additions and 7 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue