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