Difference between revisions of "ROL to MIDI"

From Video Game Music Preservation Foundation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
| Name        = ROL to MIDI
 
| Name        = ROL to MIDI
 
| Screenshot  = Player - ROL to MIDI.png
 
| Screenshot  = Player - ROL to MIDI.png
| Creator      = [[Ad Lib|Ad Lib, Inc.]]
+
| Creator      = [[Dale Glowinski]], [[Ad Lib|Ad Lib, Inc.]]
 
| Platform    = [[DOS]]
 
| Platform    = [[DOS]]
 
| Released    = 1990-04-09
 
| Released    = 1990-04-09
Line 11: Line 11:
  
 
It comes along with [[MIDI Play]] program.
 
It comes along with [[MIDI Play]] program.
 
  
 
==Parameters==
 
==Parameters==
Line 25: Line 24:
  
 
  ROL2MIDI.EXE JAZZ.ROL /ONEW.MDI
 
  ROL2MIDI.EXE JAZZ.ROL /ONEW.MDI
 
  
 
==Downloads==
 
==Downloads==
{{Table Header
+
{| class="wikitable" |
| Color    = FFF0FF
+
! Version
| Caption01 = Version
+
! Download
| Caption02 = Download
+
! Platform
| Caption03 = Platform
+
|-
}}
 
 
| 1992-05-17
 
| 1992-05-17
 
| {{Software|ROL to MIDI v1992-05-17.zip}}
 
| {{Software|ROL to MIDI v1992-05-17.zip}}
 
| DOS
 
| DOS
 
|}
 
|}
 
  
 
==Links==
 
==Links==

Latest revision as of 14:39, 11 May 2016

ROL to MIDI
Player - ROL to MIDI.png
Creator Dale Glowinski, Ad Lib, Inc.
Released 1990-04-09
Platform DOS

ROL to MIDI, or ROL2MIDI, is a simple command line DOS program that converts AdLib Visual Composer ROL files into MDI files.

It comes along with MIDI Play program.

Parameters

The ROL2MIDI program has two optional parameters:

/B

This parameter will use the ROL file's instrument bank file to write proper instrument data to MDI file. Do not put a space between the option flag and the file name. For example, if you have a ROL file named JAZZ.ROL and it's instrument bank file is STANDARD.BNK, the command line would look like this:

ROL2MIDI.EXE JAZZ.ROL /BSTANDARD.BNK

/O

By default, the converted MDI file's name will be the same as the ROL file with an MDI extension. This parameter will allow you to specify a different name and extension for the MDI file. Do not put a space between the option flag and the file name. For example:

ROL2MIDI.EXE JAZZ.ROL /ONEW.MDI

Downloads

Version Download Platform
1992-05-17 Download - (info) DOS

Links