Audacity 3.2.0
|
#include "EnvelopeHandle.h"
#include "ChannelView.h"
#include "Envelope.h"
#include "Decibels.h"
#include "../../EnvelopeEditor.h"
#include "../../HitTestResult.h"
#include "WaveformSettings.h"
#include "ProjectAudioIO.h"
#include "ProjectHistory.h"
#include "../../RefreshCode.h"
#include "TimeTrack.h"
#include "../../TrackArt.h"
#include "../../TrackPanelMouseEvent.h"
#include "ViewInfo.h"
#include "WaveChannelUtilities.h"
#include "prefs/WaveformScale.h"
#include "WaveTrack.h"
#include "../../../images/Cursors.h"
#include <wx/event.h>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{EnvelopeHandle.cpp} |
Functions | |
void | anonymous_namespace{EnvelopeHandle.cpp}::GetTimeTrackData (const AudacityProject &project, const TimeTrack &tt, double &dBRange, bool &dB, float &zoomMin, float &zoomMax) |