mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-12-12 13:12:14 +00:00
27bf86e1eb
- 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)) |
||
---|---|---|
.. | ||
common.h | ||
file_io.cpp | ||
file_io.h | ||
gus_pat.cpp | ||
gus_pat.h | ||
reverb.cpp | ||
reverb.h | ||
wildmidi_lib.cpp | ||
wildmidi_lib.h | ||
wm_error.cpp | ||
wm_error.h |