This is a small utility to convert MusicMaker V8 ("MMV8") tunes into PCM
files.
It can create WAV (16 bit, stereo), IFF (8 bit, mono) or raw (8 bit, mono)
files, with a selectable sampling rate of up to 48000Hz.
The program takes any MMV8 tune (split files or module), except those saved
in LIBDISK mode (ie where the instruments are referenced by file name, and
no actual sample data is contained in the file).
The resulting files, especially in case of WAV, are ginormous by Amiga
standards. The the parameter DRYRUN handily suppresses actual file creation
and only prints out information about the tune and the estimated file size.
When creating IFF or raw files, please note that the maximum sampling rate
the original Amiga hardware can play back is around 28000Hz.
Version history:
0.12
- New portamento effect (MusicMaker 3.08+)
0.11:
- Added NTSC switch
- Fixed timing for EXT songs, was ever so slightly off
0.10:
- Fixed bug with oneshot instruments wrongly treated as loop
0.9:
- Initial release
|