MiniDexed
MiniDexed copied to clipboard
Initial implementation of system-level, i.e. all TG, MIDI control maps
As per discussion here: https://github.com/probonopd/MiniDexed/discussions/702#discussioncomment-10409687
Defines the following "CC maps" for use in controlling each individual tone generator over the same MIDI channel: 0 = disabled 1 = CC 16-19, 80-83 - the General Purpose Controllers 1-8 2 = CC 20-27 3 = CC 52-59 4 = CC 102-109 5 = CC 110-117 6 = CC 3, 9, 14-15, 38-31 7 = CC 35, 41, 46-47, 60-63
Note: maps 2-7 utilise various sets of undefined in the MIDI spec MIDI CC numbers.
These can be configured in minidexed.ini for any of the following MIDISystemCCVol= MIDISystemCCPan= MIDISystemCCDetune=
It has only had very, very basic testing but as a concept I think it could work.
This PR is to let people try out the concept and see if it has any merit.
Kevin