Dark Bit Factory & Gravity
PROGRAMMING => Other languages => Topic started 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. :)
-
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.
-
No need, almost identical one with sources is here already.
http://www.dbfinteractive.com/forum/index.php?topic=3170.msg42360#msg42360
-
That one doesn't work here anymore, I got a "Audio open ERROR".
Well, I guess I will need to fix it :skint:
-
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)
-
Thanks STos :kewl: