1
0
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:
Paul Licameli
2019-06-05 11:54:13 -04:00
parent f1b04c79d8
commit 71250b1dc3
7 changed files with 27 additions and 27 deletions

View File

@@ -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