mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Bug1340: sync-lock should work when generating audio
This commit is contained in:
parent
7886464688
commit
df45886d6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user