Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRedBeard committed Oct 13, 2022
2 parents cb1a45d + edb1688 commit f4890e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Parses MXL to an output to be used on Arduino
<br /><br />
Thanks to <a href="https://github.com/shvelo">Shvelo</a> who's Ruby code got me pointed in the right direction https://github.com/shvelo/musicxml_to_arduino
<br /><br />
This is not a pretty or complete solution. It was just enough to get what I wanted done and was written in a very short amount of time.
Working Arduino Demo <a href="https://github.com/MrRedBeard/Arduino-Music-Demo">https://github.com/MrRedBeard/Arduino-Music-Demo</a>
<br /><br />
This is simple solution with room left to improve.
<br /><br />
MXL is an XML format for sheet music. The code allows you to parse the notes, duration and tempo information from the MXL in a format that is easy to place in your Arduino code.
<br /><br />
Expand Down

0 comments on commit f4890e3

Please sign in to comment.