Writing a Music Player that supports MIDI Instruments

I want to write a Music Player that can play MusicXML files. These have information about them that can be used for conversion into MIDI, such as what instrument each part should use. However, in conversion to MIDI lots of information is lost, like crescendoes,diminuendoes, and emphases. I want to write a Music Player that can play these files, keeping this information in, but use the MIDI instruments. Is this possible, andd can anyone give me any pointers, as I don't really have a clue where to start.
Thanks,
IxxI


Answer this question

Writing a Music Player that supports MIDI Instruments

  • rcook349

    For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups/. This forum is specific for the VC++ 2005 language itself.

    Also, codeproject.com & codeguru.com might be helpful places.

    Thanks,
    Ayman Shoukry
    VC++ Team


  • Writing a Music Player that supports MIDI Instruments