From a21c9bb00abd359f5b9ea113e56ca74922e87e01 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 30 Aug 2020 21:29:57 +0300 Subject: Added "fixed" DMX and Apogee volume models These volume models will apply the fix of AM voices behavior --- src/adlmidi_opl3.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/adlmidi_opl3.hpp') 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 -- cgit v1.2.3