FP2: Fix banking in NavChannel mode.
authorBen Loftis <ben@harrisonconsoles.com>
Wed, 1 Aug 2018 16:34:56 +0000 (11:34 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Wed, 1 Aug 2018 16:35:35 +0000 (11:35 -0500)
libs/surfaces/faderport8/actions.cc

index 939118ed4f3b45ac8c901936971688886cb8c798..ceb989b037a48f9fe4eae07e457bea67aeb72b44 100644 (file)
@@ -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: