vampirefrog / mdxtools

A bunch of tools for handling the MDX music format (music for the Sharp x68000)
GNU General Public License v3.0
72 stars 15 forks source link
adpcm emulator m6258 mdx mdx-files mdx-music-format midi mml music oki okim6258 opm sharp vgm x68000 ym2151

mdxtools

Linux Build MSYS2 MINGW64 Build MacOS Build GitHub Release

A bunch of tools for handling the MDX music format (music for the Sharp X68000 using the MXDRV sound driver).

These tools are aimed at the large collections of MDX files available online (see below for download links). They are meant to convert to other formats, such as vgm, midi and for the curious, MML and dumping the raw MDX data.

The rest of this document is work in progress.

Download music library

Ways to listen to MDX files

Windows:

Unix:

X68000:

About MML (Music Macro Language)

MML is a text format, containing sound commands similar to MDX and to MIDI as well.

Compiling MML files to MDX files: Get run68 from http://sourceforge.jp/projects/sfnet_run68/ , then get MDX_TOOL.lzh from http://nfggames.com/x68000/Mirrors/x68pub/x68tools/SOUND/MXDRV/ . Unpack the lzh file in the same folder as run68, then open a command prompt, navigate to the run68 folder, and run run68.exe mxc.x <file.mml> .

You can find other ways of compiling on this page: http://gimic.jp/index.php?MDX%E3%83%87%E3%83%BC%E3%82%BF%E4%BD%9C%E6%88%90

Decompiling: Similar procedure, but get DMDX from DMDX.lzh.

Other tools and resources

File formats

About the Sharp x68000

It is a desktop computer released by Sharp in 1987 (see wikipedia page). It contains two sound chips, the YM2151 (8 FM channels) and OKI MSM6258 (1 4-bit PCM). There is an expansion card called Mercury unit that can increase the PCM channels to 8.

Emulators

Licensing

Please see the LICENSE file for more information.

Contributing

If you would like to improve or contribute to this project, I highly encourage you to submit pull requests instead of maintaining your own fork. This way, it is less confusing for users. I will do my best to include your patches.

Stargazers over time