mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
WaveTrack.cpp does not depend on ODDecodeBlockFile.cpp...
... cutting off ODDecodeBlockFile and ODDecodeTask into a small cycle of 2
This commit is contained in:
@@ -246,6 +246,7 @@ public:
|
||||
// but use more high-level functions inside WaveClip (or add them if you
|
||||
// think they are useful for general use)
|
||||
Sequence* GetSequence() { return mSequence.get(); }
|
||||
const Sequence* GetSequence() const { return mSequence.get(); }
|
||||
|
||||
/** WaveTrack calls this whenever data in the wave clip changes. It is
|
||||
* called automatically when WaveClip has a chance to know that something
|
||||
|
||||
Reference in New Issue
Block a user