RIFF MIDI
From Just Solve the File Format Problem
(Difference between revisions)
(Added software) |
|||
| 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 == | ||
Revision as of 17:15, 26 May 2020
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 |
Identification
Files begin with "FORM", and have "RMID" at offset 8.
Specifications
- RMID is defined in the RIFF specifications.