Guest BraveHeart Posted December 11, 2004 Report Posted December 11, 2004 Smartphone API Reference 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 a midi file? R there any examples availalbe? Thanks in advance!!!!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now