How to configure to read MIDI from file (or local byte array) #348
Gorillarock
started this conversation in
General
Replies: 1 comment
-
Have a look at the unit tests, there are examples on how to read from a buffer (array of bytes with an API that conforms to the Arduino Serial API on top). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically the title. I have a midi file saved to an SD card. I read it into the Arduino and have a byte array.
Can I configure this lib to read from the byte array?
Or directly from the file?
Beta Was this translation helpful? Give feedback.
All reactions