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 /include/adlmidi.h | |
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 'include/adlmidi.h')
-rw-r--r-- | include/adlmidi.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h index 3a81794..ae52c82 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -112,14 +112,16 @@ enum ADLMIDI_VolumeModels ADLMIDI_VolumeModel_DMX = 3, /*! Logarithmic volume scale, used in Apogee Sound System. */ ADLMIDI_VolumeModel_APOGEE = 4, - /*! Aproximated and shorted volume map table. Similar to general, but has less granularity. */ + /*! Aproximated and shorted volume map table (SB16 driver). Similar to general, but has less granularity. */ ADLMIDI_VolumeModel_9X = 5, /*! DMX model with a fixed bug of AM voices */ ADLMIDI_VolumeModel_DMX_Fixed = 6, /*! Apogee model with a fixed bug of AM voices*/ ADLMIDI_VolumeModel_APOGEE_Fixed = 7, /*! Audio Interfaces Library volume scaling model */ - ADLMIDI_VolumeModel_AIL = 8 + ADLMIDI_VolumeModel_AIL = 8, + /*! Aproximated and shorted volume map table (Generic FM driver). Similar to general, but has less granularity. */ + ADLMIDI_VolumeModel_9X_GENERIC_FM = 9 }; /** |