[PD-dev] Bug in Pd-CVS devel_0_36 (with patch)

Frank Barknecht fbar at footils.org
Mon Feb 10 14:18:22 CET 2003


Hallo,

could someone commit the patch below into the devel_0_36 branch of Pd
on sourceforge? I'm constantly doing something wrong trying to
checkout and commit it unanonymously (i.e. as "fbar") into the CVS.
The patch fixes the "invalid command '.controls.in.clip'"-error on
Linux, occurring if one turns on the peak meters.

--- src/u_main.tk       Thu Dec 12 13:17:45 2002
+++ src-new/u_main.tk       Mon Feb 10 13:47:39 2003
@@ -2625,15 +2625,15 @@
     global ctrls_inlevel ctrls_outlevel
     set ctrls_inlevel $indb
     if {$inclip == 1} {
-       .controls.in.clip configure -background red
+       .controls.inout.in.clip configure -background red
     } else {
-       .controls.in.clip configure -background grey
+       .controls.inout.in.clip configure -background grey
     }
     set ctrls_outlevel $outdb
     if {$outclip == 1} {
-       .controls.out.clip configure -background red
+       .controls.inout.out.clip configure -background red
     } else {
-       .controls.out.clip configure -background grey
+       .controls.inout.out.clip configure -background grey
     }
     
 }

Thank you
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-dev mailing list