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
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
} else {.controls.inout.in.clip configure -background red
.controls.in.clip configure -background grey
} set ctrls_outlevel $outdb if {$outclip == 1} {.controls.inout.in.clip configure -background grey
.controls.out.clip configure -background red
} else {.controls.inout.out.clip configure -background red
.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@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
Hallo, guenter geiger hat gesagt: // guenter geiger wrote:
patch applied. What is the problem you have commiting ?
Thanks for commiting. I solved my CVS problem now, it was stupidity: I was trying to checkout with:
cvs -z3 -d:pserver:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co pd
instead of
cvs -z3 -d:ext:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co pd
ciao
I don't know if you know this already, but if you set the CVSROOT environment variable to :ext:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data (i.e. setenv CVSROOT :ext:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data -or- CVSROOT=:ext:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data; export CVSROOT
then you can just type:
cvs -z3 co pd
.hc
On Tuesday, Feb 11, 2003, at 11:02 America/New_York, Frank Barknecht wrote:
Hallo, guenter geiger hat gesagt: // guenter geiger wrote:
patch applied. What is the problem you have commiting ?
Thanks for commiting. I solved my CVS problem now, it was stupidity: I was trying to checkout with:
cvs -z3 -d:pserver:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co pd
instead of
cvs -z3 -d:ext:fbar@cvs.pure-data.sourceforge.net:/cvsroot/pure-data co pd
ciao
Frank Barknecht _ ______footils.org__
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev