So far I have a main menu that works, a game mode which has the basics up (score, song name and etc...) And a loader to load all the files for the song which are:
1 Index file
1 Audio file for each track (6 in total)
1 csv of note positions for each track (6 in total)

and all of the above seem to be working. The architecture will need updating however, as the game slows down when frame rate drops. Also, is 600mhz/thread an OK system requirement? Or should I increase efficiency? Running in 640x480 @ 32bpp and I reach around 30fps at 600mhz...

cheers,
code_glitch.

EDIT:
OH, almost forgot, for each track is a note image too...