Hey,
Here is some info from me what I had done in the past on DVS with my Akai LPD8. It was also sensitive and I created a workaround.
Here is the workaround. Please keep in mind that the MIDI notes (#90 **...) are from my device and you have to check for yours.
- Code: Select all
#90 24 PLAY 100 1
#80 24 PAD 100 1 0
#90 25 PLAY 101 1
#80 25 PAD 101 1 0
Pad one is 100, Pad two is 101 and so on. As you can see I have two commands for one pad.
One for activating the pad and one for stopping. So the #90 24 is to start (this why I'm using play then it is not sensitive) and the Stop command (release of the pad) #80 24 is for stopping so there is on the second option a 0.
And please take care that you only take the first 4 digits of the normal 6 digit long Value. So when your mapping has something like this: #90 54 1f please delete the 1f. the last 2 digits are from 00 to 7f to indicate the value of the power of pushing the button.
regards
Christian