aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-01 15:59:03 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-01 22:35:42 +0300
commitefdf769050aaf344ddac660386009b58fa156ad2 (patch)
tree0bfebce7d277566086186282166c66adc6a2c308 /include
parent884ac1205079f391e124e33e0f5e827873688aae (diff)
downloadlibADLMIDI-efdf769050aaf344ddac660386009b58fa156ad2.tar.gz
libADLMIDI-efdf769050aaf344ddac660386009b58fa156ad2.tar.bz2
libADLMIDI-efdf769050aaf344ddac660386009b58fa156ad2.zip
Added AIL volume model
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 098f4f0..3a81794 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -117,7 +117,9 @@ enum ADLMIDI_VolumeModels
/*! 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
+ ADLMIDI_VolumeModel_APOGEE_Fixed = 7,
+ /*! Audio Interfaces Library volume scaling model */
+ ADLMIDI_VolumeModel_AIL = 8
};
/**