Chapter 6: MIDI Playback

OVERVIEW
Part Two of the book, you'll learn how to work with dynamic music.DirectMusic tries very hard to treat WAV files and MIDI files the same way. The Loader object loads both MIDIs and WAVs into segments, which are played by giving them to the performance's Play method, just like with sound effects. So, after several difficult chapters, you finally get an easy one.