From eb304fe4b8e005b9554f86e11fe1546704214c64 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 1 Aug 2018 11:34:56 -0500 Subject: FP2: Fix banking in NavChannel mode. --- libs/surfaces/faderport8/actions.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/surfaces/faderport8') diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc index 939118ed4f..ceb989b037 100644 --- a/libs/surfaces/faderport8/actions.cc +++ b/libs/surfaces/faderport8/actions.cc @@ -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: -- cgit v1.2.3