[PD] Task tray icon external

2009-12-19 Thread PSPunch
Apologies in advance to non Windows users... I've built a little external that lets you place an icon on the Windows task tray. You can also send messages from the popup menu (appears when you click on the icon) or display status through balloons. Perhaps would make an alternative control

Re: [PD] glsl geometry error GL: invalid operation

2009-12-19 Thread cyrille henry
this one does not work here! (linux / nvidia 9650 GT) i'll investigate latter c Matthias Neuenhofer a écrit : hello cyrille, here i add texture, input for the amount of distance and 3 bangs to change between fill, line and point draw. more clicks more fun in the example ;) also reduced the

[PD] receiving data bytewise via UDP

2009-12-19 Thread Maciej Sledziecki
Hello, I´m new to network with PD and could not find a solution on the net so far, so maybe someone can help me out on this. I will receive data from an installation via UDP, and will need to analyse the header before processing the data. The information will be in the following order:

Re: [PD] receiving data bytewise via UDP

2009-12-19 Thread Martin Peach
[udpreceive] outputs received UDP packets as a list of bytes. It's in pd-extended or you can get it from svn at http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/mrpeach/net/ and compile it yourself. For pd-extended you might need to add mrpeach to your path in pd or else

Re: [PD] Netsend/receive tutoral +1

2009-12-19 Thread Pagano, Patrick
i think this would help everyone. I always have to re-remember how it behaves and the foo example is not clear lets make one pp From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] On Behalf Of Andrew Faraday [jbtur...@hotmail.com] Sent: Saturday,

Re: [PD] Netsend/receive tutoral +1

2009-12-19 Thread Hans-Christoph Steiner
There is a basic one in the FLOSS Manuals Pure Data book, it would be a great place to start and expand upon: http://en.flossmanuals.net/PureData/Receive .hc On Dec 19, 2009, at 9:04 PM, Pagano, Patrick wrote: i think this would help everyone. I always have to re-remember how it behaves