Audacity
3.2.0
libraries
lib-wave-track
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
16
class
sampleCount
;
17
class
WaveTrack
;
18
20
25
WAVE_TRACK_API
void
PasteOverPreservingClips
(
26
WaveTrack
&oldTrack,
sampleCount
start,
sampleCount
len,
27
WaveTrack
&newContents);
28
29
#endif
PasteOverPreservingClips
WAVE_TRACK_API void PasteOverPreservingClips(WaveTrack &oldTrack, sampleCount start, sampleCount len, WaveTrack &newContents)
Substitute new contents into existing track, preserving clip boundaries.
Definition:
PasteOverPreservingClips.cpp:18
WaveTrack
A Track that contains audio waveform data.
Definition:
WaveTrack.h:51
sampleCount
Positions or offsets within audio files need a wide type.
Definition:
SampleCount.h:19
Generated by
1.9.3