I need to program each chip with a different channel send instruction. Because I will have like 5 controllers but I want them to all have a different channel.
Do you think this is possible?
If this is in the wrong place I am sorry but I thought it might go here.
MB64. MB64E and MBMF provide a global MIDI channel, which can be changed in the menu and which overwrites the predefined channels of the sysex data. Thats the simplest way to change the channel - but of course, there are also other ways
The global channel can also be changed within the SysEx dump, but vmidibox64 doesn’t support to edit the value yet (since it has been written for the PIC16F version). So, you need to wait for the PIC18F specific editor — or you need to change the channel manually in mb64_presets.inc (search for GLOBAL_CHANNEL)
of course, since the channel is saved in the dump, changes are permanent
BankStick: not required if you only use the internal bank
link between buttons->LED: everything configurable… (try to find more docs at my Website…)