From f3dd9a6e69ba4ddc1359287754029f588db249df Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 6 Sep 2020 00:56:41 +0300 Subject: Added an aproximated HMI volume model --- utils/midiplay/adlmidiplay.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/midiplay') diff --git a/utils/midiplay/adlmidiplay.cpp b/utils/midiplay/adlmidiplay.cpp index c4738e1..fe54877 100644 --- a/utils/midiplay/adlmidiplay.cpp +++ b/utils/midiplay/adlmidiplay.cpp @@ -213,17 +213,19 @@ const char* volume_model_to_str(int vm) case ADLMIDI_VolumeModel_DMX: return "DMX"; case ADLMIDI_VolumeModel_APOGEE: - return "Apogee"; + return "Apogee Sound System"; case ADLMIDI_VolumeModel_9X: return "9X (SB16)"; case ADLMIDI_VolumeModel_DMX_Fixed: - return "DMX (fixed)"; + return "DMX (fixed AM voices)"; case ADLMIDI_VolumeModel_APOGEE_Fixed: - return "Apogee (fixed)"; + return "Apogee Sound System (fixed AM voices)"; case ADLMIDI_VolumeModel_AIL: - return "AIL"; + return "Audio Interfaces Library (AIL)"; case ADLMIDI_VolumeModel_9X_GENERIC_FM: return "9X (Generic FM)"; + case ADLMIDI_VolumeModel_HMI: + return "HMI"; } } -- cgit v1.2.3