home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / music / mrmidi / readmidi.history < prev    next >
Encoding:
Text File  |  1998-03-08  |  926 b   |  36 lines

  1. *** Version 1.1 ***
  2.  
  3. 12-Feb-1998
  4.  
  5. - Fixed: Handling of running status was wrong. This caused some karaoke
  6.   files as being corrupted.
  7.  
  8. 9-Feb-1998
  9.  
  10. - Fixed: Dynamic memory allocation for tempo change. It now allocates
  11.   big enough space all the time.
  12.  
  13. 7- Feb-1998
  14.  
  15. - Fixed: Increased the size of tempo change array from 256 to 512. This
  16.   won't solve the problem but works for now.
  17.  
  18. 4-Feb-1998
  19.  
  20. - Added: XPK support.
  21.  
  22.  
  23. *** Version 1.0 ***
  24.  
  25. 9-Dec-1997
  26.  
  27. - Found out that GMPlay reports wrong song length for some songs.
  28. - Adapted variable length encoding code from MIDI spec.
  29. - Made 'running_time' and 'total_running_time' as 'long double' for
  30.   precise calculation.
  31. - Set initial tempo as 500000 bpm if not given.
  32. - Changed method of printing out error messages from 'stderr' to
  33.   'stdout' so that MrMIDI does not complain.
  34. - Discovered that tempo change affects throughout the song. A global
  35.   tempo change table was required.
  36.