Open denjhang opened 3 years ago
I have not specifically tested with DOS v2, but the Player does not depend on BIOS or DOS. You shouldn't have a problem. You have an example of use in this repository for MSX-DOS. You can use it as the basis for your project. https://github.com/mvac7/SDCC_PT3player/tree/master/examples/test01_MSXDOS
This test program can run, but I hope that the program can play pt3 files in the hard disk, rather than just a few built-in music. Just like this, enter the following command in msxdos: TESTPT3 123.PT3
Or you can change the pt3 music on the disk inside the player: TESTPT3 *.PT3
The purpose of this application is only to test the operation of the library for SDCC. But I appreciate your idea and will consider developing a program in the future.
You can find an application with a similar purpose to the one you describe in: https://www.msx.org/downloads/music/players/pt3-player-msx-dos
I know that pt3play is very good and can accurately play all PT3 music, but that program has no visualization function and lacks a graphical interface.
I hope this program can be used directly in msxdos2. Maybe you can help me.