Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-22 Thread moritz
Alexandre Quessy wrote: Hi Moritz, Eh ! Nice. Someone playing with my little X11 externals. :) ola Yes, thank you very much for this externals! Yes, you can simulate any key press... even control keys and such. You can see the list of the keys you can generate in the file

Re: [PD] bandlimited oscillators: set of abstractions

2007-03-22 Thread Roman Haefeli
here an easier-to-user and updated (doesn't use zexy anymore) version of bandlimited oscillators: http://www.romanhaefeli.net/software/pd/bandlimited_oscillators.tar.gz the oscillatores can now be instantiated directly, without the need to create the table-abs first. roman On Sun, 2007-03-18

[PD] Getting (not pure) data over the internet

2007-03-22 Thread Stuart Jones
Hi In need to get data from a wireless sensor network to control Pd patches. The WSN feeds to a database on a server and I need to send queries over the internet to the data server in the form http://ip address/data/location/device/now (or when on a LAN: ip address/data/.../.../now). How do I

[PD] Getting (not pure) data over the internet

2007-03-22 Thread Stuart Jones
Hi Sorry to have sent this in HTML earlier, new to this and hit the send button to soon... I need to get data from a wireless sensor network to control Pd patches. The WSN feeds to a database on a server and I need to send queries over the internet to the data server in the form http://ip

Re: [PD] pix_draw flipped

2007-03-22 Thread IOhannes m zmölnig
David Powers wrote: On 3/21/07, marius schebella [EMAIL PROTECTED] wrote: I am using python, but I am not an expert. I think GEM is faster for image operations, since it is hardwarebased or at least c code. and also I don't want to change my images at all, just display them correctly. the

[PD] singleton in pd (was: problems with bandlimited_oscillators)

2007-03-22 Thread Roman Haefeli
same questions, but asked with fewer sentences: how to implement a singleton pattern in puredata, that also works, when arbitrary instances are closed or deleted? roman On Thu, 2007-03-22 at 21:40 +0100, Roman Haefeli wrote: hello i've overseen a big problem with the

Re: [PD] Getting (not pure) data over the internet

2007-03-22 Thread martin.peach
You could try [tcpclient]. You would need to convert the request into a series of ASCII numbers and similarly with the replies. It's in cvs at /externals/mrpeach/net. Martin De: Stuart Jones [EMAIL PROTECTED] Date: 2007/03/22 jeu. PM 03:00:25 EDT À: pd-list@iem.at Objet: [PD] Getting

Re: [PD] Help - filters band limited oscillators!

2007-03-22 Thread Roman Haefeli
hi martin finally i compiled sqosc~ (it worked with the line you posted) and i tested it. unfortunately i could only test with my cheap built-in soundcard. but the external works here. the ability to change the pulse width is very cool. roman On Thu, 2007-03-15 at 22:12 -0400, Martin Peach

[PD] relative pathes: problems with [open(-message to pd

2007-03-22 Thread Roman Haefeli
hello everyone this problem is very old, but never solved. that is why i thought, it would be ok to post it again. When opening patches by sending messages to pd, the path is relative to pd's startup-location. when loading other files (text-, audio-, data-files etc) the path is set relative to

Re: [PD] create object dynamically

2007-03-22 Thread Husk 00
On 3/19/07, marius schebella [EMAIL PROTECTED] wrote: you might also want to have a look at Thomas Grill's dyn object. marius. I did try it on my mac[ppc] and it doesn't work [my pd crash]...i'lll look for the linux version... Mike Wozniewski wrote: Hi Husk, Download the following list

Re: [PD] OpenGL not found?

2007-03-22 Thread Patrick Pagano
that worked but now Gem crashes everytime i turn rendering off iknow! don't turn rendering off!! lol pp -Original Message- From: Claude Heiland-Allen [mailto:[EMAIL PROTECTED] Sent: Wed 3/21/2007 8:29 PM To: Patrick Pagano Cc: pd-list@iem.at Subject:Re: [PD]

Re: [PD] Getting (not pure) data over the internet

2007-03-22 Thread Martin Peach
Umm, isn't the local port always 80 for http, and the remote and local port numbers always identical for tcp? Anyway, [tcpclient] lets you do the important CRLF combo which [netclient] won't, and any http-compliant web server will not reply until it gets that. With [tcpclient] you can do a

Re: [PD] x11key, how can i simulate a space or a control s, etc

2007-03-22 Thread Alexandre Quessy
Hi again, 2007/3/22, moritz [EMAIL PROTECTED]: i could found every key/special-key in keysymdef.h, but how can i combine some keys, like control+s for save, or control+a for all, etc.. ? i hope this is possible. I remember this was possible in my C tests, but I found some difficulties when I