X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=snd_3dras.c;h=0f54d1742fe2fecf3dd0266359ed4309b099ba6c;hb=6b4d3728652cac9b8af676a73019e10d74787d00;hp=cff3ec91569eee07b428534daf53353a54023a2f;hpb=97e0c21d0017889c39050c2433c89f6b3ebb2633;p=xonotic%2Fdarkplaces.git diff --git a/snd_3dras.c b/snd_3dras.c index cff3ec91..0f54d174 100644 --- a/snd_3dras.c +++ b/snd_3dras.c @@ -1002,6 +1002,12 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol){ } } +float S_GetChannelPosition (unsigned int ch_ind) +{ + // FIXME unsupported + return -1; +} + void S_BlockSound (void){ soundblocked++; } @@ -1023,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 +}