possible XM Player for glbasic?

Previous topic - Next topic

spacefractal

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).
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

mentalthink

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?¿


Ian Price

XM playing in GLB would be fantastic. If anyone can, you can :)
I came. I saw. I played.

spicypixel

http://www.spicypixel.net | http://www.facebook.com/SpicyPixel.NET

Comps Owned - ZX.81, ZX.48K, ZX.128K+2, Vic20, C64, Atari-ST, A500.600.1200, PC, Apple Mini-Mac.

Marmor

Mod player !!! Much better

Kitty Hello

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.

Ian Price

Will that support all currently supported platforms Gernot?
I came. I saw. I played.

fuzzy70

A quick search lead me to this 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
"Why don't you just make ten louder and make ten be the top number and make that a little louder?"
- "These go to eleven."

This Is Spinal Tap (1984)

mentalthink

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...

spacefractal

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.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

erico

Quote from: Ian Price on 2013-Nov-22
Will that support all currently supported platforms Gernot?

I wonder about this too.

mentalthink

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