From 2b6d1fcfe4895ea0d3a57ef7e7f67a79e0bdb170 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 12 Sep 2020 12:50:01 +0300 Subject: A small typo fix Compared to the original documents and headers of John Miles for the proper title of his audio library. However, it also has "IBM" prefix: "IBM Audio Interface Library". Idk, is need to mention the IBM? --- include/adlmidi.h | 2 +- utils/midiplay/adlmidiplay.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/adlmidi.h b/include/adlmidi.h index 055265a..a9b2f9f 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -118,7 +118,7 @@ enum ADLMIDI_VolumeModels ADLMIDI_VolumeModel_DMX_Fixed = 6, /*! Apogee model with a fixed bug of AM voices*/ ADLMIDI_VolumeModel_APOGEE_Fixed = 7, - /*! Audio Interfaces Library volume scaling model */ + /*! Audio Interface 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, diff --git a/utils/midiplay/adlmidiplay.cpp b/utils/midiplay/adlmidiplay.cpp index c654eb4..b11ea82 100644 --- a/utils/midiplay/adlmidiplay.cpp +++ b/utils/midiplay/adlmidiplay.cpp @@ -221,11 +221,11 @@ const char* volume_model_to_str(int vm) case ADLMIDI_VolumeModel_APOGEE_Fixed: return "Apogee Sound System (fixed AM voices)"; case ADLMIDI_VolumeModel_AIL: - return "Audio Interfaces Library (AIL)"; + return "Audio Interface Library (AIL)"; case ADLMIDI_VolumeModel_9X_GENERIC_FM: return "9X (Generic FM)"; case ADLMIDI_VolumeModel_HMI: - return "HMI"; + return "HMI Sound Operating System"; } } @@ -381,7 +381,7 @@ int main(int argc, char **argv) " 5 9x SB16\n" " 6 DMX (Fixed AM voices)\n" " 7 Apogee Sound System (Fixed AM voices)\n" - " 8 Audio Interfaces Library (AIL)\n" + " 8 Audio Interface Library (AIL)\n" " 9 9x Generic FM\n" " 10 HMI Sound Operating System\n" ); -- cgit v1.2.3