aboutsummaryrefslogtreecommitdiff
path: root/utils/vlc_codec
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-02 12:04:06 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-02 12:04:06 +0300
commitc42d614399654f83ddba5124f67b2d667efbfa92 (patch)
tree53c792fca2ab6b64081eb1f48fdcc56a75c2c714 /utils/vlc_codec
parent8bb875fa7ae4ecf81fceb6043ebd2e026aa499fb (diff)
downloadlibADLMIDI-c42d614399654f83ddba5124f67b2d667efbfa92.tar.gz
libADLMIDI-c42d614399654f83ddba5124f67b2d667efbfa92.tar.bz2
libADLMIDI-c42d614399654f83ddba5124f67b2d667efbfa92.zip
Added Generic FM variant of Win9X volume model
Diffstat (limited to 'utils/vlc_codec')
-rw-r--r--utils/vlc_codec/libadlmidi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/vlc_codec/libadlmidi.c b/utils/vlc_codec/libadlmidi.c
index 18e7d31..e59826c 100644
--- a/utils/vlc_codec/libadlmidi.c
+++ b/utils/vlc_codec/libadlmidi.c
@@ -81,7 +81,7 @@
#define FULL_RANGE_CC74_LONGTEXT N_( \
"Scale range of CC-74 \"Brightness\" with full 0~127 range. By default is only 0~64 affects the sounding.")
-static const int volume_models_values[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 };
+static const int volume_models_values[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
static const char * const volume_models_descriptions[] =
{
N_("Auto (defined by bank)"),
@@ -89,10 +89,11 @@ static const char * const volume_models_descriptions[] =
N_("OPL3 Native"),
N_("DMX"),
N_("Apogee Sound System"),
- N_("Win9x driver"),
+ N_("Win9x SB16 driver"),
N_("DMX (Fixed AM)"),
N_("Apogee Sound System (Fixed AM)"),
N_("Audio Interfaces Library (AIL)"),
+ N_("Win9x Generic FM driver"),
NULL
};