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:
parent
04a0eb4370
commit
87cae3f0c8
@ -1293,6 +1293,11 @@ bool AudioUnitEffect::ProcessInitialize(sampleCount WXUNUSED(totalLen), ChannelN
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!BypassEffect(false))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
mLatencyDone = false;
|
||||
|
||||
mReady = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user