mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 22:19:07 +02:00
Make sure selection times are initialized
This should fix the initial duration issue when adding generators to chains.
This commit is contained in:
parent
186cdb1248
commit
409cb45362
@ -88,6 +88,8 @@ Effect::Effect()
|
||||
mTracks = NULL;
|
||||
mOutputTracks = NULL;
|
||||
mOutputTracksType = Track::None;
|
||||
mT0 = 0.0;
|
||||
mT1 = 0.0;
|
||||
mDuration = 0.0;
|
||||
mNumTracks = 0;
|
||||
mNumGroups = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user