Click to See Complete Forum and Search --> : Do U know how to play a midi file using SmartPhone?


ArmStronger
December 9th, 2004, 07:08 AM
MSDN says :

This structure provides the ability to play MIDI files within Microsoft® Windows® CE. This structure inputs MIDI information as a special WAV format.

typedef struct _WAVEFORMAT_MIDI{
WAVEFORMATEX wfx;
UINT32 USecPerQuarterNote;
UINT32 TicksPerQuarterNote;
} WAVEFORMAT_MIDI, *LPWAVEFORMAT_MIDI;

But,how to play ....?????
Microsoft is kidding me.