Re: [PD] gcanvas and GoP

2007-04-10 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: Either cyclone or maxlib. I didn't know that zexy had one. me neither ;-) i guess federivo is referring to iemlib's [speedlim] which (to my knowledge) only works with numbers. mgh.sdft IOhannes ___ PD-list@iem.at

Re: [PD] how to pack symbols together and eliminate the space?

2007-04-10 Thread IOhannes m zmoelnig
hard off wrote: IOhannes, is makesymbol going to be zapped from zexy in the future? i don't think so (though i would love to...) is there any particular reason why we shouldn't use makesymbol? not really, apart from the fact that it really does not do what it claims to do. it _should_ have

Re: [PD] PD Parallel Port control

2007-04-10 Thread IOhannes m zmoelnig
Roman Haefeli wrote: i see two possibilities (probably there are more): using the parallel port: you need the external zexy ftp://ftp.iem.at/pd/Externals/ZEXY , which contains the object [lpt] to get acces to the parallel port. on linux, you need to be root to get permissions, no you

Re: [PD] pix_freeframe?...where?

2007-04-10 Thread IOhannes m zmoelnig
Andres Ferrari wrote: hello, in which version of GEM I can find pix_freeframe working?(for windows) in the current CVS version. i think (but don't know) that the experimental cvs-build for w32 found at http://gem.iem.at/ should support freeframe plugins. mfg.asdr IOhannes

Re: [PD] how to pack symbols together and eliminate the space?

2007-04-10 Thread Kevin McCoy
Now that's tight. I need to upgrade once and for all soon. Thanks, Kevin On 4/6/07, Frank Barknecht [EMAIL PROTECTED] wrote: In the latest stable version of Pd, which is 0.40, you can use the Hide object name and arguments canvas property below graph on parent to do exactly this.

Re: [PD] advcam

2007-04-10 Thread Roman Haefeli
On Mon, 2007-04-09 at 19:57 -0400, marius schebella wrote: because on my mac, I do not get keyboard input when the gemwindow has the focus.. why not using [gemkeyboard]? roman ___ Der frühe Vogel fängt

Re: [PD] PD Parallel Port control

2007-04-10 Thread Roman Haefeli
On Tue, 2007-04-10 at 08:34 +0200, IOhannes m zmoelnig wrote: Roman Haefeli wrote: i see two possibilities (probably there are more): using the parallel port: you need the external zexy ftp://ftp.iem.at/pd/Externals/ZEXY , which contains the object [lpt] to get acces to the parallel

[PD] HID on windows [was:Re: advcam]

2007-04-10 Thread Patco
marius schebella a écrit : Patco wrote: For the moment there is no chance that this patch works on windows unless it's possible to provide hid.dll, did not know that hid is not working??? I tried to compile hid for windows but I couldn't resolve this: $ make make -C /home/pat/externals hid

[PD] ggee compiling for x86_64 (resolved)

2007-04-10 Thread Patco
hello, I had to remove '+' just after CFLAGS in makefile.sub for having ggee externals compiled for an amd64 http://pure-data.cvs.sourceforge.net/pure-data/externals/ggee/makefile.sub?revision=1.1view=markup makefile.sub line 19: CFLAGS + = -fPIC -DPD $(WARNFLAGS) PC

Re: [PD] how to pack symbols together and eliminate the space?

2007-04-10 Thread hard off
the only good thing about this object is its name that's why i use it ;) ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] advcam

2007-04-10 Thread marius schebella
Roman Haefeli wrote: On Mon, 2007-04-09 at 19:57 -0400, marius schebella wrote: because on my mac, I do not get keyboard input when the gemwindow has the focus.. why not using [gemkeyboard]? only sees keyup, but no key release... marius. ___

Re: [PD] advcam

2007-04-10 Thread marius schebella
sorry, I meant, only sees key down, but no keyup... marius. marius schebella wrote: why not using [gemkeyboard]? only sees keyup, but no key release... marius. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] advcam

2007-04-10 Thread chris clepper
The Mac event handling code triggers an event for keyup but I'm not sure why it doesn't make it to the gemkeyboard object. I have not written any of this code myself so it will take some time to figure out what is going on. On 4/10/07, marius schebella [EMAIL PROTECTED] wrote: sorry, I meant,

Re: [PD] [pd] multibang

2007-04-10 Thread marius schebella
the bang can turn a metro on until the next mousebutton off event of hid turns it off again. alternatively to hid you could use MouseState from cyclone. marius. hard off wrote: anyone know a way so that if i hold my mouse down on a bang, it will trigger mutliple bangs until i unclick?

Re: [PD] error: counter: no method for 'reset'

2007-04-10 Thread Roman Haefeli
seems your client or provider or host did remove the attachment. i received it. anyway, if that happens you can still get the attachement from the pd-list archives. save that with the ending 'pd': http://lists.puredata.info/pipermail/pd-list/attachments/20070410/d0d931a6/attachment.txt (above

Re: [PD] HID on windows [was:Re: advcam]

2007-04-10 Thread Hans-Christoph Steiner
On Apr 10, 2007, at 7:01 AM, Patco wrote: marius schebella a écrit : Patco wrote: For the moment there is no chance that this patch works on windows unless it's possible to provide hid.dll, did not know that hid is not working??? I tried to compile hid for windows but I couldn't

Re: [PD] ggee compiling for x86_64 (resolved)

2007-04-10 Thread Hans-Christoph Steiner
On Apr 10, 2007, at 7:13 AM, Patco wrote: hello, I had to remove '+' just after CFLAGS in makefile.sub for having ggee externals compiled for an amd64 http://pure-data.cvs.sourceforge.net/pure-data/externals/ggee/ makefile.sub?revision=1.1view=markup makefile.sub line 19: CFLAGS + =

Re: [PD] ggee compiling for x86_64 (resolved)

2007-04-10 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: On Apr 10, 2007, at 7:13 AM, Patco wrote: hello, I had to remove '+' just after CFLAGS in makefile.sub for having ggee externals compiled for an amd64 http://pure-data.cvs.sourceforge.net/pure-data/externals/ggee/ makefile.sub?revision=1.1view=markup

[PD] GEM: a white square between the last and the first frame

2007-04-10 Thread Javier García
Hi, This patch i have attached play a movie and loop it. My problem is i dont know why it shows a white square between the last and the first frame. _ Descubre la descarga digital con MSN Music. Más de un millón de canciones.

[PD] GEM: [slideSquare]

2007-04-10 Thread Javier García
Hi, is [slideSquare] working on GEM 0.91-cvs ? puredata doesnt recognize it as an object.. I have Pd version 0.39.2-extended-test7 on Ubuntu. _ Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con MSN

Re: [PD] [not really OT] a contemporary sensibility?

2007-04-10 Thread Hans-Christoph Steiner
Wow, poo one-up-manship. More more! .hc On Apr 6, 2007, at 1:06 PM, marius schebella wrote: I make one every day. it is still hot. (attached) marius. hard off wrote: i made a poo : ) (poo attached) - ---

Re: [PD] gcanvas and GoP

2007-04-10 Thread Hans-Christoph Steiner
On Apr 5, 2007, at 8:57 AM, Frank Barknecht wrote: Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: I would love to be able to use gcanvas for GoP objects. But it doesn't seem to work with GoP. It's very handy to put a gcanvas behind something like an array to get

Re: [PD] pd ext - 0.40

2007-04-10 Thread Hans-Christoph Steiner
On Mar 9, 2007, at 7:16 AM, Luigi Rensinghoff wrote: Am 09.03.2007 um 05:24 schrieb Hans-Christoph Steiner: Try an auto-build, but it might be rough: http://autobuild.puredata.info .hc On Mar 8, 2007, at 6:09 AM, robbert van hulzen wrote: hello berliner listers, is there anyone

Re: [PD] ggee compiling for x86_64 (resolved)

2007-04-10 Thread Hans-Christoph Steiner
On Apr 10, 2007, at 4:56 PM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: On Apr 10, 2007, at 7:13 AM, Patco wrote: hello, I had to remove '+' just after CFLAGS in makefile.sub for having ggee externals compiled for an amd64

Re: [PD] re-animate PD - Stammtisch Berlin ??

2007-04-10 Thread João Miguel Pais
ich bin dabei, obwohl ein bisschen beschäftigt... Joao Am 09.04.2007, 12:22 Uhr, schrieb Florian Kuehnle [EMAIL PROTECTED]: i would be interested... but i'm only back in berlin the 23rd of april. anyone else? cheers flo. Am 06.04.2007 um 16:30 schrieb Luigi Rensinghoff: I was