i'm doing a project for school that consists of writing a program that manipulates a relay board to play rockband songs that all works fine.
i've got the .mid files from game and have used feedback to save them into a chart file but am trying to figure out how to interpret them
if anyone can post a link i would appreciate it.
this is what i understand from it first ten lines of expert guitar
greengrass
3720 = S 0 6000 ///assumine anything without N isn't a note
3840 = E mellow
3840 = N 0 0 ///3840 seconds into the song play green
3840 = E map HandMap_AllChords//ignore again
4080 = N 1 0 ///4080-3840=240 milliseconds later play red
4320 = N 2 0 /// so on
4560 = N 3 0
4800 = N 1 0
4860 = N 2 0
5040 = N 1 0
i'm not quite sure bout the very last digits purpose.
but as of write now my program plays the notes correct, just to fast


