RIFF MIDS
From Just Solve the File Format Problem
(Difference between revisions)
(Added info and sample file for RIFF MIDS) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
|extensions={{ext|mds}} | |extensions={{ext|mds}} | ||
+ | |released=~1995 | ||
}} | }} | ||
− | '''RIFF (''' | + | '''RIFF MIDS''' (a.k.a. '''MIDI Stream''' or '''MDS''') is a [[RIFF]] wrapper for a streaming [[MIDI]] data. |
== Identification == | == Identification == | ||
− | Files begin with "{{magic|RIFF}}", and have "{{magic|MIDS}}" at offset 8 and usually "{{magic|fmt }}" at offset 12. | + | Files begin with "{{magic|RIFF}}", and have "{{magic|MIDS}}" at offset 8 and usually "{{magic|fmt }}" at offset 12. |
== Specifications == | == Specifications == | ||
Line 16: | Line 17: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|music/mds}} |
[[Category:RIFF based file formats]] | [[Category:RIFF based file formats]] | ||
+ | [[Category:Microsoft]] |
Latest revision as of 04:08, 28 December 2023
RIFF MIDS (a.k.a. MIDI Stream or MDS) is a RIFF wrapper for a streaming MIDI data.
Contents |
[edit] Identification
Files begin with "RIFF
", and have "MIDS
" at offset 8 and usually "fmt
" at offset 12.