SCI Sound to MIDI Converter (CSharp)
| This article is a tool stub page. You can help the Sierra Wiki by expanding it. |
| Latest Version: | 0.04.3 | ||
|---|---|---|---|
| Release Date: | 2012-06-23[1] | ||
| Company: | N/A | ||
| Development Status: | Stable | ||
| Publication Status: | Published | ||
| Developer(s): | Jeremiah Nellis | ||
| Interface: | CLI | ||
| Language: | C# | ||
| Open Source: | Open | ||
| Source Availability: | Yes (included in download) | ||
| License: | GNU | ||
| Type: | Sound Converter | ||
| Relevant Engine: | SCI0 | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | N/A | ||
A.K.A.
Description
Jeremiah Nellis's SCI Sound to MIDI Converter is a C# port of Ravi Iyengar original DOS build and Brandon Blume's Win32 port. It is used to convert SCI0 SOUND resources (SOUND.###) to MIDI files (*.MID).
Features
Requirements
Version History
- SND2MIDI version 0.04.3 (current)
Change history:
v 0.04.0 - 1999 - Original application programmed by Ravi I. v 0.04.1 - Updated to be Win32 compatible by Brandon Blume on April 3, 2012 v 0.04.2 - Ported to C# by Jeremiah Nellis on June 17, 2012 v 0.04.3 - Added support for dumping voice/device sound data into output XML file
Development Status
Stable SCI Sound to MIDI Converter (C#) is no longer actively maintained.
Usage
snd2midi <soundfile> <midifile> [flags]<soundfile> is the filename of an extracted sound resource <midifile> is the output file
Options
Flags must come after the filenames if included. A flag must be separated from its paramater with a space.
-I n - set MIDI program to n -X <filename> - Dumps device sound header information to XML file.
Download
Download from here:
Known issues
- None known
Credits
Acknowledgements
- Ravi Iyengar for original DOS program.
- Brandon Blume Updated to Win32 by Brandon Blume April 3, 2012
Legal
SCI Sound to MIDI Converter (C#) is distributed with the GNU License.
References
- ↑ From the included README file
Also See
- Sound Resource (SCI)
- in the SCI Specifications
- Sound Resource Articles
- SCI Sound Converters
- Ravi Iyengar's original DOS SCI Sound to MIDI Converter
- NewRisingSun's DOS SCI Sound to MIDI Converter
- Brandon Blume's port to Win32