home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / sndbords / proaudio / fmsyn101 / chgfmsyn.txt next >
Text File  |  1993-07-12  |  2KB  |  34 lines

  1. FM MIDI Synth Driver 
  2. Change History
  3.  
  4. Version 1.01    930712: Repaired a bug which caused GPF's when handed
  5.    illegal MIDI data.  Removed the percussion switch on channel 10 when
  6.    handed program changes of 127 and 126.  These are still available if
  7.    you define a switch in the [Mode] section of the FMSYNTH.INI file:
  8.    OldPercSwitch=1 (0 disables the switch and is the default).
  9.  
  10. Version 1.00.00 930620: Reworked the initialization and re-initialization
  11.    of driver parameters.  A million small items.  Added sysex messages
  12.    for storing and dumping percussion banks and system parameters.  Added
  13.    programming interface.  Added configuration parameters for saving 
  14.    settings and default bank.  Added IBK timbre parameter, transpose, 
  15.    to allow transposing of a timbre +-63 semitones.
  16.  
  17. BETA
  18.  
  19. Version 0.96.00 930612: Completely reworked the resetting code, added 
  20.    timestatmping of notes to reduce popping and clicking -- we don't
  21.    turnoff and steal any notes which have been only playing for a few
  22.    millisecs.
  23.  
  24. Version 0.95 930610: Changed the code to properly reset percussion mode and
  25.    tremolo depth when closing and re-opening the driver.
  26.  
  27. Version 0.94 930608: Removed VxD related code to provide more compatibility 
  28.    with various sound cards.  The card still only allows one opening at a
  29.    time, but it counts the openings itself -- can be overridden by switch:
  30.    [FMSYNTH.DRV] in System.ini: OneInstance=0   NOTE: this does not really
  31.    support multiple openings -- it just loads regardless.
  32.  
  33.    
  34.