Jump to content
Tuts 4 You

Delphi 7


tagor

Recommended Posts

  • 4 months later...

If your trying to play chiptunes (XM, IT, S3M, MOD, MTM, UMX), I'd recommend BASSMOD. It's very easy to implement as well.

Sub Xero

Link to comment

Well mmsystem works only with wave file and it is easy add mmsystem to uses then add this line to where you want

Playsound('//sound name or location.wav',0,snd_sync);

or you can use Ufmod but before use Eff to ripper the Xm

Ufmod_Playsonf(@xm,length(xm),xm_memory);

and for BassMod yoy must include Bass.dll

Link to comment

You do need the BASSMOD.dll file, but it can be stored inside the .exe and extracted to memory when the application is run.

Sub Xero

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...