home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / MIDI_PAT / KARDP16.ZIP / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1995-05-23  |  3.2 KB  |  90 lines

  1. Version 1.5 :
  2. -------------
  3. in KARA.EXE
  4. - Dos memory management improved
  5. - Mute of channels
  6.  
  7. in KDIR.EXE
  8. - correction in scanning directory for .txk file
  9. - added the first meta lyric as comment for .mid file
  10.   ( a damned good advertizing for WinJammer)
  11.  
  12. Version 1.4 :
  13. -----------
  14. in KARA.EXE
  15. - MPU401 and serial com support added (-hd=MPU401 or -hd=COMx)
  16. - Light correction in the tempo code
  17. - mouse support (buttons only as remote control)
  18. - shareware screen added (too bad)
  19. - registration mechanism
  20.  
  21. in KDIR.EXE :
  22. - mouse support
  23. - French support
  24. - Light corrections
  25.  
  26. Version 1.3 :
  27. in KARA.EXE
  28. - Corrected a small bug in lyric display (the AWHITERS.KAR bug)
  29. - The lyric look is improved by unactivating the current lyric if no new one
  30.   is selected during three quarter notes. This will improve the scrolling too.
  31. - added : the display of two new controllers : Volume per channel and modulation
  32.   wheel per channel.
  33. - kara accept now a file name with extension if necessary.
  34.  
  35. in KDIR.EXE :
  36. - The title in .kar file was not correctly handled in certain circumstances.
  37.  
  38. Version 1.2 :
  39. in KARA.EXE
  40. - Corrected a stupid bug for midi file without tempo (default is 120 bpm)
  41. - More optimisations for memory usage
  42. - Monitor mode removed.
  43. - catch of control-C and break (forgotten in last version . Sorry)
  44. in KDIR.EXE
  45. - Corrected a bug for current directory without parameter
  46. - Corrected: the size attribut was not taken into account into catalogue
  47. Great News : songs may be tagged with T or untagged with U
  48.             All tagged songs are automatically played with the space key
  49.             without operator intervention
  50.  
  51. Version 1.1 :
  52. in KARA.EXE :
  53. - keys : Page Up, Page Down , Home and right arrow (to speed up) are allowed for
  54.   both lyrics and music.
  55.   If no lyrics, Page up and down give + or - 10% in music.
  56. - The enter key which previously has the same function than the space bar,
  57.   will now give access to a MIDI channel display  (toggle).
  58. - The MIDI channel display shows the active notes on and the channel programs
  59.   an pitch in activity.
  60. - kara starts in START mode automatically,
  61.  
  62. - New Options :
  63.   -st=[0..11] give the fill style of the background
  64.   -hd=[GUS|SB] to force the card type.
  65. - The card type is needed only for the MIDI mode of output. The Synth mode is
  66.   always the Ultramid way one (found in the GUS SDK)
  67.   i.e. an interrupt furnished by a TSR.
  68.   ( I include the source of my interface module if you want to write a TSR
  69.   for your card).
  70.   ( In this case, think to others. Please put it on internet with a kardxxxy.zip
  71.   name    xxx=card abbr. name, y the version number. example : kardawe1.zip
  72.   (just for example)..)
  73. - The default options may be encompassed with options given in a kara.cfk file
  74.   with one option per line as for example :
  75. #rem option example
  76. #ff=2
  77. #st=GUS
  78. #rem end of file
  79. - A bug fixed for midi file type 0.
  80. - Many optimizations
  81.  
  82. in KDIR.EXE :
  83. - More informations given for each file,
  84. - Songs are numbered
  85. - A new key  P  for printing the catalog in a file.
  86. - Files not found while in a catalog are now displayed with a not found comment.
  87. - The first parameter is either a catalog filename or a directory (dont forget
  88.   the \ at end)
  89.  
  90.