1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 00:23:32 +02:00

Remove trailing spaces.

This commit is contained in:
benjamin.drung@gmail.com
2014-06-03 20:30:19 +00:00
parent d921c4969b
commit 277932dccb
380 changed files with 6489 additions and 6491 deletions

View File

@@ -39,7 +39,7 @@ class TimeTrack: public Track {
virtual ~TimeTrack();
// Identifying the type of track
virtual int GetKind() const { return Time; }
virtual int GetKind() const { return Time; }
// TimeTrack parameters
@@ -67,7 +67,7 @@ class TimeTrack: public Track {
// Access the track's speed envelope
Envelope *GetEnvelope() { return mEnvelope; }
//Note: The meaning of this function has changed (December 2012)
//Previously this function did something that was close to the opposite (but not entirely accurate).
/** @brief Compute the integral warp factor between two non-warped time points
@@ -83,7 +83,7 @@ class TimeTrack: public Track {
double ComputeWarpFactor(double t0, double t1);
/** @brief Compute the duration (in seconds at playback) of the specified region of the track.
*
* Takes a region of the time track (specified by the unwarped time points in the project), and
* Takes a region of the time track (specified by the unwarped time points in the project), and
* calculates how long it will actually take to play this region back, taking the time track's
* warping effects into account.
* @param t0 unwarped time to start calculation from