Skip to content

Commit

Permalink
fixed X-Touch Mini jumpy encoders issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justlep committed Apr 7, 2023
1 parent a2c1fdc commit 669f851
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
Binary file modified doc/Behringer X-Touch Mini/Layer A.bin
Binary file not shown.
Binary file removed doc/Behringer X-Touch Mini/LayerA (Factory default).bin
Binary file not shown.
Binary file removed doc/Behringer X-Touch Mini/LayerB (Factory default).bin
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "LePsControllerScripts4Bitwig",
"title": "LeP's controller scripts for Bitwig",
"description": "Bitwig controller script for the Behringer BCF2000, Arturia Beatstep Pro and more",
"version": "2.3.1",
"version": "2.3.2",
"author": {
"name": "Lennart Pegel",
"email": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion src/XTouchMini.control.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ lep.XTouchMini = function() {
name: 'TopEncoder' + index,
valueCC: CC.FIRST_ENCODER + index,
clickNote: NOTE.FIRST_ENCODER_CLICK + index,
sendsDiffValues: false,
midiChannel: MIDI_CHANNEL
});
}),
Expand Down Expand Up @@ -504,4 +505,4 @@ lep.XTouchMini = function() {
};

function exit() {
}
}
Binary file not shown.
3 changes: 3 additions & 0 deletions stable-version-for-download/history.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

v2.3.2 (07-April-2023)
- fix for jumpy encoders bug on Behringer X-Touch Mini (issue #14)

v2.3.1 (31-Jan-2022)
- fixed issue #13
(the track name field lost focus after first keystroke when renaming a track in a saved+reopened project)
Expand Down

0 comments on commit 669f851

Please sign in to comment.