gzdoom/src/oplsynth
Randy Heit f6866df0e6 - Made the maximum number of TiMidity voices configurable through the
timidity_voices cvar.
- Added stats lines for the OPL and Timidity MIDI devices.
- Completely changed the way TiMidity volume calculations are done. It
  should now be extremely close to the output a real GUS would produce with
  its official MIDI player (excepting where TiMidity normalizes sample
  volumes). The new equations more closely match what is specified by the DLS
  and SF2 specs (but not quite), so I presume it's also more musically
  correct than what TiMidity (and TiMidity++) do.


SVN r925 (trunk)
2008-04-19 05:57:09 +00:00
..
deftypes.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
fmopl.cpp - Updated fmod_wrap.h for FMOD 4.14. 2008-04-16 20:02:16 +00:00
fmopl.h - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
mlopl.cpp - Fixed: OPLMIDIDevice sent the wrong pitch wheel value to the player code. 2008-03-30 02:51:34 +00:00
mlopl_io.cpp - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
music_opl_mididevice.cpp - Made the maximum number of TiMidity voices configurable through the 2008-04-19 05:57:09 +00:00
music_opldumper_mididevice.cpp - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
muslib.h - Made the maximum number of TiMidity voices configurable through the 2008-04-19 05:57:09 +00:00
opl_mus_player.cpp - Made the maximum number of TiMidity voices configurable through the 2008-04-19 05:57:09 +00:00
opl_mus_player.h - Added the FCriticalSection class in critsec.h to make it easier to 2008-04-09 04:17:13 +00:00