![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Functions | |
void | PasteOverPreservingClips (WaveTrack &oldTrack, sampleCount start, sampleCount len, WaveTrack &newContents) |
Substitute new contents into existing track, preserving clip boundaries. More... | |
void PasteOverPreservingClips | ( | WaveTrack & | oldTrack, |
sampleCount | start, | ||
sampleCount | len, | ||
WaveTrack & | newContents | ||
) |
Substitute new contents into existing track, preserving clip boundaries.
start | beginning position to paste over in oldTrack |
len | length to paste over in oldTrack |
newContents | begins at offset 0 |
Definition at line 18 of file PasteOverPreservingClips.cpp.
References WaveTrack::Clear(), WaveTrack::Copy(), PackedArray::end(), WaveTrack::GetClipAtTime(), WaveTrack::GetClips(), WaveTrack::GetRate(), WaveTrack::Join(), SampleTrack::LongSamplesToTime(), WaveTrack::Paste(), and WaveClip::SetName().
Referenced by EffectEqualization::ProcessOne().