From de45ac0e76ab718d610591e773ded3485daf1366 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 29 Apr 2017 12:37:31 +0200 Subject: [PATCH] FP8: snap-to scroll tracks, both editor+mixer --- libs/surfaces/faderport8/actions.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc index fd75969211..652a4974a2 100644 --- a/libs/surfaces/faderport8/actions.cc +++ b/libs/surfaces/faderport8/actions.cc @@ -409,9 +409,11 @@ FaderPort8::encoder_navigate (bool neg, int steps) switch (_ctrls.nav_mode()) { case NavChannel: if (neg) { - StepTracksUp (); + AccessAction ("Mixer", "scroll-left"); + AccessAction ("Editor", "step-tracks-up"); } else { - StepTracksDown (); + AccessAction ("Mixer", "scroll-right"); + AccessAction ("Editor", "step-tracks-down"); } break; case NavZoom: