[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 surface for no-gui patches.

http://pspunch.com/pd/trayicon.zip


-- 
David Shimamoto
http://pspunch.com/pd/

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


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 draw types trifan and tristrip didn´t work on the mesh_square. 
so i add the shorts, draw P L T S,
defined in GemShape.cpp

i´m working on MacBookPro 10.6.2 GeForce 8600M GT
 






Am 18.12.2009 um 20:57 schrieb cyrille henry:



Matthias Neuenhofer a écrit :

hello
the default draw type from circle is POLYGON and this doesn´t work with
the default geometry in - and outtypes, geometry_intype GL_TRIANGLES, geometry_outtype GL_TRIANGLE_STRIP. 

hum, strange,

this exemple work for me.
what is your GPU / OS?

did you mind if i use your version of this exemple to update Gem documentation?

Cyrille


Change circle to mesh_square than it will work. (default draw type is 
TRIANGLE_STRIP) attached is the modified patch with the possibility to change 
the draw type.
The geometry_types must been set before linking the shaders, to change types 
the shaders must reload.
lg
Matthias

Am 17.12.2009 um 10:48 schrieb IOhannes m zmoelnig:

sleeping birds wrote:

hello kind pders,

i have trouble figuring out, why the 10.geometry help-patch does not
work for me.

starting rendering constantly prints out GL: invalid operation to the
console.

apart from the printout, does it work?
(sometimes you get an error even though everything appears to work)


i tried finding out, whether it was a limitation of my gpu, but don't
think so since i am using a Nvidia 9600M GT on a macbook pro (and once
saw a list somewhere, where the opengl version and features where listed).

you can send [print( to the [gemwin] to get such a thing.
in theory, Gem shouldn't even call a code that is not supported by your
driver.

fgmasdr
IOhannes
___
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





___
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


[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: Header 1Byte 4Bytes  
4Bytes 4Bytes 4Bytes, then Data in 1Byte format.

so I need to read it bytewise.

Is there any extension that can do that within PD on a Mac?

Thanks and Best,

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


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 
call it [mrpeach/udpreceive].



Martin

Maciej Sledziecki wrote:

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: Header 1Byte 4Bytes 
4Bytes 4Bytes 4Bytes, then Data in 1Byte format.

so I need to read it bytewise.

Is there any extension that can do that within PD on a Mac?

Thanks and Best,

Maciej
___
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


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, December 19, 2009 3:17 PM
To: pd-list@iem.at
Subject: [PD] Netsend/receive tutoral

Hey all,

Looking at doing some collaborative live coding or PD performance in the 
future. Does anyone know a good english tutorial for netsend and netreceive?

God Bless

Andrew


Add other email accounts to Hotmail in 3 easy steps. Find out 
how.http://clk.atdmt.com/UKM/go/186394593/direct/01/

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


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 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, December 19, 2009 3:17 PM
To: pd-list@iem.at
Subject: [PD] Netsend/receive tutoral

Hey all,

Looking at doing some collaborative live coding or PD performance in  
the future. Does anyone know a good english tutorial for netsend and  
netreceive?


God Bless

Andrew


Add other email accounts to Hotmail in 3 easy steps. Find out how.http://clk.atdmt.com/UKM/go/186394593/direct/01/ 



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






News is what people want to keep hidden and everything else is  
publicity.  - Bill Moyers




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