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 --- include/adlmidi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/adlmidi.h') diff --git a/include/adlmidi.h b/include/adlmidi.h index 4df321d..91356d9 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -113,7 +113,11 @@ enum ADLMIDI_VolumeModels /*! 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. */ - ADLMIDI_VolumeModel_9X = 5 + 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, }; /** -- cgit v1.2.3