Retro Music Library

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Retro Music Library

Post by Inner »

Currently this project only works for x86, it require a recompile of the plugin DLL for 64bit and I'm not sure how well that will go as I didn't write the code that renders play back PCM.

What is Retro Music Library
Pure Basic includes for playing old retro music, is the basic core functionality to audibly hear retro music, its a library of as many as I can making plug-ins for.

Current music types being worked on
YM, SNDH

SNDH may be missing some functionality for vu-meters as some functions I've not wrapped because I don't know what they do, if you spot something missing that needs to be there let me know.

https://github.com/melony-cmd/RetroMusicLibrary

No relation to Retro Pixel :) though it's kind of a happy coincidence ;)
Fred
Administrator
Administrator
Posts: 18199
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Retro Music Library

Post by Fred »

Looks cool ! May be you can integrate linmodplug which is currently used by the Music purebasic lib which support a tons of tracker format and works as well on 64-bit
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Re: Retro Music Library

Post by Inner »

Fred wrote: Sat Nov 25, 2023 9:44 pm Looks cool ! May be you can integrate linmodplug which is currently used by the Music purebasic lib which support a tons of tracker format and works as well on 64-bit
Thanks Fred, it's on the target list, current code needs (pardon the pun) some fine tuning.
Post Reply