[PD-dev] [tcpserver]: new 'clientbuf' method seems to be buggy

2009-04-06 Thread Roman Haefeli
hi martin i reckon, that you're working on tcpserver code these days, at least when ever i update mrpeach from svn, the tcpserver.c file is updated. so please tell me, if it makes sense at all to currently report bugs. after having set the buffersize using the 'clientbuf' messages, message to

[PD-dev] [ pure-data-Bugs-1728414 ] [keyup] doesn't catch escape key ([key] does)

2009-04-06 Thread SourceForge.net
Bugs item #1728414, was opened at 2007-05-30 17:52 Message generated for change (Comment added) made by sistisette You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=1728414group_id=55736 Please note that this message will contain a full copy of the comment

[PD-dev] [ pure-data-Bugs-1728405 ] keyname issues in Windows

2009-04-06 Thread SourceForge.net
Bugs item #1728405, was opened at 2007-05-30 17:39 Message generated for change (Comment added) made by sistisette You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=1728405group_id=55736 Please note that this message will contain a full copy of the comment

[PD-dev] moocow: svn and compilation issues

2009-04-06 Thread Roman Haefeli
hi all, hi bryan i tried to compile pdstring from moocow from a fresh svn checkout and encountered some issues. - moocow/autoreconf.sh when invoked from shell, it gives the error: ../autoreconf.sh: 3: Syntax error: ( unexpected i guess, that is because it is using the wrong shebang. it runs

Re: [PD-dev] [tcpserver]: new 'clientbuf' method seems to be buggy

2009-04-06 Thread martin.peach
Well I'm trying to get rid of the bugs in it... I don't get that on WinXP though (Pd 0.41.4-extended). I set the buffer to 12 and still received 30 bytes. On Debian with Pd 0.41.4-extended I get two separate messages (each longer than 12) but still all the data arrives. Martin From:

Re: [PD-dev] [tcpserver]: new 'clientbuf' method seems to be buggy

2009-04-06 Thread Roman Haefeli
On Mon, 2009-04-06 at 20:33 +, martin.pe...@sympatico.ca wrote: Well I'm trying to get rid of the bugs in it... I don't get that on WinXP though (Pd 0.41.4-extended). I set the buffer to 12 and still received 30 bytes. On Debian with Pd 0.41.4-extended I get two separate messages (each

Re: [PD-dev] [tcpserver]: new 'clientbuf' method seems to be buggy

2009-04-06 Thread Roman Haefeli
On Mon, 2009-04-06 at 21:26 +, martin.pe...@sympatico.ca wrote: Spoke too soon. On Debian setting the buffer to any size always returns me 2048, so that's no good. On WinXP some values (1,2) do what you said. Others (10,12) don't. I'm not sure what to do about that. It seems to be the OS.

Re: [PD-dev] [tcpserver]: new 'clientbuf' method seems to be buggy

2009-04-06 Thread Roman Haefeli
On Mon, 2009-04-06 at 21:26 +, martin.pe...@sympatico.ca wrote: Spoke too soon. On Debian setting the buffer to any size always returns me 2048, so that's no good. On WinXP some values (1,2) do what you said. Others (10,12) don't. I'm not sure what to do about that. It seems to be the OS.