1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-06 08:40:13 +01:00

Bug 377 (P2) - fix case where the R channel of a stereo clip wouldn't be dragged if it was off-screen and sync-lock was off

This commit is contained in:
mchinen
2011-04-25 18:10:32 +00:00
parent d42f014b6d
commit 9321b1634e
5 changed files with 46 additions and 4 deletions

View File

@@ -216,6 +216,8 @@ class AUDACITY_DLL_API WaveTrack: public Track {
Sequence* GetSequenceAtX(int xcoord);
Envelope* GetEnvelopeAtX(int xcoord);
Envelope* GetActiveEnvelope(void);
WaveClip* GetClipAtSample(sampleCount sample);
//
// Getting information about the track's internal block sizes