Hey,
your MIDI mapping looks good. No wrong code but you could test something with it. My Code for my LPD8 looks like this code example:
- Code: Select all
#90 24 PLAY 100 1
#80 24 PAD 100 1 0
and this is your code:
- Code: Select all
#90 27 PAD 100 1 0
#80 27 PAD 100 1 0
The little different is that you have for both commands as an second parameter a "0", my code not. So maybe you could test it with one example PAD like the first pad. Remove the 0 from the start command (it is #90 ...) and save it and start DVS (important that you have DVS closed when editing otherwise your changes are maybe not written!)
Maybe it helps otherwise we must check whats different to our system.
regards
Christian