Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv14019

Modified Files:
      Tag: Audacity_UmixIt
        AudioIO.cpp LyricsWindow.cpp MixerBoard.cpp 
Log Message:
Bug fixes

Index: AudioIO.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudioIO.cpp,v
retrieving revision 1.100.2.27.2.1
retrieving revision 1.100.2.27.2.2
diff -u -d -r1.100.2.27.2.1 -r1.100.2.27.2.2
--- AudioIO.cpp 27 Nov 2006 16:44:08 -0000      1.100.2.27.2.1
+++ AudioIO.cpp 26 Feb 2007 09:36:22 -0000      1.100.2.27.2.2
@@ -974,10 +974,7 @@
       mAudioThreadShouldCallFillBuffersOnce = true;
 
       while( mAudioThreadShouldCallFillBuffersOnce == true )
-      {
-         wxYield();
          wxUsleep( 50 );
-      }
 
       //
       // Everything is taken care of.  Now, just free all the resources

Index: LyricsWindow.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Attic/LyricsWindow.cpp,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- LyricsWindow.cpp    26 Feb 2007 08:08:03 -0000      1.1.2.4
+++ LyricsWindow.cpp    26 Feb 2007 09:36:22 -0000      1.1.2.5
@@ -13,6 +13,9 @@
 #include "Lyrics.h"
 #include "Project.h"
 
+#include "../images/AudacityLogo.xpm"
+#include "../images/AudacityLogo48x48.xpm"
+
 //enum {
 //   LyricsWindowCtlID = 1000,
 //   FontSizeBtnID

Index: MixerBoard.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Attic/MixerBoard.cpp,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- MixerBoard.cpp      26 Feb 2007 08:08:03 -0000      1.1.2.6
+++ MixerBoard.cpp      26 Feb 2007 09:36:22 -0000      1.1.2.7
@@ -21,6 +21,8 @@
 #include "Project.h"
 
 #include "../images/MusicalInstruments.h"
+#include "../images/AudacityLogo.xpm"
+#include "../images/AudacityLogo48x48.xpm"
 
 // class MixerTrackCluster
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to