Is there a midi message that can be sent to the android midi player to adjust the pitch bend range ?
Asked
Active
Viewed 69 times
1 Answers
0
There is a pitch bend sensitivity message that you could try. It's a MIDI RPN so you could try googling that for more info.
# pitch bend sensitivity message
101 0
100 0
6 2 #range in semitones, 2 semitones is the default, 24 is the max.
38 0 #range in cents

jaket
- 9,140
- 2
- 25
- 44
-
I've looked it up, this should be what I need. Thank you! – selimbousbih Nov 24 '19 at 15:42