mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 16:16:33 +01:00
Preliminaries for bug 900
Create WaveTrackCache as a utility class but don't use it anywhere yet. The possible minor performance problem with effects is fixed by changes in WaveTrack::GetBestBlockSize().
This commit is contained in:
committed by
Paul Licameli
parent
16e0fe3e12
commit
bdc2839112
@@ -132,8 +132,9 @@ class AUDACITY_DLL_API LabelTrack : public Track
|
||||
|
||||
virtual int GetKind() const { return Label; }
|
||||
|
||||
virtual double GetStartTime();
|
||||
virtual double GetEndTime();
|
||||
virtual double GetOffset() const;
|
||||
virtual double GetStartTime() const;
|
||||
virtual double GetEndTime() const;
|
||||
|
||||
virtual Track *Duplicate() { return new LabelTrack(*this); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user