Skip to content
Discussion options

You must be logged in to vote

All levels of question are welcome! That's totally what this forum is for.

You can change the pitch bend range using a registered parameter number (RPN). These are special control change messages you can send to modify synthesizer parameters, and they're part of the MIDI specification. Put the following in a messages block in your bank file:

messages:
- cc:1:101:0
- cc:1:100:0
- cc:1:6:12

The first two messages select the pitch bend range RPN on MIDI channel 1, then the third sets it to 12 semitones (a full octave). I'm working on a lesson video about all the things you can do with RPNs and NRPNs, but this blog post has a good explanation.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@garamoniker
Comment options

@albedozero
Comment options

@garamoniker
Comment options

@albedozero
Comment options

@garamoniker
Comment options

Answer selected by albedozero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants