GLBasic forum

Main forum => Off Topic => Topic started by: spacefractal on 2013-Nov-17

Title: possible XM Player for glbasic?
Post by: spacefractal on 2013-Nov-17
While searching xm player for iOS, im found this one:
http://www.incubatorgames.com/index.php/20110627/module-music-ios-chibixm/#comments

Im thinks its a neat idea if that could got working for glbasic, so we can got a decent xm playback.

Im thinks xm is the most important for module playback, even im known there is various other, but its better than nothing for projects like that.

Its should been integrated trought PLAYMUSIC File$, Patteren (instead of BLoop, which should been auto enabled).
Title: Re: possible XM Player for glbasic?
Post by: mentalthink on 2013-Nov-17
I'm not sure spacefractal but I think this can't be too much difficult, in the web appears the Wrapper and tells put the frameworks, perhaps it's done the same like another .mm files, but making the wrapper to GLbasic...ç
How I say I don't understand too much about iOS, but in the 3rd party Code, sometimes the Community has done similar things, ins't?¿

Title: Re: possible XM Player for glbasic?
Post by: Ian Price on 2013-Nov-18
XM playing in GLB would be fantastic. If anyone can, you can :)
Title: Re: possible XM Player for glbasic?
Post by: spicypixel on 2013-Nov-18
+1 XM for Android :D
Title: Re: possible XM Player for glbasic?
Post by: Marmor on 2013-Nov-18
Mod player !!! Much better
Title: Re: possible XM Player for glbasic?
Post by: Kitty Hello on 2013-Nov-22
befor you start porting - I plan to move to "SoLoud" library for sound, soon. It is very lightweight and should provide more flexibilty for playing sounds off the memory.
Title: Re: possible XM Player for glbasic?
Post by: Ian Price on 2013-Nov-22
Will that support all currently supported platforms Gernot?
Title: Re: possible XM Player for glbasic?
Post by: fuzzy70 on 2013-Nov-23
A quick search lead me to this http://sol.gfxile.net/soloud/ (http://sol.gfxile.net/soloud/). I presume it is the same one Gernot mentioned.

However I could not see any mention of music other than OGG but I have only skipped briefly through the site. There is some nice audio commands though for changing playback speed, filters & numerous others which would be a nice addition to the rather limited audio commands we currently have  :D

Lee
Title: Re: possible XM Player for glbasic?
Post by: mentalthink on 2013-Nov-23
This library it's very interesting with this we can do, app for audio, like sequencers syntes and all this kind of things... have effects filters and a lot of possibilities... and don't seems very complex put into GLbasic...
Title: Re: possible XM Player for glbasic?
Post by: spacefractal on 2013-Nov-23
So loud is very interesting for playing sound, so we have better sound support. Most important is ogg sound playback here and better mixing and have sdl backbend.

I'm do like that little lib.

It's still not a mod player, but hopefully it's could been intergrate to that.
Title: Re: possible XM Player for glbasic?
Post by: erico on 2013-Nov-23
Quote from: Ian Price on 2013-Nov-22
Will that support all currently supported platforms Gernot?

I wonder about this too.
Title: Re: possible XM Player for glbasic?
Post by: mentalthink on 2013-Nov-23
If you download ans test the .exe examples can view the interesting it's this library, I like do , but really I'm not sure waht I have to do, how make the wrapper, I suppose it's take the C++ files and Use INLINE like in Box2D, but then the .dll and .lib?¿...

I think we need the help of the Masters