RIFF MIDI
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 15: | Line 15: | ||
== Specifications == | == Specifications == | ||
* RMID is defined in the [[RIFF#Specifications|RIFF specifications]]. | * RMID is defined in the [[RIFF#Specifications|RIFF specifications]]. | ||
+ | |||
+ | == Software == | ||
+ | * https://sourceforge.net/projects/timidity/ | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|music/rmi}} |
[[Category:RIFF based file formats]] | [[Category:RIFF based file formats]] |
Latest revision as of 04:08, 28 December 2023
RIFF MIDI (RMID) is a simple RIFF wrapper for a MIDI music file.
Note: We have observed that some .rmi files are actually plain MIDI files, with a misleading file extension.
Contents |
[edit] Identification
Files begin with "FORM
", and have "RMID
" at offset 8.
[edit] Specifications
- RMID is defined in the RIFF specifications.