]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_3dras.c
snd_alsa: MIDI input support! MIDI events get mapped to MIDINOTE<n> events (n = 0...
[xonotic/darkplaces.git] / snd_3dras.c
index 4df5c09e51a426d1f24ea90bc64364fca5b7b4d6..0f54d1742fe2fecf3dd0266359ed4309b099ba6c 100644 (file)
@@ -1029,3 +1029,15 @@ int S_GetSoundChannels (void){
        Con_Printf("So let's assume 2.\n");
        return 2;
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}