Skip to content

Commit 669f851

Browse files
committed
fixed X-Touch Mini jumpy encoders issue
1 parent a2c1fdc commit 669f851

File tree

7 files changed

+6
-2
lines changed

7 files changed

+6
-2
lines changed
0 Bytes
Binary file not shown.
-650 Bytes
Binary file not shown.
-650 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "LePsControllerScripts4Bitwig",
33
"title": "LeP's controller scripts for Bitwig",
44
"description": "Bitwig controller script for the Behringer BCF2000, Arturia Beatstep Pro and more",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"author": {
77
"name": "Lennart Pegel",
88
"email": "github@justlep.net",

src/XTouchMini.control.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ lep.XTouchMini = function() {
122122
name: 'TopEncoder' + index,
123123
valueCC: CC.FIRST_ENCODER + index,
124124
clickNote: NOTE.FIRST_ENCODER_CLICK + index,
125+
sendsDiffValues: false,
125126
midiChannel: MIDI_CHANNEL
126127
});
127128
}),
@@ -504,4 +505,4 @@ lep.XTouchMini = function() {
504505
};
505506

506507
function exit() {
507-
}
508+
}
2.24 MB
Binary file not shown.

stable-version-for-download/history.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
v2.3.2 (07-April-2023)
3+
- fix for jumpy encoders bug on Behringer X-Touch Mini (issue #14)
4+
25
v2.3.1 (31-Jan-2022)
36
- fixed issue #13
47
(the track name field lost focus after first keystroke when renaming a track in a saved+reopened project)

0 commit comments

Comments
 (0)