main
coderkun 2018-04-13 15:48:46 +02:00 committed by Georg Krause
parent 987ec5dfbc
commit e2af26067b
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ void Jack::processFrames(int nframes)
buffers.audio[Buffers::SEND_R][i] += inputR * inputToSendVol * inputToMixVol;
}
if ( inputToKeyEnable ) {
buffers.audio[Buffers::SIDECHAIN_KEY_R][i] += inputL;
buffers.audio[Buffers::SIDECHAIN_KEY_L][i] += inputL;
buffers.audio[Buffers::SIDECHAIN_KEY_R][i] += inputR;
}