mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 14:11:28 +01:00
Bug1340: sync-lock should work when generating audio
This commit is contained in:
@@ -763,7 +763,6 @@ void Effect::SetDuration(double seconds)
|
||||
}
|
||||
|
||||
mDuration = seconds;
|
||||
mT1 = mT0 + mDuration;
|
||||
|
||||
mIsSelection = false;
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ protected:
|
||||
sampleCount block) = 0;
|
||||
|
||||
// Generate the track, one block at a time, & adding the results to tmp
|
||||
bool GenerateTrack(WaveTrack *tmp, const WaveTrack &track, int ntrack);
|
||||
bool GenerateTrack(WaveTrack *tmp, const WaveTrack &track, int ntrack) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user