How can I play a MIDI file in my game using the win32 API?

  • Thread starter Thread starter finchie_88
  • Start date Start date
  • Tags Tags
    Game Sound
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 3K views
finchie_88
Ok, well, I've solved a few glitches that were present in my game, although, there is one other things I need help on. (working on windows, compiler:dev-C++, using win32 API).

1. How do I get my program to play a midi. I know how to play a wav file, but can't find the right info on this.
 
Physics news on Phys.org
Look into DirectX.
Doing it with just the API is going to be very difficult.