Amiga Module
Dan Tobias (Talk | contribs) (Replace dead link with Internet Archive version) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
|extensions={{ext|mod}} | |extensions={{ext|mod}} | ||
+ | |pronom={{PRONOM|fmt/716}} | ||
}} | }} | ||
− | The various subformats of the '''Amiga Module''' audio format are used in programs for the Amiga including FastTracker, Falcon Startrekker, ProTracker, TakeTracker, and FastTracker. [http://www.textfiles.com/programming/FORMATS/admusfmt.pro This document] discusses an IFF FORM MODL format that's apparently used in ProTracker 3.01b, as well as | + | The various subformats of the '''Amiga Module''' audio format are used in programs for the Amiga including FastTracker, Falcon Startrekker, ProTracker, TakeTracker, and FastTracker. [http://www.textfiles.com/programming/FORMATS/admusfmt.pro This document] discusses an IFF FORM MODL format that's apparently used in ProTracker 3.01b, as well as an IFF FORM TRKR format. Perhaps these are related? |
== Information == | == Information == | ||
Line 64: | Line 65: | ||
[[Grave Composer module|Grave Composer / Mod's Grave]] produces a variation on the standard 8-channel module, but uses the "M.K." identifier rather than "8CHN". See [[Grave Composer module]] for more information. | [[Grave Composer module|Grave Composer / Mod's Grave]] produces a variation on the standard 8-channel module, but uses the "M.K." identifier rather than "8CHN". See [[Grave Composer module]] for more information. | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|music/mod}} | ||
+ | * [http://modarchive.org MOD Archive] | ||
+ | |||
+ | == Links == | ||
+ | * [http://www.textfiles.com/programming/FORMATS/modform.txt ProTracker module format document] | ||
+ | * [http://www.textfiles.com/programming/FORMATS/p16-form.txt Protracker Studio 16 (PS16) format] | ||
[[Category:Amiga]] | [[Category:Amiga]] |
Latest revision as of 04:09, 28 December 2023
The various subformats of the Amiga Module audio format are used in programs for the Amiga including FastTracker, Falcon Startrekker, ProTracker, TakeTracker, and FastTracker. This document discusses an IFF FORM MODL format that's apparently used in ProTracker 3.01b, as well as an IFF FORM TRKR format. Perhaps these are related?
Contents |
[edit] Information
- MOD file format by Thunder, with notes and corrections from ByteRaver and 8bitbubsy (Internet Archive version)
- MOD Player Tutorial by FireLight - a step-by-step guide to writing a MOD player.
Ultimate Soundtracker, which introduced the module file format, uses a somewhat different format from the more modern versions of the format. A summary of the differences can be found here.
[edit] File format tags
In addition to the standard 4-channel MOD, there are a number of extensions to the MOD format supporting various numbers of channels. These modules can be identified by means of the file format tag at offset 1080.
Tag | Identification |
---|---|
M.K. | Standard 4-channel module |
2CHN | 2-channel FastTracker module |
6CHN | 6-channel FastTracker module |
8CHN | 8-channel FastTracker module |
CD81 | 8-channel Falcon module |
FLT4 | 4-channel Startrekker module |
FLT8 | 8-channel Startrekker module |
M!K! | >64 pattern ProTracker module |
OCTA | 8-channel module |
TDZx | 1, 2 or 3-channel TakeTracker module |
xCHN | 5, 7 or 9-channel TakeTracker module |
xxCH | 10, 12... 32-channel FastTracker module |
xxCH | 11, 13 or 15-channel TakeTracker module |
Grave Composer / Mod's Grave produces a variation on the standard 8-channel module, but uses the "M.K." identifier rather than "8CHN". See Grave Composer module for more information.