Skip to content

Commit f58b3ee

Browse files
chapipovosc
authored andcommitted
expressivee/osmoseCE: Fix device navigation too sensitive
1 parent a49ff63 commit f58b3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/bitwig/extensions/controllers/expressivee/common/TrackManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ public void init() {
538538
mHost.createRelativeHardwareControlStepTarget(
539539
mSelectedDeviceCursor.selectNextAction(),
540540
mSelectedDeviceCursor.selectPreviousAction()),
541-
128.0);
541+
12.8);
542542

543543
final HardwareActionBindable launchClip = mHost.createAction(() -> {
544544
mSelectedTrackClipLauncher.launch(mSelectedClipIndex);

0 commit comments

Comments
 (0)