mirror of
https://github.com/gdsports/USBHost_t36
synced 2024-11-21 08:35:03 -05:00
Don't forget to blink LED for incoming MIDI device in Interface_16x16 example
This commit is contained in:
parent
be4623b9e3
commit
452270da51
@ -110,6 +110,7 @@ void loop() {
|
|||||||
uint8_t channel = midilist[port]->getChannel();
|
uint8_t channel = midilist[port]->getChannel();
|
||||||
const uint8_t *sys = midilist[port]->getSysExArray();
|
const uint8_t *sys = midilist[port]->getSysExArray();
|
||||||
sendToComputer(type, data1, data2, channel, sys, 6 + port);
|
sendToComputer(type, data1, data2, channel, sys, 6 + port);
|
||||||
|
activity = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user