mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Foldback: spill follows selection
This commit is contained in:
parent
ff1083128b
commit
c3fb344f44
1 changed files with 6 additions and 0 deletions
|
|
@ -1330,6 +1330,9 @@ FoldbackStrip::previous_button_clicked ()
|
|||
//use previous to set route
|
||||
if (previous) {
|
||||
set_route (previous);
|
||||
if (_showing_sends) {
|
||||
Mixer_UI::instance()->show_spill (_route);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1358,6 +1361,9 @@ FoldbackStrip::next_button_clicked ()
|
|||
//use next to set route
|
||||
if (next) {
|
||||
set_route (next);
|
||||
if (_showing_sends) {
|
||||
Mixer_UI::instance()->show_spill (_route);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue