1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

Mac: AudioUnit effects are not applied if you initially use the preview

This commit is contained in:
Leland Lucius 2020-06-14 13:58:30 -05:00
parent 04a0eb4370
commit 87cae3f0c8

View File

@ -1293,6 +1293,11 @@ bool AudioUnitEffect::ProcessInitialize(sampleCount WXUNUSED(totalLen), ChannelN
return false;
}
if (!BypassEffect(false))
{
return false;
}
mLatencyDone = false;
mReady = true;