SCI2FB: Difference between revisions
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div align="center">< | <div align="center"><span style="font-size: 22pt">SCI2FB</span><br />''Version 1.01''<br />''Author: [[Brandon Blume]]''<br />''2023-03-05''</div></div> | ||
Version 1.01<br />''Author: [[Brandon Blume]]''<br />2023-03-05</div> | |||
{{ | {{FanSCISoftwareInfobox | ||
| Software = SCI2FB | | Software = SCI2FB | ||
| Image = | | Image = | ||
| Version = 1.01 | | Version = 1.01 | ||
| ReleaseDate = {{2023}}-03-05<ref>From the README</ref> | | ReleaseDate = {{2023}}-03-05<ref>From the README</ref> | ||
| Company = {{ | | Company = {{NAToolCo}} | ||
| DevStatus = {{MaintainedDev}} | |||
| Published = {{Published}} | | Published = {{Published}} | ||
| Developers = {{BrandonBlumeToolDev}} | | Developers = {{BrandonBlumeToolDev}} | ||
| Line 16: | Line 15: | ||
| Source = {{SourceSW}}[https://github.com/MusicallyInspired/SCI2FB Yes] | | Source = {{SourceSW}}[https://github.com/MusicallyInspired/SCI2FB Yes] | ||
| License = {{GNU}} | | License = {{GNU}} | ||
| Type = {{ | | Type = {{FanSCISndConvrtr}} | ||
| Engine = {{SCITool}} | | Engine = {{SCITool}} | ||
| Platform = {{WinTool}} | | Platform = {{WinTool}} | ||
| Localization = {{EnglishTool}} | | Localization = {{EnglishTool}} | ||
| Website = | | Website = [[github:MusicallyInspired/SCI2FB|github.com/MusicallyInspired/SCI2FB]] | ||
}} | }} | ||
| Line 56: | Line 55: | ||
<blockquote> | <blockquote> | ||
SCI2FB is currently maintained by [[Brandon Blume]]. | |||
</blockquote> | </blockquote> | ||
| Line 68: | Line 67: | ||
<blockquote> | <blockquote> | ||
<!-- Add | <!-- Add options here --> | ||
</blockquote> | </blockquote> | ||
<div id="DL"> | |||
==<br /> Download == | ==<br /> Download == | ||
| Line 85: | Line 85: | ||
* [[Brandon Blume]] | * [[Brandon Blume]] | ||
==<br /> Legal == | |||
SCI2FB was distributed with the {{GNU}} | |||
==<br /> References == | ==<br /> References == | ||
| Line 92: | Line 96: | ||
==<br /> Also See == | ==<br /> Also See == | ||
* [[:Category:MIDI Articles|MIDI Articles]] | |||
* [[:Category:SCI System Exclusive Articles|SCI System Exclusive Articles]] | |||
* [[Sound Resource (SCI)]] | |||
* [[SCI Specifications: Chapter 1 - Introduction#SND|Sound Resources in the SCI Specifications]] | |||
* [[:Category:Sound Resources|Sound Resource Articles]] | |||
* [[Patch Resource (SCI)]] | |||
* [[SCI Specifications: Chapter 1 - Introduction#PAT|Patch in the SCI Specifications]] | |||
* [[:Category:Patch Resources|Patch Resource Articles]] | |||
* [[Yamaha FB-01IMF Sound Tools|Part of the YamahaFB-01IMFSoundTools]] | * [[Yamaha FB-01IMF Sound Tools|Part of the YamahaFB-01IMFSoundTools]] | ||
* [[:Category:SCI Sound Converters|SCI Sound Converters]] | * [[:Category:SCI Sound Converters|SCI Sound Converters]] | ||
| Line 97: | Line 109: | ||
* [[github:MusicallyInspired/SCI2FB|SCI2FB on GitHub]] | * [[github:MusicallyInspired/SCI2FB|SCI2FB on GitHub]] | ||
| | ||
[[Category:Development]] | |||
[[Category:SCI Development]] | |||
[[Category:Development Tools]] | |||
[[Category:SCI Development Tools]] | |||
[[Category:MIDI Articles]] | |||
[[Category:SysEx Articles]] | |||
[[Category:SCI SysEx Articles]] | |||
[[Category:Sound Resources]] | |||
[[Category:SCI Sound Resources]] | |||
[[Category:Patch Resources]] | |||
[[Category:SCI Patch Resources]] | |||
Latest revision as of 19:50, 12 September 2025
| Latest Version: | 1.01 | ||
|---|---|---|---|
| Release Date: | 2023-03-05[1] | ||
| Company: | N/A | ||
| Development Status: | Maintained | ||
| Publication Status: | Published | ||
| Developer(s): | Brandon Blume | ||
| Interface: | CLI | ||
| Language: | C++ | ||
| Open Source: | Open | ||
| Source Availability: | Yes | ||
| License: | GNU | ||
| Type: | Sound Converter | ||
| Relevant Engine: | SCI | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | github.com/MusicallyInspired/SCI2FB | ||
Description
Brandon Blume's SCI2FB Converts Sierra SCI instrument patch resource files for the Yamaha FB-01/IBM Music Feature Card to one or two SysEx bank files (depending on how many are stored in the patch file) for use with the Yamaha FB-01 (or an emulator) and software. so you can capture the instruments from Sierra games.
Used in conjunction with its companion program FB2SCI, one can collect a library of FB-01 bank files from SCI games, extract the individual voices, and build your own bank files for use with SCI fangames or even other SCI games that never received official FB-01/IMF support. Or if you just like the sounds from a game you can extract them for use in other projects. SCI2FB is currently maintained by Brandon Blume.
Features
Requirements
Version History
v1.01 (Mar 5, 2023):
- Added support for older SCI patch banks that contain only one SysEx bank (before it would simply assume those files were invalid)
- Cleaned up the code a bit
v1.00 (Mar 4, 2023):
- Initial release
Development Status
SCI2FB is currently maintained by Brandon Blume.
Usage
Options
Download
Download from here:
Known issues
Credits
Legal
SCI2FB was distributed with the GNU
References
- ↑ From the README
Also See
- MIDI Articles
- SCI System Exclusive Articles
- Sound Resource (SCI)
- Sound Resources in the SCI Specifications
- Sound Resource Articles
- Patch Resource (SCI)
- Patch in the SCI Specifications
- Patch Resource Articles
- Part of the YamahaFB-01IMFSoundTools
- SCI Sound Converters
- FB2SCI
- SCI2FB on GitHub