Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 2479 - Mac: AudioUnit effects are not applied if you initially use the preview
Mac: AudioUnit effects are not applied if you initially use the preview
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: Audio Units
2.4.2
Mac macOS
: P1 Repeatable
Assigned To: Default Assignee for New Bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-14 09:26 UTC by Peter Sampson
Modified: 2020-06-15 06:14 UTC (History)
7 users (show)

See Also:
Steps To Reproduce:
1) Start Audacity and Enable the AudioUnit effects 2) Record, create or import some audio 3) Select some audio 4) Choose an AU effect 5) Play the audio and adjust the effect for an obvious change in sound 6) Click “Apply” 7) Close the effect 8) Play back the selected audio 9) Observe: no change in the selected audio. Note: usually you can see after Step 6 that the audio has not changed (for example, extreme limiting or filtering should reduce the level - or Distortion is a good use case) If you omit Step 5 the effect is applied properly.
Release Note:
On Mac Audio Unit effects are not applied if you initially use the preview and then try to apply the effect
First Git SHA:
Group: ---
Workaround:
Closed: 2020-06-15 00:00:00
petersampsonaudacity: Quickfix‑Requested+
petersampsonaudacity: Regression+
petersampsonaudacity: Test‑OK‑Mac+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Sampson 2020-06-14 09:26:46 UTC
On Mac Audio Unit effects are not applied if you initially use the preview and then try to apply the effect.

If you just apply the AU effect without the preview than the effect works - but the whole point of RTP effects is the preview.

This is a regression on 2.4.1, hence the P1 rating.


Real-time VST effects seem to be OK.= (Bill says)
Comment 1 Bill Wharrie 2020-06-14 13:28:10 UTC
It appears AU effects we properly applied after playing after commit d22d10e, and not applied after playing after commit 782ef13.
Comment 2 Leland Lucius 2020-06-14 14:59:21 UTC
Fix in:

https://github.com/audacity/audacity/commit/87cae3f
Comment 3 Bill Wharrie 2020-06-14 16:31:01 UTC
Yep, that fixed it.
Comment 4 Peter Sampson 2020-06-15 06:14:56 UTC
(In reply to Bill Wharrie from comment #3)
Testing on macOS 10.15.5 Catalina with Audacity 2.4.2 f3d3211

I confirm Bill's test