aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-06 00:56:41 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-06 00:56:41 +0300
commitf3dd9a6e69ba4ddc1359287754029f588db249df (patch)
tree3a87c86dfedf4a23bffc5a8fa017eae903b73ca8 /include
parente81db845bf4c8b78310fd8c8807f490cb094a0ec (diff)
downloadlibADLMIDI-f3dd9a6e69ba4ddc1359287754029f588db249df.tar.gz
libADLMIDI-f3dd9a6e69ba4ddc1359287754029f588db249df.tar.bz2
libADLMIDI-f3dd9a6e69ba4ddc1359287754029f588db249df.zip
Added an aproximated HMI 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 ae52c82..055265a 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -121,7 +121,9 @@ enum ADLMIDI_VolumeModels
/*! Audio Interfaces Library volume scaling model */
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
+ ADLMIDI_VolumeModel_9X_GENERIC_FM = 9,
+ /*! HMI Sound Operating System volume scaling model */
+ ADLMIDI_VolumeModel_HMI = 10
};
/**