
 ROL2SND v1.1         (Lance Ewing <be@ihug.co.nz>)
 ============

 This program 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. I
 doubt whether there will be many.

   Usage:      rol2snd input.ROL sound-file

 Make sure you keep the tunes simple. It doesn't recognise pitch or tempo
 events or other more advanced features of the ROL format.


 Revision 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.
