]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_win.c
snd_alsa: MIDI input support! MIDI events get mapped to MIDINOTE<n> events (n = 0...
[xonotic/darkplaces.git] / snd_win.c
index 1228bd7f1c069b6450682931a7ccf139d8324c1a..b1c6b58bd0ba4493db73e44d3c7f03deb613f171 100644 (file)
--- a/snd_win.c
+++ b/snd_win.c
@@ -874,3 +874,15 @@ void SndSys_UnlockRenderBuffer (void)
                IDirectSoundBuffer_Unlock(pDSBuf, dsound_pbuf, dsound_dwSize, dsound_pbuf2, dsound_dwSize2);
 #endif
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}