Difference between revisions of "Soundbox"
From SCI Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
+ | <div align="center"><span style="font-size: 22pt">Soundbox</span><br /> | ||
+ | Version 1.0<br /> | ||
+ | ''Developer: [[Ravi Iyengar]]''</div> | ||
+ | |||
{{SCISoftwareInfobox | {{SCISoftwareInfobox | ||
| Software = Soundbox | | Software = Soundbox | ||
Line 4: | Line 8: | ||
''SoundBox Screenshot'' | ''SoundBox Screenshot'' | ||
| Version = 1.0 | | Version = 1.0 | ||
− | | ReleaseDate = 2002 | + | | ReleaseDate = [[2002]] |
− | | Developers = {{Ravi Iyengar}} | + | | Company = {{N/A}} |
− | | ProgLanguage = C++ | + | | Published = {{Published}} |
+ | | Developers = {{RaviIyengarToolDev}} {{Ravi Iyengar}} | ||
+ | | ProgLanguage = {{C++}} | ||
+ | | OpenSource = {{Open}} | ||
+ | | Source = {{SourceSW}} | ||
+ | | License = {{GPL2}} | ||
| Platform = {{WinTool}} | | Platform = {{WinTool}} | ||
− | | Type = {{SCIResourceTool}} | + | | Type = {{SCIResourceTool}}, {{SCIStudioPluginTool}} |
− | | Localization = | + | | Localization = {{EnglishTool}} |
− | | Website = http://www.rarefied.org/sci/soundbox.html | + | | Website = [http://www.rarefied.org/sci/soundbox.html www.rarefied.org/sci/soundbox.html] |
}} | }} | ||
− | |||
− | |||
− | |||
<br /> | <br /> | ||
==<br /><br /> Description == | ==<br /><br /> Description == |
Revision as of 17:23, 22 July 2020
Latest Version: | 1.0 | ||
---|---|---|---|
Release Date: | 2002 | ||
Company: | N/A | ||
Publication Status: | Published | ||
Developer(s): | Ravi Iyengar Template:Ravi Iyengar | ||
Language: | C++ | ||
Open Source: | Open | ||
Source Available: | |||
License: | GPL2 | ||
Platform: | Windows | ||
Type: | Template:SCIResourceTool, Template:SCIStudioPluginTool | ||
Localization: | English | ||
Website: | www.rarefied.org/sci/soundbox.html |
Description
Soundbox is a standalone application for editing SCI0 sound resources. It can convert format 0 and format 1 MIDI files and allows managing resource specific features like sound cues.
The MT-32 to GM conversion routines come from FreeSCI and are copyright © 1999-2000 by Rickard Lind.
Soundbox is released under the GNU General Public License. Please see gnu.org for details.
Features
Screenshots
Usage
Quickstart:
Most will only need Soundbox to import MIDI files into their SCI0 games.
- Use format 0 or format 1 standard MIDI files. Format 2 files are not supported.
- Leave channel 16 empty. Don't try to play music on it.
- Don't rely on embedded sysex messages. They will be removed during import.
- Break large, long, heavily layered works into smaller pieces. An individual sound resource should not be larger than 64k. If necessary, a number of resources can be played one after the other.
- To convert the MIDI file, choose File -> Import MIDI from the menu.
- To save the imported resource, use File -> Save As.
- To play imported MIDI resources in Sierra's DOS interpreters, get the SCI0 MPU MIDI sound driver.
Download
Download from the Soundbox homepage or download from The Sierra Help Pages:
- Soundbox 1.0 (ZIP file) [132 KB]
- Soundbox Source (ZIP file) [275 KB]
- Statically linked binary (ZIP file) [492 KB] (does not require MFC70.DLL)