Force Flip normal before Bank (fixes #6630)
authorLen Ovens <len@ovenwerks.net>
Sun, 11 Oct 2015 02:59:29 +0000 (19:59 -0700)
committerLen Ovens <len@ovenwerks.net>
Sun, 11 Oct 2015 02:59:29 +0000 (19:59 -0700)
libs/surfaces/mackie/mackie_control_protocol.cc

index 0334431d819cb8372c9b541b81c3ed6d280da3fb..1222dc5707e2f669e91e065245c6456d2e617218 100644 (file)
@@ -342,7 +342,7 @@ MackieControlProtocol::switch_banks (uint32_t initial, bool force)
                 */
                return;
        }
-
+       set_flip_mode (Normal);
        _current_initial_bank = initial;
        _current_selected_track = -1;