You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,31 @@ A simple MIDI File Parser which is based on the [Midi Parser from Alexandre Biqu
4
4
5
5
The original library has been converted to a Header Only C++ Library. Unlike the original implementation, we can feed the parser incrementally with data. This is important if you want to use it on a microcontroller that has only a limited amount of RAM.
6
6
7
-
It can be used as __Arduino or as cmake library__, so you can also compile, run and debug it on a desktop computer.
7
+
It can be used as __Arduino library or as regular cmake library__, so you can also compile, run and debug it on a desktop computer.
For Arduino you can download the library as zip and call include Library -> zip library. Or you can git clone this project into the Arduino libraries folder e.g. with
0 commit comments