Re: [PD-dev] adding pure-data to CIA.vc

2009-01-12 Thread Hans-Christoph Steiner
On Jan 12, 2009, at 1:45 PM, mescali...@gmail.com wrote: > Hans-Christoph Steiner wrote: >> Does anyone mind if I enable the cia.vc stats reporting for the pure- >> data SVN? It's a built-in feature in SourceForge, just a checkbox, >> basically, in the Admin->Subversion section. >> >> > > would b

Re: [PD-dev] pd [concat $name msg $accel \;] VS. using quotes

2009-01-12 Thread Hans-Christoph Steiner
It does most of the time, but not always. .hc On Jan 12, 2009, at 6:10 PM, Miller Puckette wrote: > Sounds much better - I had no idea such a thing would work. > > cheers > M > > On Mon, Jan 12, 2009 at 05:31:29PM -0500, Hans-Christoph Steiner > wrote: >> >> I am thinking it would make things

Re: [PD-dev] -guiport vs other arguments

2009-01-12 Thread Hans-Christoph Steiner
I mean if I exec pd from Tcl with more arguments than just "-guiport 5600", I get the output of -help and then pd quits. so say like this: exec -- $pd_exec -stderr -guiport $portnumber & .hc On Jan 12, 2009, at 7:27 PM, Miller Puckette wrote: > Hmm, over here it does this: > > [...@slash s

[PD-dev] checking to see if another instance of Pd is running

2009-01-12 Thread Hans-Christoph Steiner
I just found this snippet in the Tcl/Tk docs (http://tcl.tk/man/tcl8.4/TkCmd/send.htm ) and it shows how to check if another instance of an app is running. > This script fragment can be used to make an application that only > runs once on a particular display. > > if {[tk appname FoobarApp] n

Re: [PD-dev] -guiport vs other arguments

2009-01-12 Thread Miller Puckette
Hmm, over here it does this: [...@slash src]$ pd -guiport 5600 connecting stream socket: Connection refused (111) [...@slash src]$ This seems correct, since there wasn't anybody listening on port 5600. cheers Miller On Mon, Jan 12, 2009 at 07:15:48PM -0500, Hans-Christoph Steiner wrote: > > S

[PD-dev] -guiport vs other arguments

2009-01-12 Thread Hans-Christoph Steiner
So I have startup in both directions working, ('pd.tk' starts 'pd', and 'pd' starts 'pd.tk'). This means you can choose which wish shell to use on any platform, and it'll use that one. Here's how: wish /path/to/pd.tk This means you can easily use any 'wish' and run Pd with it. It also m

Re: [PD-dev] pd [concat $name msg $accel \;] VS. using quotes

2009-01-12 Thread Miller Puckette
Sounds much better - I had no idea such a thing would work. cheers M On Mon, Jan 12, 2009 at 05:31:29PM -0500, Hans-Christoph Steiner wrote: > > I am thinking it would make things much more readable for non-Tclers > and it shouldn't change the function if the code used "" double-quotes > ins

[PD-dev] pd [concat $name msg $accel \;] VS. using quotes

2009-01-12 Thread Hans-Christoph Steiner
I am thinking it would make things much more readable for non-Tclers and it shouldn't change the function if the code used "" double-quotes instead of Tcl's [concat] for sending messages. So something like this: pd "$name msg $accel :" Instead of this: pd [concat $name msg $accel \;] Can

[PD-dev] [ pure-data-Patches-1930733 ] 0.41-4: prevent buffer overrun in m_class.c

2009-01-12 Thread SourceForge.net
Patches item #1930733, was opened at 2008-03-31 21:02 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930733&group_id=55736 Please note that this message will contain a full copy of the comme

Re: [PD-dev] [tcpsocketserver] - a protocol-aware wrapper around [tcpserver]

2009-01-12 Thread Hans-Christoph Steiner
This looks very cool, we need an easy to use OSC replacement for dumpOSC/sendOSC. One thing, I get this when I load them: unpackOSCstream ... couldn't create unpackOSCstream ... couldn't create packOSCstream ... couldn't create packOSCstream ... couldn't create I can't find those anyw

Re: [PD-dev] seteuid vs. setuid

2009-01-12 Thread Miller Puckette
Wow, I fixed this bug in 0.40 but somehow failed to propagate the fix to 0.41 and the new 0.42. I'll go on and put out bug-fixed 0.41 and 0.42 versions. I think the UID stuff is still needed to remain compatible with older versions of linux. I've never actually set a policy as to how far back to

Re: [PD-dev] adding pure-data to CIA.vc

2009-01-12 Thread mescali...@gmail.com
Hans-Christoph Steiner wrote: > Does anyone mind if I enable the cia.vc stats reporting for the pure- > data SVN? It's a built-in feature in SourceForge, just a checkbox, > basically, in the Admin->Subversion section. > > would be just sweet. which is the target channel? #dataflow? -- FF

[PD-dev] [ pure-data-Patches-1953853 ] fix for empty GOP draws red rect on parent

2009-01-12 Thread SourceForge.net
Patches item #1953853, was opened at 2008-04-28 23:40 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953853&group_id=55736 Please note that this message will contain a full copy of the comme

Re: [PD-dev] seteuid vs. setuid

2009-01-12 Thread Hans-Christoph Steiner
On Jan 12, 2009, at 5:04 AM, Frank Barknecht wrote: > Hallo, > Tim Blechmann hat gesagt: // Tim Blechmann wrote: > >>> I was just merging 0.41 vanilla into pd-extended 0.40 and noticed >>> something worthwhile to point out. It seems there isn't a patch >>> submitted for this, but it is quite sim

Re: [PD-dev] locales and iemgui

2009-01-12 Thread Hans-Christoph Steiner
On Jan 11, 2009, at 11:01 PM, [*~] wrote: > Hans-Christoph Steiner said : >> >> I hear you about reusing existing code, but I think there are a >> number >> of code reasons to use msgcat: >> - a well debugged and optimized library >> - it is a widely used standard, so its well documented (esp.

[PD-dev] adding pure-data to CIA.vc

2009-01-12 Thread Hans-Christoph Steiner
Does anyone mind if I enable the cia.vc stats reporting for the pure- data SVN? It's a built-in feature in SourceForge, just a checkbox, basically, in the Admin->Subversion section. .hc You can't steal a gift. Bird

[PD-dev] [ pure-data-Bugs-1602093 ] non-executable files installed with executable permissions

2009-01-12 Thread SourceForge.net
Bugs item #1602093, was opened at 2006-11-24 05:12 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602093&group_id=55736 Please note that this message will contain a full copy of the comment t

[PD-dev] [ pure-data-Bugs-1191610 ] subpatch rename

2009-01-12 Thread SourceForge.net
Bugs item #1191610, was opened at 2005-04-28 12:28 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1191610&group_id=55736 Please note that this message will contain a full copy of the commen

[PD-dev] [ pure-data-Patches-1930733 ] 0.41-4: prevent buffer overrun in m_class.c

2009-01-12 Thread SourceForge.net
Patches item #1930733, was opened at 2008-04-01 03:02 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930733&group_id=55736 Please note that this message will contain a full copy of the commen

[PD-dev] [ pure-data-Patches-1930681 ] 0.41-4 s_path.c fixes

2009-01-12 Thread SourceForge.net
Patches item #1930681, was opened at 2008-04-01 01:44 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930681&group_id=55736 Please note that this message will contain a full copy of the commen

[PD-dev] [ pure-data-Patches-1953853 ] fix for empty GOP draws red rect on parent

2009-01-12 Thread SourceForge.net
Patches item #1953853, was opened at 2008-04-29 05:40 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953853&group_id=55736 Please note that this message will contain a full copy of the commen

[PD-dev] [ pure-data-Bugs-1991224 ] [declare -std] crashes on pd 0.42.0-test1

2009-01-12 Thread SourceForge.net
Bugs item #1991224, was opened at 2008-06-11 19:55 Message generated for change (Settings changed) made by reduzent You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1991224&group_id=55736 Please note that this message will contain a full copy of the commen

[PD-dev] [ pure-data-Bugs-2501709 ] [any2string] converts non-ascii chars to negative values

2009-01-12 Thread SourceForge.net
Bugs item #2501709, was opened at 2009-01-12 16:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2501709&group_id=55736 Please note that this message will contain a full copy o

[PD-dev] [ pure-data-Bugs-2062558 ] 0.41-4 mac binary doesn't accept arguments

2009-01-12 Thread SourceForge.net
Bugs item #2062558, was opened at 2008-08-20 17:12 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2062558&group_id=55736 Please note that this message will contain a full copy of the comment t

[PD-dev] [ pure-data-Bugs-2093470 ] sys_register_loader not exported => no external loaders

2009-01-12 Thread SourceForge.net
Bugs item #2093470, was opened at 2008-09-04 18:37 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2093470&group_id=55736 Please note that this message will contain a full copy of the comment t

[PD-dev] [ pure-data-Bugs-2501640 ] makefile.in seems to ignore the --datarootdir setting

2009-01-12 Thread SourceForge.net
Bugs item #2501640, was opened at 2009-01-12 16:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2501640&group_id=55736 Please note that this message will contain a full copy o

[PD-dev] [ pure-data-Bugs-2501632 ] new autoconnection feature fails to connect

2009-01-12 Thread SourceForge.net
Bugs item #2501632, was opened at 2009-01-12 16:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2501632&group_id=55736 Please note that this message will contain a full copy o

[PD-dev] [ pure-data-Bugs-2501602 ] "find $1" crashes when "whole word" is unchecked

2009-01-12 Thread SourceForge.net
Bugs item #2501602, was opened at 2009-01-12 16:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2501602&group_id=55736 Please note that this message will contain a full copy o

[PD-dev] [ pure-data-Bugs-2489792 ] canvasindex object count defaults to parent

2009-01-12 Thread SourceForge.net
Bugs item #2489792, was opened at 2009-01-06 10:46 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2489792&group_id=55736 Please note that this message will contain a full copy of the commen

Re: [PD-dev] seteuid vs. setuid

2009-01-12 Thread Frank Barknecht
Hallo, Tim Blechmann hat gesagt: // Tim Blechmann wrote: > > I was just merging 0.41 vanilla into pd-extended 0.40 and noticed > > something worthwhile to point out. It seems there isn't a patch > > submitted for this, but it is quite simple. Basically, in s_inter.c, > > 'seteuid()' is used to l