13
0

FP8: snap-to scroll tracks, both editor+mixer

This commit is contained in:
Robin Gareus 2017-04-29 12:37:31 +02:00
parent e508d41091
commit de45ac0e76

View File

@ -409,9 +409,11 @@ FaderPort8::encoder_navigate (bool neg, int steps)
switch (_ctrls.nav_mode()) { switch (_ctrls.nav_mode()) {
case NavChannel: case NavChannel:
if (neg) { if (neg) {
StepTracksUp (); AccessAction ("Mixer", "scroll-left");
AccessAction ("Editor", "step-tracks-up");
} else { } else {
StepTracksDown (); AccessAction ("Mixer", "scroll-right");
AccessAction ("Editor", "step-tracks-down");
} }
break; break;
case NavZoom: case NavZoom: