ModPlug for PureBasic

Developed or developing a new product in PureBasic? Tell the world about it.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

ModPlug for PureBasic

Post 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
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: ModPlug for PureBasic

Post 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
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post 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 ^^
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post 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
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post 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).
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply