RIFF MIDI
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|rmi}} |locfdd={{LoCFDD|fdd000120}} |pronom={{PRONOM|fmt/956}} }} '''RIFF MIDI''' ('''RMID''') is ...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 2 users 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 == | ||
+ | * {{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.