Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1490/src

Modified Files:
        AudioIO.cpp 
Log Message:
Add a debug message if we try to get the input sources for a device that we 
haven't opened yet


Index: AudioIO.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudioIO.cpp,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- AudioIO.cpp 6 Apr 2009 23:21:44 -0000       1.208
+++ AudioIO.cpp 5 May 2009 21:05:16 -0000       1.209
@@ -392,6 +392,10 @@
       for( int source = 0; source < numSources; source++ )
          deviceNames.Add(LAT1CTOWX(Px_GetInputSourceName(mPortMixer, source)));
    }
+   else
+   {
+      wxLogDebug(wxT("AudioIO::GetInputSourceNames(): PortMixer not 
initialised!"));
+   }
 
    return deviceNames;
 


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to