[Audacity-cvs] audacity-src/src Sequence.cpp, 1.62, 1.63 TrackArtist.cpp, 1.153, 1.154

2009-11-21 Thread Al Dimond
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26900/src Modified Files: Sequence.cpp TrackArtist.cpp Log Message: Fix a couple things in clip-drawing routines that were causing envelope assertions (and possibly a long hang or crash)

[Audacity-cvs] audacity-src/src Project.cpp,1.473,1.474

2009-11-21 Thread Richard Ash
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv958/src Modified Files: Project.cpp Log Message: Only include the FLACondemand header file if it is enabled - because the header won't compile without libflac's headers, and it's easier to

[Audacity-cvs] audacity-src/src AudioIO.cpp, 1.234, 1.235 AudioIO.h, 1.81, 1.82

2009-11-21 Thread Richard Ash
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5235/src Modified Files: AudioIO.cpp AudioIO.h Log Message: Remove emulated input volume control because it's never actually useful, only confuses people because they change the control

[Audacity-cvs] audacity-src/src Mix.cpp,1.80,1.81

2009-11-21 Thread Michael Chinen
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23889 Modified Files: Mix.cpp Log Message: Changing MixSameRate to behave like MixVariableRate - it should not fetch samples past the end of its track. Index: Mix.cpp