The THR10 is a device. It has the same female USB-B connector as most MIDI controllers, like this one. Mathis Rosenhauer was using the Arduino USB Host Shield in his project. The THR10 is usually connected to a...
I managed to test my USB Host Connection with the InputFunctions example. I receive MIDI events when I use a MIDI keyboard. But I don't receive anything when I connect the THR10 instead.
When I run a MIDI monitor on my...
Thanks a lot, Paul. I think, I got it now. The prefix and suffix Mathis sent out in his code are not part of the MIDI protocol, as I assumed, but specific to the THR10 (except for the leading 0xF0 and the trailing...
Thank you very much, Paul. This clears things up quite a bit.
In his code, Mathis Rosenhauer sends a prefix, then the actual patch data and lastly a suffix with a checksum and an end-byte like this:
void...
Hi. I'm trying to achieve something similar to the THR_Footswitch by Mathis Rosenhauer (LINK) but with a Teensy 3.6 and its second USB port. The THR10 guitar amplifier is a MIDI Device, so the Teensy must act as an USB...