Jump to content

Help: How to play midi files with SmartPhone?


Recommended Posts

Guest BraveHeart
Posted

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!!!!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.