Thanks so much
I'm doing this... is this the most efficient way to it?
void myNoteOn(byte channel, byte note, byte velocity) {
if (midi1.manufacturer() != NULL && midi1.product() != NULL)...
Type: Posts; User: $$$
Thanks so much
I'm doing this... is this the most efficient way to it?
void myNoteOn(byte channel, byte note, byte velocity) {
if (midi1.manufacturer() != NULL && midi1.product() != NULL)...
I see this working when I enable DEBUG... but how do I get the Manufacturer and Product strings into my sketch?
22:26:27.186 -> Manufacturer: Focusrite A.E. Ltd
22:26:27.186 -> enumeration:...
Hi
I'd like to have to my MIDI host program do different things depending on what controller is plugged in...
How do I get this bit from #define USBHOST_PRINT_DEBUG into my sketch?
...