v.audacity
e47349a6f4
Further fix for P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Moved the resampling of dragged clips to (left-)mouse-up, rather than upon drag into the destination, but still dragging.
2012-03-03 20:20:06 +00:00
v.audacity
111278c61b
In WaveTrack.*:
...
* Fix P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Made sure the clips get resampled to the destination WaveTrack rate, and marked changed.
* Comment out unused override of WaveTrack::MoveClipToTrack().
* Added an ANSWER-ME about what appears to be a useless declaration and assignment.
In WaveClip.cpp, remove wxASSERT that Michael was trying to convince me to do yesterday. In debugging this, found a case when it's not a bad call. Thanks, Michael! :-)
In TrackPanel.cpp, removed some cruft.
2012-03-03 01:34:14 +00:00
james.k.crook@gmail.com
21d55e77e6
Dealt with (and tested) some FIX-MEs and ANSWER-MEs.
2011-11-25 21:26:01 +00:00
v.audacity
458152070e
Fix some problems with asserts in 11308. Further wording corrections.
2011-11-18 03:47:43 +00:00
v.audacity
e275189f1e
Fix memory leak I introduced in r11308.
2011-11-18 01:04:57 +00:00
v.audacity
59db8d4ad4
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32 .
2011-11-16 05:59:48 +00:00
mchinen
927c34e5e2
Bug 390 (P4) - fix for detaching at silences when silence is a clip creates spurious single-sample clip
2011-06-01 17:11:42 +00:00
mchinen
9321b1634e
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
2011-04-25 18:10:32 +00:00
lllucius
4ef4adb6eb
Fix build when wxWidgets is built to use STL as it is on openSUSE.
2011-04-17 03:42:35 +00:00
v.audacity
0bd3f11f41
Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-)
2011-03-26 01:11:51 +00:00
v.audacity
209a2b193d
Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.
2010-08-11 22:47:26 +00:00
v.audacity
c7826bcdf9
Correct some comments.
...
Rename method for consistency.
2010-08-08 00:26:07 +00:00
BusinessmanProgrammerSteve
fad5cd7f96
Fix problem generating over beginning of clips with "editClipsCanMove" mode
...
off; make WaveTrack::IsEmpty() use the clip boundary routines; hopefully make
warping more correct.
2010-04-15 21:01:50 +00:00
businessmanprogrammersteve
e35e019e17
Change lots of code that uses linking to use the new
...
scheme.
2010-02-16 20:50:38 +00:00
james.k.crook
8fbe4f7185
Do not fill buffer if bufferLen is zero. This avoids a false +ve assert downstream when checking for non-existent buffers.
2010-02-12 16:10:22 +00:00
businessmanprogrammersteve
8704db3f63
Avoid rounding problem in HandleClear()
2010-02-10 18:55:45 +00:00
ra
e74978ba77
Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches
2010-01-23 19:44:49 +00:00