Page 1 of 1

Retro Music Library

Posted: Sat Nov 25, 2023 2:55 pm
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 ;)

Re: Retro Music Library

Posted: Sat Nov 25, 2023 9:44 pm
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

Re: Retro Music Library

Posted: Sun Nov 26, 2023 12:55 am
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.