#include <cstddef>
#include <vector>
#include "../../../ui/CommonTrackPanelCell.h"
#include "WaveTrack.h"
#include <wx/frame.h>
Go to the source code of this file.
|
AUDACITY_DLL_API void | WaveClipUIUtilities::findCorrection (const std::vector< sampleCount > &oldWhere, size_t oldLen, size_t newLen, double t0, double sampleRate, double stretchRatio, double samplesPerPixel, int &oldX0, double &correction) |
|
AUDACITY_DLL_API void | WaveClipUIUtilities::fillWhere (std::vector< sampleCount > &where, size_t len, bool addBias, double correction, double t0, double sampleRate, double stretchRatio, double samplesPerPixel) |
|
std::vector< CommonTrackPanelCell::MenuItem > | WaveClipUIUtilities::GetWaveClipMenuItems () |
|
void | WaveClipUIUtilities::PushClipSpeedChangedUndoState (AudacityProject &project, double speedInPercent) |
|
void | WaveClipUIUtilities::SelectClip (AudacityProject &project, const WaveTrack::Interval &clip) |
|