Page 1 of 1

how to play exotic mod in an win32 game, intro, demo...

Posted: Sun Jun 11, 2006 9:40 pm
by cf
hi

yep, err...on win32 (but even multi os, hardware...) exist fmod.dll, bass.dll, or minifmod
but only for mod or mod-like xm,s3m...

it's not possible to play exotic mods without xmms/deliplayer/winamp...

except for some convertions (by Estrayk for example)

is it possible to create a deliplayer dll or lib ?

Posted: Mon Jun 12, 2006 12:08 pm
by XtC
You'd be better off asking this question on the DeliPlayer forum.

Posted: Mon Jun 12, 2006 5:43 pm
by Coma
Except that he actually got an answer here. 8)

Posted: Thu Jun 15, 2006 8:55 pm
by alexh
how to play exotic mod in an win32 game, intro, demo...
You learn to code and research the format of the music in question?

Look at the deliplayer formats page. Formats which are in blue or green are played natively by Deliplayer, meaning they were probably easiest to separate away from their tie in with Amiga audio hardware.

Failing that turn to UADE. An open source delitracker emulator for linux which uses parts of UAE to emulate the 68000 and Paula sound chip. Examine the code, if you are a demo coder you should be able to extract what you need.

UADE was previously turned into a plugin for WinAMP. It will be hard work, probably require a bit of Cygwin knowledge, but you should be able to get something going in a short time... or ported over to .NET in the long run.