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

guenter geiger geiger at xdv.org
Tue Feb 11 12:10:19 CET 2003


Hi Frank,

patch applied. What is the problem you have commiting ?

Guenter

------------------------------------------------------------------------
Music Technology Group - UPF, Barcelona <http://www.iua.upf.es/mtg/eng/>
AGNULA - A GNU Linux Audio distribution <www.agnula.org>
DeMuDi - Debian Multimedia Distribution <www.demudi.org>


On Mon, 10 Feb 2003, Frank Barknecht wrote:

> 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__
>
> _______________________________________________
> PD-dev mailing list
> PD-dev at iem.kug.ac.at
> http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
>





More information about the Pd-dev mailing list