diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-30 21:29:57 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-30 21:35:21 +0300 |
commit | a21c9bb00abd359f5b9ea113e56ca74922e87e01 (patch) | |
tree | d706e389e8e25ea17285349acf52edf1e9dd3c77 /src/adlmidi_opl3.hpp | |
parent | f8bf13beafd9f837212c08f38798a5e781d7b5e5 (diff) | |
download | libADLMIDI-a21c9bb00abd359f5b9ea113e56ca74922e87e01.tar.gz libADLMIDI-a21c9bb00abd359f5b9ea113e56ca74922e87e01.tar.bz2 libADLMIDI-a21c9bb00abd359f5b9ea113e56ca74922e87e01.zip |
Added "fixed" DMX and Apogee volume models
These volume models will apply the fix of AM voices behavior
Diffstat (limited to 'src/adlmidi_opl3.hpp')
-rw-r--r-- | src/adlmidi_opl3.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/adlmidi_opl3.hpp b/src/adlmidi_opl3.hpp index a12069e..185c5d3 100644 --- a/src/adlmidi_opl3.hpp +++ b/src/adlmidi_opl3.hpp @@ -145,7 +145,11 @@ public: //! Apoge Sound System volume scaling model VOLUME_APOGEE, //! Windows 9x driver volume scale table - VOLUME_9X + VOLUME_9X, + //! DMX model with a fixed bug of AM voices + VOLUME_DMX_FIXED, + //! Apogee model with a fixed bug of AM voices + VOLUME_APOGEE_FIXED, } m_volumeScale; //! Reserved |