[PD] tcpserver buffer size issues

2013-05-15 Thread Jeppi Jeppi
Hi,
I am having some issues with M.Peach's [tcpserver] object. I get some spureous, 
incorrect messages which seem to behave in a weird way according to the buffer 
size. Apparently some messages are splitted. I saw in 
http://www.mail-archive.com/pd-dev@iem.at/msg06056.html that it was supposed to 
be a [timeout( message which would help solving this issue, but it seems it is 
no longer recognised?
Any help welcome!
Josep M
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd2png : screenshots of patchs

2013-05-15 Thread s p
SVG is even more cross-plateform, and more importantly it is supported by
web browsers, you can use javascript to edit it and you can use css to
style it. That could be the stem for a new pd GUI.


2013/5/15 Abel Jérôme abel.jer...@free.fr

 Hi,

  GridFlow has a Pd patch to take screenshots of other Pd patches using
 X11 (so: GNU/Linux, BSD, etc, possibly OS X, unlikely to work on Windows)
  which works for really tall patches

 Yes, you're right, I saw this idea in gridflow. I will try it.

  Well ... basically to me the way to go is really with SVG as a starting
 point. Because once you have SVG, you can use one of hundred different
 tools to convert to PNG, JPG or any image format you can dream of

 With inkscape you can convert .ps into .svg :
 inkscape pd.ps --export-plain-svg=pd.svg

 I don't know if we can command Pd to print patchs in .ps (in a command
 line). It could strong and cross-platform.

 Jerome

 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] got jump-on-click arrays working

2013-05-15 Thread João Pais
I can't (or don't know how to) test these patches. But I would suggest  
something else, in case it's somehow related:


- change message coming out the [struct] (or [plot]?) for data structure  
arrays, that output the pointer and index for the element in question.  
Then it's possible to link user interaction with arrays as well



Hi List,
 More Put menu array fun:

* settable colors for the trace + jump on click action

http://puredata.info/Members/jancsika/array-in-color/view

* bar graph with settable outline/fill colors
http://puredata.info/Members/jancsika/bargraph-array/view

* resizing bar graph
http://puredata.info/Members/jancsika/bargraph-sinesum/view

* multiple colored arrays in one graph
http://puredata.info/Members/jancsika/two-arrays/view

plus:

* savable colors for Put menu arrays

* html-style color symbols savable in last two args to [plot]


Please test.  Data structure bargraph arrays probably look a little
screwy-- haven't worked on those yet.

-Jonathan



--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
jmmmp...@googlemail.com | skype: jmmmpjmmmp

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] got jump-on-click arrays working

2013-05-15 Thread Jonathan Wilkes

On 05/15/2013 02:12 PM, João Pais wrote:

I can't (or don't know how to) test these patches.


That's actually a big problem, because it means the only people testing 
my changes are people who already know how to compile Pd on their 
platform AND have the free time (and interest) to test the changes I 
make.  It would be much better if everyone who can run Pd can also test 
out the changes I make.


I should probably tackle this problem before delving into the rest of my 
goals.  Is anyone cross-compiling for Windows using the Debian packages 
for mingw?  That would make it possible to post binaries for windows and 
linux using a single Debian box.


What about OSX?


But I would suggest something else, in case it's somehow related:

- change message coming out the [struct] (or [plot]?) for data 
structure arrays, that output the pointer and index for the element in 
question. Then it's possible to link user interaction with arrays as well


So which [struct] gets the change message: the one with the array and 
[plot] drawing instruction, or the [struct] that is the template for the 
array (i.e., the one with the y field that's actually being changed)?


-Jonathan

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] redrawing arrays crashes Pd (invalid Tcl command)

2013-05-15 Thread Matthias Blau

Hello list,

with the current pd-extended 0.43.4, I experience random crashes when 
arrays are redrawn.


The error message always tells invalid Tcl command, followed by a list 
of coordinates. So from my limited understanding of things, it seems 
that the Tcl instruction to redraw the array gets interrupted at random. 
I have no idea whether that is a Tcl or pd issue but in any case, it 
makes pd-extended 0.43 pretty unusable for me.


As a side-note, this happens on all OSs I have tested so far (Win7, 
WinXP, Ubuntu 12.04 64bit). Reverting to pd-extended 0.42-5 resolved all 
issues, but this is of course not the best option for the future.


Any ideas?
Thanks, Matthias

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] PDP test release

2013-05-15 Thread Alan Brooker
./configure found m_pd.h now (I think)

checking m_pd.h usability... yes
checking m_pd.h presence... yes

but have this error message

#check if pd is installed. if this fails make install will stop here.
test -d /usr/local/lib/pd
install -d /usr/local/lib/pd/extra
install -m 755 pdp.pd_linux /usr/local/lib/pd/extra
install: cannot stat `pdp.pd_linux': No such file or directory
make: *** [install] Error 1


thanks again!

Alan


On Wed, May 15, 2013 at 10:30 PM, Tom Schouten t...@zwizwa.be wrote:

 On 05/15/2013 05:18 PM, Alan Brooker wrote:

 Hi Tom

 Sorry to be a pain- but got his error @ sudo make install

  not a pain at all.  thanks for the report.




  #check if pd is installed. if this fails make install will stop here.
 test -d /usr/lib/pd-extended/bin/lib/**pd
 make: *** [install] Error 1

 I have Pd installed at usr/local/lib/pd (and also pd-extended
 usr/lib/pd-extended) already?


 as a quick fix, you could copy the m_pd.h to somewhere in your standard
 include path, i.e. to /usr/local/include



 these are the directories where configure looks for m_pd.h apart from the
 standard include path:

 $prefix/pd/src
 $prefix/src/pd/src
 ../src/
 /usr/local/include/pd/

 Where $prefix is what you give configure as:
 configure --prefix=...




 I wonder if there is a canonical way to do m_pd.h discovery these days.




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] PDP test release

2013-05-15 Thread Pagano, Patrick
I have no problems with configure but make says nothing to be done. Make clean 
has no effect

Sent from my iPhone

On May 15, 2013, at 6:33 PM, Alan Brooker 
alan.brooker2...@gmail.commailto:alan.brooker2...@gmail.com wrote:

./configure found m_pd.h now (I think)

checking m_pd.h usability... yes
checking m_pd.h presence... yes

but have this error message

#check if pd is installed. if this fails make install will stop here.
test -d /usr/local/lib/pd
install -d /usr/local/lib/pd/extra
install -m 755 pdp.pd_linux /usr/local/lib/pd/extra
install: cannot stat `pdp.pd_linux': No such file or directory
make: *** [install] Error 1


thanks again!

Alan


On Wed, May 15, 2013 at 10:30 PM, Tom Schouten 
t...@zwizwa.bemailto:t...@zwizwa.be wrote:
On 05/15/2013 05:18 PM, Alan Brooker wrote:
Hi Tom

Sorry to be a pain- but got his error @ sudo make install

not a pain at all.  thanks for the report.




#check if pd is installed. if this fails make install will stop here.
test -d /usr/lib/pd-extended/bin/lib/pd
make: *** [install] Error 1

I have Pd installed at usr/local/lib/pd (and also pd-extended 
usr/lib/pd-extended) already?


as a quick fix, you could copy the m_pd.h to somewhere in your standard include 
path, i.e. to /usr/local/include



these are the directories where configure looks for m_pd.h apart from the 
standard include path:

$prefix/pd/src
$prefix/src/pd/src
../src/
/usr/local/include/pd/

Where $prefix is what you give configure as:
configure --prefix=...




I wonder if there is a canonical way to do m_pd.h discovery these days.




___
Pd-list@iem.atmailto:Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list