diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-02 22:49:14 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-02 22:49:14 +0300 |
commit | 9d34329f81f9d2588c27d828aaaf3a3d5f222da3 (patch) | |
tree | c108d67d0f9d884778f7fd3d2a3a6097ec860c01 /src/adlmidi_opl3.hpp | |
parent | d29b0cacf3e7a1da793fc2692a958dcf6c4b9c75 (diff) | |
parent | 23061e32c03272f65a5dd21433d34e90bdf2a7ad (diff) | |
download | libADLMIDI-9d34329f81f9d2588c27d828aaaf3a3d5f222da3.tar.gz libADLMIDI-9d34329f81f9d2588c27d828aaaf3a3d5f222da3.tar.bz2 libADLMIDI-9d34329f81f9d2588c27d828aaaf3a3d5f222da3.zip |
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
Diffstat (limited to 'src/adlmidi_opl3.hpp')
-rw-r--r-- | src/adlmidi_opl3.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/adlmidi_opl3.hpp b/src/adlmidi_opl3.hpp index 81307d2..ccc5c57 100644 --- a/src/adlmidi_opl3.hpp +++ b/src/adlmidi_opl3.hpp @@ -146,14 +146,16 @@ public: VOLUME_DMX, //! Apoge Sound System volume scaling model VOLUME_APOGEE, - //! Windows 9x driver volume scale table + //! Windows 9x SB16 driver volume scale table 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, //! Audio Interfaces Library volume scaling model - VOLUME_AIL + VOLUME_AIL, + //! Windows 9x Generic FM driver volume scale table + VOLUME_9X_GENERIC_FM } m_volumeScale; //! Reserved |