OctaMED module (MED)
From Just Solve the File Format Problem
(Difference between revisions)
(Sample file) |
(Added Identification section with brief details of the MED, MMD0, MMD1 and MMD2 types.) |
||
Line 6: | Line 6: | ||
}} | }} | ||
'''OctaMED''', by Teijo Kinnunen (originally just '''MED'''), is a music editor for the Amiga. It used both "standard" notes and "tracker"-style notations. Songs had up to 100 blocks of up to 256 lines. There could be up to 99 songs in memory, sharing 63 instruments. | '''OctaMED''', by Teijo Kinnunen (originally just '''MED'''), is a music editor for the Amiga. It used both "standard" notes and "tracker"-style notations. Songs had up to 100 blocks of up to 256 lines. There could be up to 99 songs in memory, sharing 63 instruments. | ||
+ | |||
+ | == Identification == | ||
+ | There are a number of sub formats that are referred to generically as "MED" files. | ||
+ | |||
+ | * MED - MED version 1.0 to 2.0 "Song and Samples" file | ||
+ | * MMD0 - MED version 2.1 "Med MoDule 0" file | ||
+ | * MMD1 - OctaMED Professional file | ||
+ | * MMD2 - OctaMED Professional V5 file | ||
+ | |||
+ | The OctaMED Professional package includes details of many of these file formats in the "Programmers" directory | ||
== Sample files == | == Sample files == | ||
− | * [http://cd.textfiles.com/aggames/COMMERCIAL%20DEMOS/SKID/GFX/SKIDMARKS.MED SKIDMARKS.MED] | + | * [http://cd.textfiles.com/aggames/COMMERCIAL%20DEMOS/SKID/GFX/SKIDMARKS.MED SKIDMARKS.MED, MMD1] |
== Links == | == Links == |
Revision as of 23:08, 10 July 2016
OctaMED, by Teijo Kinnunen (originally just MED), is a music editor for the Amiga. It used both "standard" notes and "tracker"-style notations. Songs had up to 100 blocks of up to 256 lines. There could be up to 99 songs in memory, sharing 63 instruments.
Identification
There are a number of sub formats that are referred to generically as "MED" files.
- MED - MED version 1.0 to 2.0 "Song and Samples" file
- MMD0 - MED version 2.1 "Med MoDule 0" file
- MMD1 - OctaMED Professional file
- MMD2 - OctaMED Professional V5 file
The OctaMED Professional package includes details of many of these file formats in the "Programmers" directory