home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
msdos
/
sndbords
/
proaudio
/
fmsyn101
/
chgfmsyn.txt
next >
Wrap
Text File
|
1993-07-12
|
2KB
|
34 lines
FM MIDI Synth Driver
Change History
Version 1.01 930712: Repaired a bug which caused GPF's when handed
illegal MIDI data. Removed the percussion switch on channel 10 when
handed program changes of 127 and 126. These are still available if
you define a switch in the [Mode] section of the FMSYNTH.INI file:
OldPercSwitch=1 (0 disables the switch and is the default).
Version 1.00.00 930620: Reworked the initialization and re-initialization
of driver parameters. A million small items. Added sysex messages
for storing and dumping percussion banks and system parameters. Added
programming interface. Added configuration parameters for saving
settings and default bank. Added IBK timbre parameter, transpose,
to allow transposing of a timbre +-63 semitones.
BETA
Version 0.96.00 930612: Completely reworked the resetting code, added
timestatmping of notes to reduce popping and clicking -- we don't
turnoff and steal any notes which have been only playing for a few
millisecs.
Version 0.95 930610: Changed the code to properly reset percussion mode and
tremolo depth when closing and re-opening the driver.
Version 0.94 930608: Removed VxD related code to provide more compatibility
with various sound cards. The card still only allows one opening at a
time, but it counts the openings itself -- can be overridden by switch:
[FMSYNTH.DRV] in System.ini: OneInstance=0 NOTE: this does not really
support multiple openings -- it just loads regardless.