mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +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;
|
mDuration = seconds;
|
||||||
mT1 = mT0 + mDuration;
|
|
||||||
|
|
||||||
mIsSelection = false;
|
mIsSelection = false;
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ protected:
|
|||||||
sampleCount block) = 0;
|
sampleCount block) = 0;
|
||||||
|
|
||||||
// Generate the track, one block at a time, & adding the results to tmp
|
// 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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user