Re: [PD] [ANN] new external: tracker

2007-09-23 Thread federico
using [tracker] like a visual matrix. heh, it *is* a visual matrix ;) Also I think more things should be implemented in this way, like some separators, to output also numbers from different successive columns I don't think I understand you here... what are separators? perhaps you could

Re: [PD] scale from maxlib - undocumented feature

2007-09-23 Thread Frank Barknecht
Hallo, João Miguel Pais hat gesagt: // João Miguel Pais wrote: This is a standard feature of all obects/externals: If the hot inlet does not accept a list, the first element is sent to the first inlet, the second element to the second inlet, etc... oh, I guess I was missing something all

Re: [PD] DMX oriented library for PD?

2007-09-23 Thread bigswift
i would be interested in helping out or working on a virtual DMX control patch it would be nice for low budget lighting control for rep spaces i have looked at the enttec stuff as well as lanbox anyone else have a working DMX control patch for pd? Martin Peach [EMAIL PROTECTED] wrote:

Re: [PD] [ANN] new external: tracker

2007-09-23 Thread Patrice Colet
federico a écrit : using [tracker] like a visual matrix. heh, it *is* a visual matrix ;) Also I think more things should be implemented in this way, like some separators, to output also numbers from different successive columns I don't think I understand you here... what are

Re: [PD] [ANN] new external: tracker

2007-09-23 Thread Patrice Colet
Patrice Colet a écrit : federico a écrit : I don't think I understand you here... what are separators? I mean by separators, a settable line between rows or columns for helping the visual matrix user to get faster to the right number setting. eg: in my patch that intend to handle curve3d

Re: [PD] [ANN] new external: tracker

2007-09-23 Thread Patrice Colet
federico a écrit : thanks. fixed in CVS. I'll post soon a 0.2.3 release to http://www.puredata.org/Members/federico/externals It works correctly, I even have the properties window, attached is the dll and the tof makefile, thanks to both of you! current: echo make pd_linux, pd_win

[PD] gemmouse once more

2007-09-23 Thread marius schebella
hi, I recommended this already once, is it possible to change the behaviour of gemmouse? when given only one argument it makes more sense to normalize to y instead of x. I know that this would break some abstractions (esp. pdmtl gems.mouse / gems.win) so maybe that means that there has to be an

Re: [PD] [ANN] new external: tracker

2007-09-23 Thread Patrice Colet
Patrice Colet a écrit : federico a écrit : using [tracker] like a visual matrix. heh, it *is* a visual matrix ;) |get 0 1, get 0 2, get 0 3( | [tracker] Hello it's me again, I hope I'm not bothering too much with suggestions, I've attached an example where we can see tracker in action for

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread Yves Degoyon
'[EMAIL PROTECTED] wrote: hi This email makes me realize that pd/pd-list is mostly used by male users/subscribers... damn. Please, do have in mind that the reason many don't have access to sophisticated tools like Pd is because there are not sufficient means of

Re: [PD] [ANN] new external: tracker

2007-09-23 Thread federico
cool patch! yes, I was thinking to that feature (really I have a TON of features to put in, if only I would have time) but my idea is to make everything came out of the same outlet. you have to route the various status messages yourself, and also route the data you request also note that in the

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread marius schebella
I think there is a strong momentum coming out of history that technical things are for men. if you do not steer against that momentum a little bit, then the system will stay in that state of unbalanced injustice. relying on osmosis, you will have to wait for some generations to get a change,

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GE NERAL DIRECTOR

2007-09-23 Thread .·:*¨¨*:·.darsha.·:*¨¨*:·.
Hey dudes, Just to be clear: activities at Studio XX are open to guys too. Come and hang out with us in the new dual boot lab (penguins and apples for all)! ~D On 9/23/07, marius schebella [EMAIL PROTECTED] wrote: I think there is a strong momentum coming out of history that technical things

Re: [PD] DMX oriented library for PD?

2007-09-23 Thread David Kirkpatrick
Hey, I've developed an external with Adrian Taylor called dmxsend. It sends to the the Enttech DMX USB Pro. Feel free to email me for a copy. It's Windows only (.dll) seeings thats the OS I usually use, but anyone who wants to is free to try and get it to work on Linux or OSX. David

[PD] pd-0.40.3 anti-aliased (screenshot)

2007-09-23 Thread Mathieu Bouchard
Miller wrote: This is why I'm thinking about what I call the nuclear option: separating all text into separate lines It's like the Québécois nucular family blowing up. It's proof that QC has WMD. Jean Crétin once said: «Pourquoi acheter des carabines à répétition et de l'armement nucléaire

Re: [PD] scale from maxlib - undocumented feature

2007-09-23 Thread Mathieu Bouchard
On Sun, 23 Sep 2007, João Miguel Pais wrote: I just found out that if a list is sent to a |scale|, all values after the 1st substitute the parameters. The result will be the scaling of the 1st number, but already with the new parameters. Is this intentional, or was it a lucky effect? Maybe it

Re: [PD] pidip compilation with quicktime fails

2007-09-23 Thread ydegoyon
hola, the problem here is that PDP is compiled _without_ quicktime support, so check PDP configure script to see what is going wrong.. if you installed libquicktime from sources, it should find it. suerte, sevy Quoting [EMAIL PROTECTED]: hi list after reinstalling ubuntu feisty own my

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread Mathieu Bouchard
On Thu, 20 Sep 2007, [EMAIL PROTECTED] wrote: This email makes me realize that pd/pd-list is mostly used by male users/subscribers... damn. I'm mostly interested in showing girls how pd works and how cool it is. Interested ladys ? (: I think many women in this list would just ignore your

Re: [PD] [ANN] new external: tracker

2007-09-23 Thread Mathieu Bouchard
On Sun, 23 Sep 2007, federico wrote: perhaps you could do something like: |get 0 1, get 0 2, get 0 3( | [tracker] With GridFlow's [#store], you would read values like this: |0 1, 0 2, 0 3( | [#store] And if you want to combine all three outputs in one, you can do: |3 2 # 0 1 0 2 0 3( |

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread Mathieu Bouchard
On Sun, 23 Sep 2007, .·:*¨¨*:·.darsha.·:*¨¨*:·. wrote: On 9/23/07, Mathieu Bouchard [EMAIL PROTECTED] wrote: But if places are limited and additional women want to register, don't they unregister the guys? Never heard of that before. I'll have to double-check, but I'm pretty sure I heard

Re: [PD] pidip compilation with quicktime fails

2007-09-23 Thread bigswift
i had a great deal of problems with a new ubuntu install and pidip. I found that no matter what the films i were using were all green usually meaning a bad codec and finally rolled back a bit. I also tested sahabuntu with success. pp [EMAIL PROTECTED] wrote: hi list after

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread pueblo
i'm not sure what the subject of this thread is, if there's not so many women in pd because the documentation is not clear enough? isn's that valid for men too? yes is basically valid for all people that are not white males or in other words for all the people that have different cognitive

Re: [PD] pidip compilation with quicktime fails

2007-09-23 Thread Marc Widmer [metafor]
hi list actually yves was wright, i just compiled pdp not really properly. everything works fine now. thanks a lot. nice sunday evening to everybody marc Hans-Christoph Steiner schrieb: Try the latest Pd-extended packages, PiDiP works on every Mac OS X and GNU/Linux machine I've tried with

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread Andy Farnell
I find these remarks and attitudes offensive. Sexism and racism have no place here. On Sun, 23 Sep 2007 22:49:30 +0200 (CEST) [EMAIL PROTECTED] wrote: i'm not sure what the subject of this thread is, if there's not so many women in pd because the documentation is not clear enough?

Re: [PD] pidip compilation with quicktime fails

2007-09-23 Thread Marc Widmer [metafor]
hi list actually yves was wright, i just compiled pdp not really properly. everything works fine now. thanks a lot. nice sunday evening to everybody marc Hans-Christoph Steiner schrieb: Try the latest Pd-extended packages, PiDiP works on every Mac OS X and GNU/Linux machine I've tried with

Re: [PD] Opening a PD patch on Startup in OSX

2007-09-23 Thread Greg Pond
I dont know how you have set this to work on your machine but I have set my gallery installs on mac os x 10.4 systems to autostart by doing the following: 1. setting the open at login option for PD from the dock 2. setting the start up path in start up flags box within preferencesstartup menu I

Re: [PD] icosahedron for GEM

2007-09-23 Thread bigswift
that is what i did thanks pp cyrille henry [EMAIL PROTECTED] wrote: make a isocahedron.obj (with bender, wings3d, or google) use it with the [model] object. cyrille [EMAIL PROTECTED] a écrit : is there a icosahedron in GEM? Patrick Pagano Sound and Light

Re: [PD] Gem Library issue (permissions??)

2007-09-23 Thread eric labelle
Wow ... looks like either no one cares or I've stumped you all. Either way my software still doesn't work and any suggestions would be appreciated. Thanks again, Eric 2007/9/22, eric labelle [EMAIL PROTECTED]: Hi, I've been digging through the archives of the mailing list trying to find

Re: [PD] [PD-announce] [Studio XX] OFFRE D'E MPLOI : DIRECTRICE GÉNÉRALE :: JOB : GENERAL D IRECTOR

2007-09-23 Thread Hans-Christoph Steiner
Well, one difference that I have noticed in my years is that men are much less supportive and enabling in communities than women, and men tend to be more confrontational. I don't know why, it could be cultural, upbringing, genetics, biology, whatever. I'd like to see that change because