Remap_Instruments iterates through MIDI messages and increments the Control change value argument within instrument groups.
I'm uncertain about the exact pattern to use as some devices use MSB+LSB which would require finding adjacent cc msgs prior to selecting a new instrument.
Pull Request type
Please check the type of change your PR introduces:
[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no API changes)
Here is the implementation.
Remap_Instruments iterates through MIDI messages and increments the Control change value argument within instrument groups.
I'm uncertain about the exact pattern to use as some devices use MSB+LSB which would require finding adjacent cc msgs prior to selecting a new instrument.
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #10
What is the new behavior?
-
-
Does this introduce a breaking change?
Other information