qzdoom-gpl/src/wildmidi
Randy Heit 27bf86e1eb Fix(?) dBm_pan_volume table
- The missing comma on the first line of dBm_pan_volume's definition
  looked suspicious, so I checked the MIDI specification at
  http://www.midi.org/techspecs/rp36.php and found the equations
  there gave different dB values than were in the table. So I
  rebuilt it using the equation given there:

    20*log (sin (Pi /2* max(0,CC#10 – 1)/126))
2016-01-11 20:06:07 -06:00
..
common.h Update gus_pat.cpp's envelope fudging to current git version 2016-01-11 20:06:04 -06:00
file_io.cpp - use PathExpander class for WildMidi's file access functions so that it can find Timdity's data on its own. 2015-12-29 21:18:46 +01:00
file_io.h - use PathExpander class for WildMidi's file access functions so that it can find Timdity's data on its own. 2015-12-29 21:18:46 +01:00
gus_pat.cpp Update gus_pat.cpp's envelope fudging to current git version 2016-01-11 20:06:04 -06:00
gus_pat.h - added WildMidi library sources - all converted to C++ so that they can later interface with ZDoom's own MIDI code. Also redid the file loading function to use ZDoom's FileReader instead of low level IO. 2015-11-28 17:38:40 +01:00
reverb.cpp Separate WildMidi mixing from event handling 2015-12-28 20:33:41 -06:00
reverb.h Separate WildMidi mixing from event handling 2015-12-28 20:33:41 -06:00
wildmidi_lib.cpp Fix(?) dBm_pan_volume table 2016-01-11 20:06:07 -06:00
wildmidi_lib.h - Fixed Clang errors/warnings on wildMIDI code. 2015-12-30 10:58:52 +01:00
wm_error.cpp Remove '\r' character from beginning of WildMidi error messages 2015-12-28 19:13:34 -06:00
wm_error.h - added WildMidi library sources - all converted to C++ so that they can later interface with ZDoom's own MIDI code. Also redid the file loading function to use ZDoom's FileReader instead of low level IO. 2015-11-28 17:38:40 +01:00