1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Bug 373/378 (P2) - Fix a case where one track of an aligned stereo pair could be moved independently

This commit is contained in:
mchinen
2011-04-26 16:47:06 +00:00
parent cf49d77dda
commit fbe3a80ab1
3 changed files with 8 additions and 21 deletions

View File

@@ -152,9 +152,6 @@ public:
void ClearDisplayRect();
void SetDisplayRect(const wxRect& r);
void GetDisplayRect(wxRect* r);
/// Get the absolute sample number at the x pixel specified by xcoord.
/// Only works if the clip is onscreen (returned by WaveTrack::GetClipAtX)
sampleCount GetSampleNumberAtX(int xcoord);
/** Whenever you do an operation to the sequence that will change the number
* of samples (that is, the length of the clip), you will want to call this