Dark Bit Factory & Gravity

PROGRAMMING => Other languages => Topic started by: peterb2005 on January 03, 2020

Title: [delphi]adlib(rad) music player
Post by: peterb2005 on January 03, 2020
 Some time ago I found C source for playing the oldschool Reality AdLib Tracker (.rad) tunes,
    after a while of compiling and experimenting I managed to get a simple working delphi player.


    + no external dlls
    + no hassle compilation
    + music file embedded inside
    + fairly small size cca 50kb (not packed)


Hope somebody finds it useful. :)
Title: Re: [delphi]adlib(rad) music player
Post by: Rbz on January 13, 2020
Hi peterb2005,  :hi:

Can you export this library to C/C++ compatible, or maybe post the C source?
Perhaps I can make a wrapper for Freebasic users here and also people can do for Purebasic too.

The .obj file included on the zip file looks delphi only.

Title: Re: [delphi]adlib(rad) music player
Post by: peterb2005 on January 17, 2020
No need, almost identical one with sources is here already.

http://www.dbfinteractive.com/forum/index.php?topic=3170.msg42360#msg42360
Title: Re: [delphi]adlib(rad) music player
Post by: Rbz on January 18, 2020
That one doesn't work here anymore, I got a "Audio open ERROR".

Well, I guess I will need to fix it  :skint:
Title: Re: [delphi]adlib(rad) music player
Post by: STos on January 18, 2020
There's a version 2.0a here for Windows, Mac and includes source code.

https://www.3eality.com/Public/Releases/RAD/radv2_0a.zip (https://www.3eality.com/Public/Releases/RAD/radv2_0a.zip)
Title: Re: [delphi]adlib(rad) music player
Post by: Rbz on January 18, 2020
Thanks STos  :kewl: