I'm running into a bit of an issue sending midi out to several devices at once. I'm trying to get my Cynthcart, mGB, and MidiNES to all work through 1 midi device. I can't currently run Cynthcart and mGB at the same time because Cynthcart wants to use Ch1 or Ch5, and mGB uses Ch 1-5. I'd like to offset the midi channels on mGB.
I'm trying to use the Max Editor for Arduino Boy (https://github.com/trash80/Arduinoboy#max-editor), but it doesn't seem to be working correctly. Trying to reset to default for instance gives me some weird results with jumbled up default values. I'm guessing maybe this is due to the difference in Arduino vs Teensy hardware??
Is there a way for me to offset midi channels on mGB with a Teensyboy Pro? If not, I may need to order a cart with the hard-coded channel offset (preferably mGB_1_3_0-ch11-15.gb so I can use MidiNES on Ch 2-6). That rom is found here: https://github.com/defensem3ch/mGB/releases
Any thoughts? Thanks!