Adlib ROL to AGI Sound: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:AGI Pages]]
<div align="center"><span style="font-size: 22pt">Adlib ROL to AGI Sound</span><br />''Version 1.1''<br />''Author: [[Lance Ewing]] and [[Anders M Olsson]]''<br />''1998-05-21''</div></div>
<div align="center" style="font-size: 22pt">ROL2SND</div>
{{TechToolStub}}
<div align="center">Version 1.1<br />
''Author: [[Lance Ewing]] and [[Anders M. Olsson]]''<br />
[[1998]]</div>


{{FanAGISoftwareInfobox
{{FanAGISoftwareInfobox
| Software = ROL2SND
| Software = Adlib ROL to AGI Sound
| Image = <!-- [[Image:ROL2SNDSS.png|190px]]<br />
| Image =  
''ROL2SND Screenshot'' -->
| Version = 1.1
| Version = 1.1
| ReleaseDate = [[1998]]
| ReleaseDate = {{1998S}}-05-21<ref>From the included README file</ref>
| Company = {{N/A}}
| Company = {{NAToolCo}}
| DevStatus = {{UnmaintainedDev}}
| Published = {{Published}}
| Published = {{Published}}
| Developers = {{LanceEwingToolDev}}, {{AndersMOlssonToolDev}}
| Developers = {{LanceEwingToolDev}}, {{AndersMOlssonToolDev}}
Line 17: Line 14:
| ProgLanguage = {{C}}
| ProgLanguage = {{C}}
| OpenSource = {{OpenSRC}}
| OpenSource = {{OpenSRC}}
| Source = {{SourceSW}} [[#Downlaod|Yes]] (Included in download)  
| Source = {{SourceSW}}[[#DL|Yes]] (included in download)
| License = {{NoLicense}}
| License = {{NoLicense}}
| Platform = {{DOSTool}}
| Platform = {{DOSTool}}
| Type = {{AGISoundConverter}}
| Type = {{FanAGISndConvrtr}}
| Engine =  
| Type = {{AGISndConverter}} {{AGITool}}
| Engine = {{AGITool}}
| Platform = {{DOSTool}}
| Localization = {{EnglishTool}}
| Localization = {{EnglishTool}}
| Website = {{agifansURL}}
| Website = {{agifansURL}}
Line 27: Line 26:


<br />
<br />
==<br /><br /> Description ==
==<br /> A.K.A. ==
 
* ROL2SND
 
==<br /> Description ==


<blockquote>
<blockquote>
Line 37: Line 40:
==<br /> Features ==
==<br /> Features ==


*
<blockquote>
<!-- Add feature list here -->
</blockquote>


==<br /> Version History ==
==<br /> Requirements ==


<blockquote>
<blockquote>
&nbsp;<!-- Place version history here
<!-- Add requirements here -->
<span class="Inactive">N/A</span> -->
</blockquote>
</blockquote>
==<br /> Version History ==
* Version 1.0 by Lance Ewing, 1997 - Initial release<br /><br />
* Version 1.1 update by Anders M Olsson, May 21 1998<br /><br /><blockquote>E-mail: anders.m.olsson@abc.se</blockquote>
** The three tracks should now stay in sync.
** Sierra's AGI games can't play any notes below MIDI note 45 (110 Hz). If the program detects that the .ROL-file contains notes below 45, it now tries to shift the entire song up one full octave to keep it in tune. If there are still notes that are too low, that song can't be converted.
** Minor changes: Doubled the buffer size and changed the note-to-frequency translation to work without a lookup table.


==<br /> Development Status ==
==<br /> Development Status ==


<blockquote>
<blockquote>
&nbsp;<!-- Place development status here -->
&nbsp;<!-- Place development status here --> Adlib ROL to AGI Sound is no longer actively maintained.
</blockquote>
</blockquote>


Line 59: Line 72:


<blockquote>
<blockquote>
&nbsp;
<!-- Add options here -->
</blockquote>
</blockquote>


<div id="DL">
==<br /> Download ==
==<br /> Download ==


Line 73: Line 87:
* None known
* None known


== <br />Credits ==
==<br /> Credits ==


* [[Lance Ewing]] and [[Anders M. Olsson]]
* [[Lance Ewing]]
* [[Anders M. Olsson]]
 
==<br /> Legal ==
 
Adlib ROL to AGI Sound was released with no license.


== References ==
== References ==


<references />
<references /><!-- Do not edit this section. It is autopopulated by <ref></ref> tags -->


==<br /> Also See ==
==<br /> Also See ==


*
* [[:Category:MIDI Articles|MIDI Articles]]
 
* [[:Category:AGI Sound Resources|AGI Sound Resources]]
* [[:Category:AGI Sound Converters|AGI Sound Converters]]
* [[agifans:|agifans.com]]
&nbsp;
[[Category:Technical Info]]
[[Category:Technical Info]]
[[Category:Development]]
[[Category:Development Tools]]
[[Category:MIDI Articles]]
[[Category:Sound Resources]]
[[Category:AGI Sound Resources]]
[[Category:AGI Sound Utilities]]
[[Category:AGI Sound Utilities]]

Latest revision as of 22:45, 27 October 2025

Adlib ROL to AGI Sound
Version 1.1
Author: Lance Ewing and Anders M Olsson
1998-05-21
  This article is a tool stub page. You can
help the Sierra Wiki by expanding it.
Adlib ROL to AGI Sound
Latest Version:  1.1
Release Date:  1998-05-21[1]
Company: N/A
Development Status:  Unmaintained
Publication Status:  Published
Developer(s): Lance Ewing, Anders M. Olsson
Interface: CLI
Language: C
Open Source: Open
Source Availability:  Yes (included in download)
License: None
Type: Sound Converter AGI
Relevant Engine: AGI
Platform: DOS
Localization: English
Website: www.agifans.com/




A.K.A.

  • ROL2SND


Description

Lance Ewing's ROL2SND is a DOS command line tool for converting a music file in the AdLib ROL format to an AGI SOUND resource. The reason this tool exists is because I had an AdLib sound card way back when sound cards first came out. It came with a music composer tool called Visual Composer. I was fairly musical and had written a lot of music with this tool, so I decided to build an AGI utility to convert the saved files into AGI SOUNDs.

It converts the first three voices of an AdLib ROL file (as used with Visual Composer) into an AGI sound resource. I've made this program available in case some one else out there still has an old ROL editor.


Features


Requirements


Version History

  • Version 1.0 by Lance Ewing, 1997 - Initial release

  • Version 1.1 update by Anders M Olsson, May 21 1998

    E-mail: anders.m.olsson@abc.se

    • The three tracks should now stay in sync.
    • Sierra's AGI games can't play any notes below MIDI note 45 (110 Hz). If the program detects that the .ROL-file contains notes below 45, it now tries to shift the entire song up one full octave to keep it in tune. If there are still notes that are too low, that song can't be converted.
    • Minor changes: Doubled the buffer size and changed the note-to-frequency translation to work without a lookup table.


Development Status

  Adlib ROL to AGI Sound is no longer actively maintained.


Usage

  • See included documentation


Options


Download

Download from here:


Known issues

  • None known


Credits


Legal

Adlib ROL to AGI Sound was released with no license.

References

  1. From the included README file


Also See