Final Log
The processing code work just fine off the Arduino. Go figure?
I have written a tool that takes a MIDI file and converts it to an Arduino sketch:
- Midi2Ardunio.exe
I have not 100% tested everything so if something is not working lot me know and I will fix it. I have put it in my Files area along with a MIDI (Popcorn) and the Arduino sketch:
- SimpleMidiPlayer.ino
I have put a sample MIDI (popcorn), a recording of the Arduino playing it.
---
Spoke to soon. The very next file I tested crashed!
Took all afternoon until I realised that I MUST open binary files with "rd" and not "r", otherwise 0x0A is interpreted as a "CR" and the next char is dropped.
Okay, amended executable uploaded.
---
Regards AlanX
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.