Page 1 of 1
ModPlug for PureBasic
Posted: Sun Feb 26, 2006 12:35 am
by KarLKoX
A simple DLL ready to be used from PureBasic, 2 examples provided, no doc (the libmodplug.pb should be self explanatory).
Feel free to report bugs, comments, suggestions ... thanx
Download :
here
Re: ModPlug for PureBasic
Posted: Sun Feb 26, 2006 2:18 am
by NoahPhense
KarLKoX wrote:A simple DLL ready to be used from PureBasic, 2 examples provided, no doc (the libmodplug.pb should be self explanatory).
Feel free to report bugs, comments, suggestions ... thanx
Download :
here
very nice ..
- np
Posted: Sun Feb 26, 2006 2:28 am
by va!n
BUG:
When load a module and press changing the PAN slider, it will crash... (i dint noticed the first starts, that i have to select the loaded tune first

- else, if you dont select the tune, if crash ^^
Posted: Sun Feb 26, 2006 12:47 pm
by KarLKoX
In the WndProc function, after
Code: Select all
sliding = 1
index = GetGadgetState(#LIST)
put :
Code: Select all
If index < 0
ProcedureReturn foo
EndIf
I will update the archive as soon as i will go back home.
Thanx va!n
EDIT : archive updated
Posted: Sun Mar 05, 2006 10:14 am
by Psychophanta
Thanks Karl, something like this is wanted by me.
I'll test it this week that i have time for it
Edit: Well, it works. And at least it is freeware

Would be nice a .pbi version of it instead of a .dll, because it would allow to compile a project to a unique executeable file (a .exe without .dll and any other files needed).