mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Mac: AudioUnit effects are not applied if you initially use the preview
This commit is contained in:
@@ -1293,6 +1293,11 @@ bool AudioUnitEffect::ProcessInitialize(sampleCount WXUNUSED(totalLen), ChannelN
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!BypassEffect(false))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
mLatencyDone = false;
|
||||
|
||||
mReady = true;
|
||||
|
Reference in New Issue
Block a user