mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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()) {
|
||||
case NavChannel:
|
||||
#ifndef FADERPORT2
|
||||
select_prev_next (next);
|
||||
break;
|
||||
#endif
|
||||
case NavMaster:
|
||||
case NavScroll:
|
||||
case NavPan:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue