1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 23:55:50 +01: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; return false;
} }
if (!BypassEffect(false))
{
return false;
}
mLatencyDone = false; mLatencyDone = false;
mReady = true; mReady = true;