Dear all, I have an Oval MIDI controller (https://ovalsound.com/) and would like to change the incoming MIDI notes. In total there are 8 Pads which do not have the right playing order, so I would like to rearrange them according to different scales (musical modes).
For example, I would like to use the "integral" scale, so I would like to make the following changes:
Pad1 sends the MIDI note 60 and it should be changed to MIDI note 69.
Pad2 (MIDI note 61) => MIDI note 70
Pad3 (MIDI note 62) => MIDI note 72
Pad4 (MIDI note 63) => MIDI note 74
Pad5 (MIDI note 64) => MIDI note 76
Pad6 (MIDI note 65) => MIDI note 77
Pad7 (MIDI note 66) => MIDI note 81
Pad8 (MIDI note 67) => MIDI note 50
This would just be the setup for this single scale. In future I would like to do the same for getting other scales (musical modes). Is there a way to use a table for mapping these different scales?
Thank you for your suggestions.