aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 3e5d444..56626bb 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -71,6 +71,12 @@ enum ADLMIDI_SampleType
ADLMIDI_SampleType_S8, /* signed PCM 8-bit */
ADLMIDI_SampleType_F32, /* float 32-bit */
ADLMIDI_SampleType_F64, /* float 64-bit */
+ ADLMIDI_SampleType_S24, /* signed PCM 24-bit */
+ ADLMIDI_SampleType_S32, /* signed PCM 32-bit */
+ ADLMIDI_SampleType_U8, /* unsigned PCM 8-bit */
+ ADLMIDI_SampleType_U16, /* unsigned PCM 16-bit */
+ ADLMIDI_SampleType_U24, /* unsigned PCM 24-bit */
+ ADLMIDI_SampleType_U32, /* unsigned PCM 32-bit */
ADLMIDI_SampleType_Count,
};