SND to MIDI
From Video Game Music Preservation Foundation Wiki
SND to MIDI | |
![]() |
|
Creator | NewRisingSun |
Released | 2009-08-07 |
Platform | Windows 32 |
SND to MIDI or SND2MIDI is a simple command line 32-bit Windows program that converts Sierra On-Line SCI files into MIDI files.
The SND2MID program requires two parameters:
snd2mid.com devices files
Contents
Devices
Specifies which device(s) to export into the MIDI file. Possible devices include:
Letter | Devices |
---|---|
m | Roland (MT-32, MT-100, CM-32L, CM-64, LAPC-I) |
i | Yamaha (FB-01, PC Music Feature) |
a | OPL2 (AdLib, Sound Blaster) |
c | Casio (CSM-1, CT-460, MT-540) |
h | General MIDI |
t | 3 Voice (Tandy, PCjr) |
s | PC Speaker |
* | All |
Files
Specifies which file(s) to export into MIDI format. Wildcards are supported.
Examples
Here are some command line examples of the program.
Command Line | Description |
---|---|
snd2mid a sound.001 | Converts sound.001 into 1.mid with just the AdLib tracks. |
snd2mid a sound.* | Converts every file named "sound" into a MIDI with just the AdLib tracks. |
snd2mid m sound.002 | Converts sound.002 into 2.mid with just the MT-32 tracks. |
snd2mid amh sound.001 | Converts sound.001 into 1.mid with the AdLib, MT-32, and General MIDI tracks. |
Downloads
Version | Download | Platform |
---|---|---|
0.91 | Download - (info) | Windows 32 |