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

Modified Files:
        Nyquist.h 
Log Message:
Disable Nyquist Prompt usage in chains

Index: Nyquist.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/nyquist/Nyquist.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Nyquist.h   15 Apr 2007 12:39:48 -0000      1.10
+++ Nyquist.h   18 Apr 2007 06:28:12 -0000      1.11
@@ -64,7 +64,8 @@
    
    virtual wxString GetEffectIdentifier() {
       if (mInteractive) {
-         return wxT("NyquistPrompt");
+         // Disabled for now...
+         return wxT("");
       }
       
       wxStringTokenizer st(mName, wxT(" "));


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to