Page 1 of 1

Mod player status

PostPosted: Nov 23, 2006 @ 8:04pm
by Nikster
What's the status with the mod player ? is it going to be worked on anymore ? inclusion of extra mod commands and the like ? just that a few mods I've added struggle with certain pitch sliding commands.

Also, what's the possiblity of having some custom audio callback with a pointer, length so we can fill the audio buffer ourselves ? I fancy writing an XM Player and some other audio oddities :)

Regards,

Nik

PostPosted: Nov 23, 2006 @ 9:50pm
by Guest
Ignore that, after trying bass on my pda it seems futile wasting my time writing anything :D

PostPosted: Nov 24, 2006 @ 5:37pm
by Nikster
Saying that again, it doesn't work with gledplay.. shame.

PostPosted: Nov 24, 2006 @ 9:16pm
by Sergio

PostPosted: Nov 24, 2006 @ 9:24pm
by Nikster

PostPosted: Nov 24, 2006 @ 9:38pm
by Sergio

PostPosted: Nov 27, 2006 @ 9:32pm
by Nikster
Ok, seems I was being dumb, the error was because the full path was incorrect, whats the best way to get a full path based on the location of the gledplay application start ?

TIA

Nik.

PostPosted: Nov 27, 2006 @ 10:52pm
by Sergio

PostPosted: Nov 28, 2006 @ 12:15am
by Nikster

PostPosted: Nov 28, 2006 @ 1:32am
by Dan East

PostPosted: Nov 28, 2006 @ 8:44pm
by Sergio
Thank you Dan for those code snipets.
You are right... I forgot to say that GetModuleFileName will return the executable path WITH the executable file name. So you have to remove it.

Regards,
Sergio.