Dark Bit Factory & Gravity

PROGRAMMING => Other languages => ASM => Topic started by: r0gerica on November 23, 2020

Title: Future Composer + VGM player source for MASM
Post by: r0gerica on November 23, 2020
hi there all.
i'm looking for Futurecomposer player source and a VGM player too , both for MASM32. Do you guys have any of these player sources?

thx.
r0ger
Title: Re: Future Composer + VGM player source for MASM
Post by: r0gerica on January 27, 2021
no one ?
Title: Re: Future Composer + VGM player source for MASM
Post by: Rbz on January 28, 2021
Hi r0gerica,

For future composer the only that I know is in C code that I found here -> 16-bits.org
Attached it here because 16-bits site is offline right now.

For VGM player, I don't know.

Hope that helps :cheers:
Title: Re: Future Composer + VGM player source for MASM
Post by: r0gerica on March 22, 2021
thanks a lot !
but how can i convert the cpp file to a static library ? i do know how to import the prototypes from .h to .inc tho.
or in this case, do you already have a .lib file for it ? i want only the VS2005 one only (the .lib file) so i can implement it in MASM32.
Title: Re: Future Composer + VGM player source for MASM
Post by: Rbz on March 27, 2021
I've only a lib for VS2015 and attached it here for you to test.

Also added original source code for latest version of the player -  1.27.


Title: Re: Future Composer + VGM player source for MASM
Post by: r0gerica on March 27, 2021
ok, thanks for the lib, i will see if i can port it to MASM32 later.