mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
More uses of SampleBuffer, eliminating explicit DeleteSamples calls
This commit is contained in:
@@ -648,8 +648,7 @@ private:
|
||||
double mCutPreviewGapStart;
|
||||
double mCutPreviewGapLen;
|
||||
|
||||
samplePtr mSilentBuf;
|
||||
sampleCount mLastSilentBufSize;
|
||||
GrowableSampleBuffer mSilentBuf;
|
||||
|
||||
AudioIOListener* mListener;
|
||||
|
||||
|
Reference in New Issue
Block a user