Play/Stop Midi files

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by MrVainSCL.

Hi ppl

I am still coding on a game project and want to play and stop a midi file as background tune... I have had a look to the WIN API commands and founded an example for playing midi tunes, using...

MCI_PLAY_PARMS mciPlayParms;
MCI_STATUS_PARMS mciStatusParms;

I dont really know how to convert the example to a working PB version... Can someone help me or have an working example? Many thanks in advance...

greetz

MrVainSCL!