MIDI to SCI Sound Converter (CSharp)
| This article is a tool stub page. You can help the Sierra Wiki by expanding it. |
| Latest Version: | 0.03 | ||
|---|---|---|---|
| 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: | MIDI Converter | ||
| Relevant Engine: | SCI0 | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | N/A | ||
A.K.A.
- Mid2SndCS
Description
Jeremiah Nellis's MIDI to SCI Sound Converter (CSharp) Jeremiah Nellis's MIDI to SCI Sound Converter (CSharp)
Features
Requirements
Version History
- MIDI to SCI Sound Converter
version 0.03 By Ravi Iyengar Ported to C# by Jeremiah Nellis June 17, 2012 Modified to include device configuration, Jeremiah Nellis - June 23, 2012
Development Status
Stable
Usage
midi2snd <midifile> <soundfile> [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 program to n -C - remove references to unrecognized controls
Download
Download from here:
MidiToSound32(wSRC).zip (ZIP file) [11.1 KB] (includes source)
Known Issues
Credits
AcknowledgementsOriginal MIDI to SCI Sound Converter, version 0.02 DOS version by Ravi Iyengar
Legal
MIDI to SCI Sound Converter (CSharp) is distributed with the GNU License.
References
- ↑ From the included README file
Also See
- Sound Resource (SCI)
- in the SCI Specifications
- Sound Resource Articles
- MIDI to SCI Sound Converters
- SCI Sound to MIDI Converter
- SND2MID.COM
- SCI Sound to MIDI Converter (Win32)