yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
132 stars 45 forks source link

Whether it can support FMP, PMD and other formats. #69

Closed denjhang closed 1 month ago

denjhang commented 3 years ago

I need support for the following formats: PC98:FMP,S98 Sharp X68000:NRD MSX:MDR,MGS,MPK,MFM,MBM,MWM,MUS,OPX,PRO,SBM,SNG ZX-128+:AMAD, midi format variants:RMF,MMF Of course, I prefer to support YAMAHA SMAF (.mmf) format, which may be a bit difficult.

yoyofr commented 3 years ago

ok I will check, some should already be supported. Could you please be more specific and give some files examples.

yoyofr commented 3 years ago

some are already supported, did you try (see below) ? Could you please only raise requests for what is missing or if you have bugs/issues, thanks. MDX player: MDX, PDX SC68 player: SC68 OMPT/XMP players: AMF GME player:AY Adplug player: D00/DRO/IMF/RAD/RAW/SOP

denjhang commented 3 years ago

Since the FMP source code is not open, I suggest you refer to this project.https://github.com/takamichih/fmplayer The project includes the reverse cracked FMP player core. The source code of PMD is open, and the format is implemented in Droidsound-E.(Partial support, but not complete support for all PMD formats.)

denjhang commented 3 years ago

The following compressed package contains typical FMP music files. FMP Demo.zip

denjhang commented 3 years ago

The following compressed package contains typical PMD music files. PMD.zip

denjhang commented 3 years ago

This is the PMD source code https://sites.google.com/site/kajapon/pmd

denjhang commented 3 years ago

http://nrtdrv.sakura.ne.jp/ This is the website in NRD format (NRTDRV)

denjhang commented 3 years ago

https://github.com/BouKiCHi/moondrv This is the website in MDR format (Moondriver)

denjhang commented 3 years ago

MPK http://xray.delta-z.org/mpk.html

denjhang commented 3 years ago

http://sakuramail.net/fswold/music.html MGS,OPX,MPK,SCC-music

yoyofr commented 3 years ago

ok thanks. Are you also reading my replies/comments ? PMD is already implemented in Modizer since quite long 🙂

denjhang commented 3 years ago

The S98 format does not seem to be supported.

yoyofr commented 3 years ago

I confirm, it’s not supported for now

Le 13 mai 2021 à 18:45, Denjhang Liu @.***> a écrit :

The S98 format does not seem to be supported.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yoyofr/modizer/issues/69#issuecomment-840686687, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ5Y56QZGMFTJ4U7FIMIUTTNP64NANCNFSM43QK54YQ.

yoyofr commented 1 month ago

S98 and Fmp are now supported. No plan for the other formats.