From dece86f61f975c7a6f3bcc1d00bd4cf97dcdbcab Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 22 Nov 2014 13:03:09 -0800 Subject: Store the number of output channels in the voice --- OpenAL32/Include/alu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 0ff8ddbc..c96d5563 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -58,6 +58,7 @@ typedef struct MixGains { typedef struct DirectParams { ALfloat (*OutBuffer)[BUFFERSIZE]; + ALuint NumChannels; /* If not 'moving', gain/coefficients are set directly without fading. */ ALboolean Moving; -- cgit v1.2.3