cdepecker / YMCruncher

Amstrad CPC YMCruncher initial code dump. (Java Tools that helps to compress YM music files to AYC file format)
4 stars 0 forks source link

Feature request: Also support AY-3-8910/2 VGMs #5

Open TheStruggleForAntiSpaghetti opened 4 years ago

TheStruggleForAntiSpaghetti commented 4 years ago

Hi,

YMCruncher currently supports SN76489 VGMs, which is great because it provides conversions from great consoles and consoles.

It would be great though if it would also allow conversion of AY-3-8910/2 VGMs because that would make possible to convert MSX PSG tunes. Although most MSX tunes are in KSS format, there's a KSS2VGM conversion tool available (https://github.com/digital-sound-antiques/kss2vgm).

KSS2VGM create v1.70 VGMs though, so additionally YMCruncher would need to be made compatible with reading those.

Thanks for considering it.

cdepecker commented 4 years ago

Hi !

Thanks for this info. I will have a look. In the meantime, I will try to upgrade the tool so that it uses better and faster Java code for maintainability. But I have to say that I have not so much spare time right now, so it may take a little bit of time. I will keep you posted. Thanks for your interest.

Cheers. Christophe

Le jeu. 30 avr. 2020 à 21:44, TheStruggleForAntiSpaghetti < notifications@github.com> a écrit :

Hi,

YMCruncher currently supports SN76489 VGMs, which is great because it provides conversions from great consoles and consoles.

It would be great though if it would also allow conversion of AY-3-8910/2 VGMs because that would make possible to convert MSX PSG tunes. Although most MSX tunes are in KSS format, there's a KSS2VGM conversion tool available (https://github.com/digital-sound-antiques/kss2vgm).

KSS2VGM create v1.70 VGMs though, so additionally YMCruncher would need to be made compatible with reading those.

Thanks for considering it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cdepecker/YMCruncher/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3IWCBOC7W2OIUDMMFTYCTRPHIKFANCNFSM4MWP53JQ .

TheStruggleForAntiSpaghetti commented 4 years ago

Great! Thanks in advance, Christophe! 😀

TheStruggleForAntiSpaghetti commented 3 years ago

Hey, Christophe :)

Hope you're doing well?

I've been slowly moving forward with the project of playing back PSG music from other machines on the ZX-Spectrum. As we speak, there's an easy way to playback .mym files back on the Spectrum, enabling a broad public to enjoy them :) [https://www.youtube.com/watch?v=vlvQ85_eCyU]

Would you be able to find the time to have a look at supporting AY-3-8910/2 PSG VGMs?

Thanks a lot in advance :)