HMI
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|hmi}} }} == Description == HMI is a MIDI variant created by Human Machine Interfaces Inc. I...") |
(→Conversion) |
||
Line 20: | Line 20: | ||
=== Conversion === | === Conversion === | ||
− | |||
* [http://www.ttdpatch.net/midi/games.html HMI2MID] (HMI to [[MIDI]]) | * [http://www.ttdpatch.net/midi/games.html HMI2MID] (HMI to [[MIDI]]) | ||
+ | * https://github.com/kode54/midi_processing/blob/master/midi_processor_hmi.cpp | ||
=== Playback === | === Playback === |
Revision as of 11:36, 27 May 2020
Contents |
Description
HMI is a MIDI variant created by Human Machine Interfaces Inc. It supports looping and conditional branching. It was used by Human Machine Interfaces Sound Operating System as the MIDI system and is used in several PC games including The Elder Scrolls II: Daggerfall, Carmageddon and Tex Murphy: Overseer.
Information
HMI files begin with the ID string "HMI-MIDISONG061595"
- Code for an HMI-MIDI converter in the Abuse SDL source
- MultimediaWiki - HMI
- Videogame Music Preservation Foundation Wiki - HMI
Software
Conversion
Playback
Links
- The Human Machine Interfaces developer page (Wayback Machine capture as of 1997-02-25)