This is my implemented version of the MIDI decoder module.
It will allow us parse MIDI files and output the information in our own defined data structure.
On the command line in the accelerando directory, run
make clean && make build test_midi_reader
The output on the console shows the structure of the song object. Please make sure that the output is correct with respect to the music sheet.
I tested the code. Twinkle Twinkle looked good.
The pull request requires to merge manually. I might not know what I will be doing and destroy your code. Could you merge it?
This is my implemented version of the MIDI decoder module. It will allow us parse MIDI files and output the information in our own defined data structure.
On the command line in the accelerando directory, run
make clean && make build test_midi_reader The output on the console shows the structure of the song object. Please make sure that the output is correct with respect to the music sheet.