Re: [PD] Problems compiling Gem 0.92-0

2009-09-14 Thread IOhannes m zmoelnig
James Dunn wrote: I've just been trying to compile gem 0.92-0 for ubuntu jaunty 9.04 and I get the following errors when I run make: GemSetup.cpp:50:22: error: s_stuff.h: No such file or directory GemSetup.cpp: In function 'void Gem_addownpath(const char*)': GemSetup.cpp:96: error:

Re: [PD] iPhone control

2009-09-14 Thread Koray Tahiroglu
hi, I used mrmr earlier (http://poly.share.dj/projects/#mrmr http://poly.share.dj/wiki/index.php/Mrmr they are both down at the moment I don't know why) and did some test runs for the system that I have been developing. It is an open source project that gives you touch screen and

[PD] selector~ equivalent for pd ?

2009-09-14 Thread Loic Kessous
Hi, I didn't found an equivalent to max external selector~ , I made this ugly abstraction for 3 inputs but I wonder if there is something more standard and that can accept argument to set the number of inputs. is there one? I used 'mixer~' which is ggee to do it, so there maybe some way

Re: [PD] selector~ equivalent for pd ?

2009-09-14 Thread cyrille henry
Loic Kessous a écrit : Hi, I didn't found an equivalent to max external selector~ , I made this ugly abstraction for 3 inputs but I wonder if there is something more standard and that can accept argument to set the number of inputs. is there one? not in vanilla. i made a smaller

Re: [PD] selector~ equivalent for pd ?

2009-09-14 Thread IOhannes m zmoelnig
Loic Kessous wrote: Hi, I didn't found an equivalent to max external selector~ , I made this ugly abstraction for 3 inputs but I wonder if there is something more standard and that can accept argument to set the number of inputs. is there one? I used 'mixer~' which is ggee to do it, so

Re: [PD] selector~ equivalent for pd ?

2009-09-14 Thread Derek Holzer
Hi Loic, I was also going to say use [mux~] and [demux~], but then I see [mux~] in your patch already... The problem with asking which Pd object is like this Max object? is that many of us have never used Max. If you could describe in plain text what the function you want is, maybe we can

Re: [PD] selector~ equivalent for pd ?

2009-09-14 Thread IOhannes m zmoelnig
Derek Holzer wrote: Hi Loic, I was also going to say use [mux~] and [demux~], but then I see [mux~] in your patch already... you are probably looking at my patch (with [mux~]) rather than loic's patch (without it) The problem with asking which Pd object is like this Max object? is that

Re: [PD] selector~ equivalent for pd ?

2009-09-14 Thread Derek Holzer
Ah yes, ooops! Another reason to write things in plain text, attachments can be problematic ;-) D. IOhannes m zmoelnig wrote: I was also going to say use [mux~] and [demux~], but then I see [mux~] in your patch already... you are probably looking at my patch (with [mux~]) rather than

Re: [PD] selector~ equivalent for pd ?

2009-09-14 Thread Loic Kessous
On 14 sept. 09, at 11:41, IOhannes m zmoelnig wrote: Derek Holzer wrote: Hi Loic, I was also going to say use [mux~] and [demux~], but then I see [mux~] in your patch already... you are probably looking at my patch (with [mux~]) rather than loic's patch (without it) The problem with

[PD] Help with patch needed: keyname/route + textfile/gem

2009-09-14 Thread James Dunn
Hi all, I'm hoping someone might be able to help out with a patch I'm working on (attached to this mail). Basically the patch is designed to trigger samples when a specific key is pressed on the computer keyboard. Also I want to have scrolling text in gem which advances with each key press.

Re: [PD] Help with patch needed: keyname/route + textfile/gem

2009-09-14 Thread Derek Holzer
Hi James, James Dunn wrote: 1) Using keyname, the number keys don't work with route - why is this? Character keys and the Function keys work fine, but I would like to use the number keys as well. Number keys work with [key], however then they are ASCII value, which you would have to

Re: [PD] problem with pd-extended 0.41.4

2009-09-14 Thread ydego...@gmail.com
ola, precisely, there are _too_ many discussions on this topic, and i don't know the actual state of it... subsidiary question : do i neeed pd-extended ( from which version on ? ) to use namespaces and inspect the mapping library ? will pd-extended crush my dev version living in /usr/local/pd

[PD] signal-range~

2009-09-14 Thread Loic Kessous
I did found something similar in the libs, so I make this abstraction to scale a signal in a given range, something like 'scale' or 'range' for signal. it may be useful for others. loic signal-range~: -- #N canvas 0 22 450 300 10; #X obj 41 276 outlet~; #X obj 41 248 +~ 0;

[PD] signal-range~

2009-09-14 Thread Loic Kessous
I did found something similar in the libs, so I make this abstraction to scale a signal in a given range, something like 'scale' or 'range' for signal. it may be useful for others. loic signal-range~: -- #N canvas 0 22 450 300 10; #X obj 41 276 outlet~; #X obj 41 248 +~ 0;

Re: [PD] Help with patch needed: keyname/route + textfile/gem

2009-09-14 Thread James Dunn
Quoth Derek Holzer, on 14/09/09 12:43: Bigger buffer/latency perhaps, but the best way is to separate the GEM and the audio threads by running two instances of Pd, one with -noaudio for GEM and the other for audio, and then use OSC or netsend/netreceive to communicate between the two running

[PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jose Ramia
hi all i don´t know why but seems that i can´t use pdp library on 0.41.4-extended (mac os x / intel). pdp objects are not recognized. what shoukd i do to make it work? thanks a lot. jj ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] data structures: sugestions for future implmentation

2009-09-14 Thread João Pais
Hi all and specially Mr. Puckette, I've been working more with data structures in a new patch. Although some nice things are possible, there are still some details that might give much more power to their possibilities. Most of these sugestions become only evident when one works with more

Re: [PD] [PD-ot] RSS feeds from puredata.info

2009-09-14 Thread Jack
Ok, excellent now ! no more problem with the date order. ++ Jack Le jeudi 10 septembre 2009 à 13:56 +0200, Jack a écrit : Yep ! it works now. Very nice job Iohannes and thanx again for your effort and for the last release of GEM. Just a last remark : i get the news in wrong order in Drupal

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jack
Have you try to put [import pdp pidip] somewhere in your patch (then close and open it) ? Or, maybe, something like [pdp/pdp_whatyouwant] should also work. ++ Jack Le lundi 14 septembre 2009 à 15:42 +, Jose Ramia a écrit : hi all i don´t know why but seems that i can´t use pdp library

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jose Ramia
thanks a lot jack. but neither [import pdp pidip] nor [pdp/pdp_whatyouwant] worked out . any other suggestions? jj From: Jack j...@rybn.org To: Jose Ramia josemariara...@yahoo.co.uk Cc: Pd-list@iem.at Sent: Monday, 14 September, 2009 18:06:50 Subject: Re:

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jack
Can you tell us if there is an error in the console when you start Pd ? ++ Jack Le lundi 14 septembre 2009 à 17:38 +, Jose Ramia a écrit : thanks a lot jack. but neither [import pdp pidip] nor [pdp/pdp_whatyouwant] worked out . any other suggestions? jj

[PD] [PD-announce] [Last deadline] Call for Entries [EN] [FR] [DE] [ES] | FILM, VIDEO, MULTIMEDIA

2009-09-14 Thread Les Rencontres Internationales
dear all, the call for entries to the next 'Rencontres Internationales Paris/Berlin/Madrid' will be closed very soon... last deadline approaching... september 15!! plz forward. best + + + + + + + + + + + + + + IN ENGLISH http://www.art-action.org/site/_news/09/call/en.htm AUF DEUTSCH

Re: [PD] Help with patch needed: keyname/route + textfile/gem

2009-09-14 Thread Jack
Or, this patch can help you (actually, i don't know what you are looking for ;) ++ Jack Le lundi 14 septembre 2009 à 17:17 +0200, Jack a écrit : For the 2nd point. ++ Jack Le lundi 14 septembre 2009 à 12:36 +0100, James Dunn a écrit : Hi all, I'm hoping someone might be able

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jose Ramia
hi thanks for helping. here is what appears in the console: /Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib Referenced from:

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jack
You have to install X11 (from your MacOS X DVD or download it from : http://roundhere.net/journal/install-x11-on-mac-os-x-10-4-tiger-without-dvd/ ) Then, restart Pd. ++ Jack Le lundi 14 septembre 2009 à 18:37 +, Jose Ramia a écrit : hi thanks for helping. here is what appears in the

Re: [PD] new GUI screenshots

2009-09-14 Thread András Murányi
It looks so nice on the Mac...! ;o) It's a pity it looks way less 21th Century here on Hardy... Well, at least Carmen's peak-meters made it into a mainstream branch. (I didn't actually check that they are the same, maybe they aren't...) fyi I have attached the screenshot. I have

Re: [PD] new GUI screenshots

2009-09-14 Thread Ivica Ico Bukvic
It looks so nice on the Mac...! ;o) It's a pity it looks way less 21th Century here on Hardy... Well, at least Carmen's peak-meters made it into a mainstream branch. (I didn't actually check that they are the same, maybe they aren't...) If you dislike vanilla appearance of Pd on Linux as

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jose Ramia
hi here is what appears in the console: thanks for helping ; ) /Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib Referenced from:

[PD] YUV v/s RGBA

2009-09-14 Thread Andres Ferrari
hello, i am trying to use pix_mask with 2 movies. the movies were encoded in RGBA colorspace (codec planarRGB) for .mov files. but when I open the video the pd console show that is not possible use pix_mask with 2 YUV movies... if I use open in pix_film (or pix_movie) with the argument

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Pagano, Patrick
Yes you need to install X11 as stated previously pp From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Jose Ramia Sent: Monday, September 14, 2009 2:27 PM To: pd-list@iem.at Subject: Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel) hi here is what appears

Re: [PD] new GUI screenshots

2009-09-14 Thread Jonathan Wilkes
--- On Mon, 9/14/09, András Murányi muran...@gmail.com wrote: From: András Murányi muran...@gmail.com Subject: Re: [PD] new GUI screenshots To: Mathieu Bouchard ma...@artengine.ca Cc: pd-list@iem.at Date: Monday, September 14, 2009, 9:38 PM Nice. However, I don't feel I need so much to

Re: [PD] $0 and Data Structure Templates

2009-09-14 Thread Jonathan Wilkes
Hello, I'd like to know if it's possible/feasible to make the following change to the way data structures are saved when you write them to a file: Don't expand $0, $1, etc. in the struct name. So $0-struct gets saved as \$0-struct This is currently the way $0 is handled when you name a

Re: [PD] new GUI screenshots

2009-09-14 Thread András Murányi
On Mon, Sep 14, 2009 at 10:14 PM, Ivica Ico Bukvic ico.buk...@gmail.comwrote: If you dislike vanilla appearance of Pd on Linux as much as I do, please try the pd.tk file I sent out sometime last week on this list and report any bugs. Hans has pointed a few that affect other platforms (this

Re: [PD] new GUI screenshots

2009-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2009, at 12:15 AM, Luke Iannini wrote: 2009/9/13 András Murányi muran...@gmail.com: 2009/9/13 Hans-Christoph Steiner h...@at.or.at It looks so nice on the Mac...! ;o) It's a pity it looks way less 21th Century here on Hardy... fyi I have attached the screenshot. Make you

Re: [PD] new GUI screenshots

2009-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2009, at 2:40 PM, Mathieu Bouchard wrote: On Sat, 12 Sep 2009, András Murányi wrote: It looks so nice on the Mac...! ;o) It's a pity it looks way less 21th Century here on Hardy... Well, at least Carmen's peak-meters made it into a mainstream branch. (I didn't actually check

Re: [PD] new GUI screenshots

2009-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2009, at 3:38 PM, András Murányi wrote: It looks so nice on the Mac...! ;o) It's a pity it looks way less 21th Century here on Hardy... Well, at least Carmen's peak-meters made it into a mainstream branch. (I didn't actually check that they are the same, maybe they aren't...)

Re: [PD] new GUI screenshots

2009-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2009, at 5:34 PM, Jonathan Wilkes wrote: --- On Mon, 9/14/09, András Murányi muran...@gmail.com wrote: From: András Murányi muran...@gmail.com Subject: Re: [PD] new GUI screenshots To: Mathieu Bouchard ma...@artengine.ca Cc: pd-list@iem.at Date: Monday, September 14, 2009, 9:38

Re: [PD] new GUI screenshots

2009-09-14 Thread Hans-Christoph Steiner
On Sep 13, 2009, at 1:09 PM, András Murányi wrote: 2009/9/13 Hans-Christoph Steiner h...@at.or.at It looks so nice on the Mac...! ;o) It's a pity it looks way less 21th Century here on Hardy... fyi I have attached the screenshot. Make you are are running Tcl/Tk 8.5 and it'll look much

Re: [PD] problem with pd-extended 0.41.4

2009-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2009, at 8:09 AM, ydego...@gmail.com wrote: ola, precisely, there are _too_ many discussions on this topic, and i don't know the actual state of it... subsidiary question : do i neeed pd-extended ( from which version on ? ) to use namespaces and inspect the mapping library ?

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Hans-Christoph Steiner
There is also a FAQ entry on that: http://puredata.info/docs/faq/how-do-i-fix-this-error-library-not-loaded-usr-x11r6-lib-libx11-6-dylib .hc On Sep 14, 2009, at 2:49 PM, Jack wrote: You have to install X11 (from your MacOS X DVD or download it from :

Re: [PD] new GUI screenshots

2009-09-14 Thread András Murányi
2009/9/15 Hans-Christoph Steiner h...@at.or.at Btw I can see it's a snapshot of 2009/09/06. Do I understand right that 1) dd is being actively developed these days 2) some code from it gets its way to pd? DD is GPL and Pd is BSD so code can only flow Pd-DD. Wow. Why? Cool.

Re: [PD] new GUI screenshots

2009-09-14 Thread Hans-Christoph Steiner
On Sep 14, 2009, at 8:32 PM, András Murányi wrote: 2009/9/15 Hans-Christoph Steiner h...@at.or.at Btw I can see it's a snapshot of 2009/09/06. Do I understand right that 1) dd is being actively developed these days 2) some code from it gets its way to pd? DD is GPL and Pd is BSD so

Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x / intel)

2009-09-14 Thread Jose Ramia
i did install x11 and now pdp it works fine. thanks all for helping From: Jack j...@rybn.org To: Jose Ramia josemariara...@yahoo.co.uk Cc: pd-list@iem.at Sent: Monday, 14 September, 2009 20:49:07 Subject: Re: [PD] PDP doesn?t work in 0.41.4-extended (mac os x /

[PD] problem with pdvjtools

2009-09-14 Thread Pagano, Patrick
pdvjtools.deb with pdp_frei0r does not work. it crashes every time. FYI. i tried a bunch of times and tried to make a light joke pdp_freeframe still works though videogrid no worky pp From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] On Behalf Of