mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
fix sync-lock adjustment in effects, see commit a93c447
This commit is contained in:
parent
491b1d40a3
commit
85c34132f4
@ -2070,7 +2070,9 @@ void Effect::CopyInputTracks(bool allSyncLockSelected)
|
||||
mIMap.clear();
|
||||
mOMap.clear();
|
||||
|
||||
mOutputTracks = TrackList::Create( nullptr );
|
||||
mOutputTracks = TrackList::Create(
|
||||
const_cast<AudacityProject*>( FindProject() ) // how to remove this const_cast?
|
||||
);
|
||||
|
||||
auto trackRange = mTracks->Any() +
|
||||
[&] (const Track *pTrack) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user