mvac7 / SDCC_PT3player_Lib

SDCC PT3 Player (Vortex Tracker) Library for MSX
21 stars 2 forks source link

I hope to port to msxdos2 #27

Open denjhang opened 3 years ago

denjhang commented 3 years ago

I hope this program can be used directly in msxdos2. Maybe you can help me.

mvac7 commented 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

denjhang commented 3 years ago

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

mvac7 commented 3 years ago

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

denjhang commented 3 years ago

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.