MIDI Instrument Definition File
From Just Solve the File Format Problem
(Difference between revisions)
(create MIDI Instrument Definition File) |
(Added sample files) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
+ | |subcat=Audio and Music | ||
|extensions={{ext|idf}} | |extensions={{ext|idf}} | ||
|mimetypes={{mimetype|application/x-riff}}<!-- {{mimetype|audio/x-idf}} --> | |mimetypes={{mimetype|application/x-riff}}<!-- {{mimetype|audio/x-idf}} --> | ||
Line 13: | Line 14: | ||
* [ftp://ftp.fidobbs.net/pub/bbs/764/IDFEDIT.ZIP Microsoft's IDFedit Program] | * [ftp://ftp.fidobbs.net/pub/bbs/764/IDFEDIT.ZIP Microsoft's IDFedit Program] | ||
* RIFFPad | * RIFFPad | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|other/midiInstrumentDefinitionFile}} | ||
== External links == | == External links == |
Latest revision as of 21:45, 28 December 2023
A MIDI Instrument Definition File is a RIFF like container that remaps the General MIDI patch set and drum note assignments for a MIDI sound source that is not GM compliant.[1]
Contents |
[edit] Identification
.IDF
files start with ASCII "RIFF
", have "IDF LIST
" at offset 8, and MMAPhdr
at offset 20.
[2]
[edit] Software
- Microsoft's IDFedit Program
- RIFFPad