mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
parent
6c6fc360ca
commit
00015d4598
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user