mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
FP2: Fix banking in NavChannel mode.
This commit is contained in:
parent
c546ada320
commit
eb304fe4b8
1 changed files with 2 additions and 0 deletions
|
|
@ -499,8 +499,10 @@ FaderPort8::button_prev_next (bool next)
|
||||||
{
|
{
|
||||||
switch (_ctrls.nav_mode()) {
|
switch (_ctrls.nav_mode()) {
|
||||||
case NavChannel:
|
case NavChannel:
|
||||||
|
#ifndef FADERPORT2
|
||||||
select_prev_next (next);
|
select_prev_next (next);
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
case NavMaster:
|
case NavMaster:
|
||||||
case NavScroll:
|
case NavScroll:
|
||||||
case NavPan:
|
case NavPan:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue