I want to make a rhythm game which pre-generate beat from a midi file. but I don't really understand about the data structure of midi file and how to generate those beat. how should I accomplished this?

for your info I'm using Qt for Meego. and there's also one problem I found, QML Element Audio for meego cannot play .mid file. I dont how to solve it. any solution>?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

What you'r looking for is "Music Sequencer Design"

Take a look at this document from gamasutra.com

link|improve this answer
heeeey nice tutorial. thx a lot :D – Fugogugo Oct 14 '11 at 6:14
any real example of how to implement these ? I can't really understand it :( – Fugogugo Oct 14 '11 at 7:17
Check this out (there are lot of projects with source code available in different lang -pick based on ur lang) github.com/… – Dexter Oct 14 '11 at 8:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.