home *** CD-ROM | disk | FTP | other *** search
/ Die Multimedia Power-CD / MULTIMEDIA.bin / sndutil / rol2midi / rol2midi.doc < prev    next >
Text File  |  1992-08-24  |  1KB  |  43 lines

  1.  
  2. Program: ROL2MIDI.EXE
  3.  
  4. Purpose: Converts a .ROL file to .MDI format (MIDI TYPE O)
  5.  
  6. Note: A music file with the extension ".ROL" is an Adlib format sound file.
  7. ".ROL"   files may be found on almost any Bulletin Board system or  may  be
  8. purchased from many of the shareware distributors.  "ROL" files are usually
  9. accompanied by a BANK file (i.e., STANDARD.BNK).  Bank files hold the data
  10. for the various instruments used by the music file. A BANK file will be re-
  11. quired in order to perform conversions from ROL to MDI format.  Once you 
  12. have converted to MDI format, the BANK files are no longer reuired.
  13.  
  14. To convert any .ROL file to MIDI format you will need the following:
  15.    
  16.  1 - The .ROL file(s) to be converted into MDI format.     
  17.  2 - The BANK file (instrument file, i.e., STARDARD.BNK, BIGBANK.BNK, etc.)
  18.  
  19.  Then do the following from the DOS prompt:
  20.  
  21.    C>ROL2MIDI filename /Bbankfile /Onewfile
  22.  
  23.    for example, to convert ROCKNROL.ROL to ROCKNROL.MDI using the
  24.    STANDARD instrument bankfile: (.ROL files require Instrument bank files)
  25.  
  26.    C>ROL2MIDI rocknrol.rol /Bstandard.bnk /Orocknrol.mdi
  27.  
  28.    Note: Case is sensitive.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.