So I've used XMLs for projects before, but I'm not sure if I can use it for the following idea.
So I'd have the code read an XML/CSV that would have something like this in it
C,D,E,D,C
1,0.5,1,2,0.75
Where the letters would be notes on a piano (which I have as .ogg files in the project) and the numbers are the delays between when each is played. This way I could write new musical scores and have the game play the next note when the delay is up.
Any help would be greatly appreciated. ^_^
Here's the musical note if it helps with making an example that would explain/demonstrate the correct methods.