Add effectLeft and effectRight

This commit is contained in:
raven02 2013-01-27 22:34:14 +08:00
parent d14b6ed423
commit 4a1218387d

View File

@ -199,6 +199,8 @@ struct SasVoice
int volumeRight;
int volumeLeftSend; // volume to "Send" (audio-lingo) to the effects processing engine, like reverb
int volumeRightSend;
int effectLeft;
int effectRight;
s16 resampleHist[2];
ADSREnvelope envelope;