mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
various work to make loop/punch display work better (including fixes for bugs present in master also)
This commit is contained in:
parent
d23c2499bf
commit
d00dc6a706
4 changed files with 31 additions and 44 deletions
|
|
@ -1600,11 +1600,11 @@ Editor::parameter_changed (std::string p)
|
|||
ENSURE_GUI_THREAD (*this, &Editor::parameter_changed, p)
|
||||
|
||||
if (p == "auto-loop") {
|
||||
update_loop_range_view (true);
|
||||
update_loop_range_view ();
|
||||
} else if (p == "punch-in") {
|
||||
update_punch_range_view (true);
|
||||
update_punch_range_view ();
|
||||
} else if (p == "punch-out") {
|
||||
update_punch_range_view (true);
|
||||
update_punch_range_view ();
|
||||
} else if (p == "timecode-format") {
|
||||
update_just_timecode ();
|
||||
} else if (p == "show-region-fades") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue