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

Modified Files:
      Tag: AUDACITY_1_2
        AudioIO.cpp 
Log Message:
Made NoModifyDevice the default now - only affects the Mac, works better with 
OS X 10.4

Index: AudioIO.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudioIO.cpp,v
retrieving revision 1.100.2.27
retrieving revision 1.100.2.28
diff -u -d -r1.100.2.27 -r1.100.2.28
--- AudioIO.cpp 23 Mar 2006 13:58:23 -0000      1.100.2.27
+++ AudioIO.cpp 27 Nov 2006 16:37:58 -0000      1.100.2.28
@@ -651,7 +651,7 @@
    gPrefs->Read("/AudioIO/RecordChannels", &captureChannels, 1L);
    gPrefs->Read("/AudioIO/SWPlaythrough", &mSoftwarePlaythrough, false);
    #if __WXMAC__
-   gPrefs->Read("/AudioIO/NoModifyDevice", &mNoModifyDevice, false);
+   gPrefs->Read("/AudioIO/NoModifyDevice", &mNoModifyDevice, true);
    #endif
    int playbackChannels = 0;
 
@@ -709,7 +709,7 @@
 
    gPrefs->Read("/AudioIO/SWPlaythrough", &mSoftwarePlaythrough, false);
    #ifdef __WXMAC__
-   gPrefs->Read("/AudioIO/NoModifyDevice", &mNoModifyDevice, false);
+   gPrefs->Read("/AudioIO/NoModifyDevice", &mNoModifyDevice, true);
    #endif
 
    mInputMeter = NULL;


-------------------------------------------------------------------------
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