Skip to content

Is it possible to stream MIDI data? #479

Discussion options

You must be logged in to vote

stream API read()/write() is backward compatible with serial-like MIDI library, which required data bufferring and processing. For later/newer MIDI library which support native USB midi packet format, you can use writePacket()/readPacket() API https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/src/arduino/midi/Adafruit_USBD_MIDI.h#L59

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DisasterAreaDesigns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants