mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-24 08:28:04 +02:00
This changes the realtime preview from using 1 effect for all tracks to an effect per track (logical track). This should clear up the bad audio when more than one track (or a stereo track) is present. An unfortunate side effect is that meter effects no longer work since the one presented to the user is not the one doing the actual work. Suggestions on how to remedy this are welcome.