Audacity 3.2.0
PasteOverPreservingClips.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 PasteOverPreservingClips.h
6
7 Mitch Golden
8 Vaughan Johnson
9
10 Paul Licameli split from Equalization.h
11
12***********************************************************************/
13#ifndef __AUDACITY_PASTE_OVER_PRESERVING_CLIPS__
14#define __AUDACITY_PASTE_OVER_PRESERVING_CLIPS__
15
16class sampleCount;
17class WaveTrack;
18
20
25WAVE_TRACK_API void PasteOverPreservingClips(
26 WaveTrack &oldTrack, sampleCount start, sampleCount len,
27 WaveTrack &newContents);
28
29#endif
WAVE_TRACK_API void PasteOverPreservingClips(WaveTrack &oldTrack, sampleCount start, sampleCount len, WaveTrack &newContents)
Substitute new contents into existing track, preserving clip boundaries.
A Track that contains audio waveform data.
Definition: WaveTrack.h:51
Positions or offsets within audio files need a wide type.
Definition: SampleCount.h:19