Introduction
I decided to wrap the project up since I was a bit bored of it.

Program Information
This application is extremely simple. Throw in a Rock Band 3 MIDI into the converter and it will spit out a chart file. You can also specify the output file’s name.
Usages
- mid2chart.exe <midi filename>
- mid2chart.exe <midi filename> <chart filename>
Links
- Compiled Binary: mid2chart.exe (44 KB)
- GitHub Repo: https://github.com/iDestyKK/mid2chart_cpp
Note: Compiled in Visual Studio 2013 Ultimate. May need additional Windows Update DLLs to run.
Why did I write this application?
Feedback Chart Editor only reads notes from PART GUITAR, PART BASS, and PART DRUMS. It does not read from PART KEYS. Because of this, importing a MIDI file into Feedback that has a PART KEYS will lose data on Keyboard Notes. Since that chart editor is greatly outdated, I took the opportunity to make a converter to convert, not just keys… but ANYTHING the end user wants converted. All he/she has to do is edit the source code’s const variables and they can tell the converter to convert whatever they want from the MIDI file. Be aware that this application does “not” support SysEx markers yet. I have not worked on that yet, nor do I know how to implement it at all.
Have a nice day!
~Clara