summaryrefslogtreecommitdiffstats
path: root/libtdemid
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-01-26 18:07:27 +0900
committerSlávek Banko <slavek.banko@axis.cz>2019-01-26 14:52:05 +0100
commit48e93fd69f5c55aeaef5fd78af27105939f8fe62 (patch)
tree461a79bf2389d76d9c25e2b03555f7588a69576f /libtdemid
parent222736b58d8b7f7e20ab2038786917c474e12527 (diff)
downloadtdelibs-48e93fd69f5c55aeaef5fd78af27105939f8fe62.tar.gz
tdelibs-48e93fd69f5c55aeaef5fd78af27105939f8fe62.zip
Add some missing supplement macros for MIDI support
They are used but not defined for missing OSS support. (cherry picked from commit 6aead73137049245f37b2b82f957b31dbefac738)
Diffstat (limited to 'libtdemid')
-rw-r--r--libtdemid/sndcard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtdemid/sndcard.h b/libtdemid/sndcard.h
index e6eab5255..414fda379 100644
--- a/libtdemid/sndcard.h
+++ b/libtdemid/sndcard.h
@@ -63,6 +63,8 @@
#define MIDI_PITCH_BEND 0xE0
#define MIDI_SYSTEM_PREFIX 0xF0
#define CTL_MAIN_VOLUME 7
+#define CTL_EXT_EFF_DEPTH 0x50
+#define CTL_CHORUS_DEPTH 0x5D
#define SEQ_DEFINEBUF(a)
#define SEQ_USE_EXTBUF()