home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / convrtrs / mf2rol / readme.txt < prev    next >
Text File  |  1992-12-04  |  989b  |  20 lines

  1. Sept 1992.
  2. Here's the source code of the mf2rol program. It was written for DOS
  3. and the Microsoft C compiler V6.0 about 2 years ago. Before submitting this
  4. to the archive I made sure the source compiled clean. Unfortunately, I
  5. blew away C 6.0 to make room for C/C++ 7.0, so I made a couple of changes
  6. to remove all compiler warning messages.
  7.  
  8. Please take note that this code was not written to be portable. If you will
  9. observe, the .ROL file contains some (binary) floating point values which
  10. are probably processor dependent. Of course, you may attempt a port, but
  11. you're on your own. This code is provided as-is and without warranty or
  12. support. And, please don't ask me for the .ROL file spec. -- I just reverse-
  13. engineered the format using a .ROL reader I had come across.
  14.  
  15. Thanks to Tim Thompson for providing the MIDI file reader code. I basically
  16. hacked mftext and stuffed in the necessary stuff to build the event list
  17. needed to create the .ROL file.
  18.  
  19. A. Kapauan aak@iexist.att.com
  20.