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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/adlmidi.h') 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, -- cgit v1.2.3