1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
Can you believe I had to change a "0" to a "1"???
This commit is contained in:
Leland Lucius 2015-08-27 01:55:55 -05:00
parent 6c6fc360ca
commit 00015d4598

View File

@ -1449,7 +1449,7 @@ bool VSTEffect::RealtimeAddProcessor(int numChannels, float sampleRate)
{
void *chunk = NULL;
clen = (int) callDispatcher(effGetChunk, 0, 0, &chunk, 0.0);
clen = (int) callDispatcher(effGetChunk, 1, 0, &chunk, 0.0);
if (clen != 0)
{
slave->callSetChunk(false, clen, chunk);