Re: [PD] Re: compiling iemmatrix OSX 10.4

2007-01-16 Thread IOhannes m zmoelnig
Kevin McCoy wrote: This will work I think if I can find the place to reference the pd source (m_pd.h)... which file do I insert the path in?? Usually there's a prefix in the makefile but this one looks a little different (I'm still a beginner at this). depends on how you are going: ~

[PD] [PD-announce] fix for [#import_pix], [#export_pix]

2007-01-16 Thread Mathieu Bouchard
I've just committed a fix for [#import_pix] and [#export_pix], that I had made a while ago but forgot to commit. It allows those to work with Ruby 1.8 on OSX, or something. It's in the GridFlow CVS now. _ _ __ ___ _ _ _ ... | Mathieu Bouchard -

Re: [PD] pictures from a digital camera

2007-01-16 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] wrote: Thanks IOhannes and Frank ! So, if i understand (as my french-english is quite bad), there's no solution to get the gemwin on the external screen and the patch on the laptop screen, with well it says that you have known problems with your gfx card. that type

Re: [PD] Re: compiling iemmatrix OSX 10.4

2007-01-16 Thread Kevin McCoy
It worked! Thank you so much for your help! Kevin depends on how you are going: ~ aclocal ~ autoconf ~ ./configure --with-pd=/path/to/my/pd ~ make ~ make install or ~ make CONFIGUREFLAGS=--with-pd=/path/to/my/pd ~ make install note that the CONFIGUREFLAGS will have no effect if

Re: [PD] pictures from a digital camera

2007-01-16 Thread Frank Barknecht
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote: [EMAIL PROTECTED] wrote: that type of card. I had managed to display clone and extended screen. But this is what frank said: use clone; some (esp. older) gfx cards on laptops will do this in hardware (no drivers

Re: [PD] connect pd and max in network???

2007-01-16 Thread Patco
Hello, Kevin McCoy a écrit : Try OSC - for pd the objects are [dumpOSC]and [sendOSC]. Any program that supports the protocol can be used; very handy. If only OSC could be as simple on max as the pd external... But it's not. netsend is very simple and works good:

Re: [PD] flatspace? What the hell it is

2007-01-16 Thread Patco
Hans-Christoph Steiner a écrit : That is correct. Instead being installed straight into pd/extra, these are installed into pd/extra/flatspace as a step to making everything namespaceable (is that a word? ;) .hc At least it's possible to get the meaning of namespace with no difficulty:

[PD] cartesian to angles x y z confusion...

2007-01-16 Thread timon
Hi, I know this is not the way to do it but Im really stuck here. Im plotting text objects on XYZ in Gem. Now, I just want to be able to rotate the global co-ordinates (my master gemhead) so that they follow the XYZ positions of the plot. Should be straight forward, cart2sph, convert to

Re: [PD] [PD-announce] Pd-0.39.2-extended-test7 released

2007-01-16 Thread Steffen
On 15/01/2007, at 23.40, Hans-Christoph Steiner wrote: Maybe someone with an Intel Mac could try compiling Pd-0.39.2- extended-test7 without the compiler optimizations. I'd do that. I just need to know a few things (or re-know them). I'd like to build the core of the Pd-extended, that is

Re: Re: [PD] sig/control on/off

2007-01-16 Thread Denis Trapeznikoff
2006/12/30, [EMAIL PROTECTED] [EMAIL PROTECTED]: Well, [spigot~] maybe. But here's a deeper question... because I would choose a simple [*~] with a zero or one to gate on and off the audio stream. Isn't nullification a bit rough for the audio stream? Perhaps, ramping down would make a more

Re: [PD] sig/control on/off

2007-01-16 Thread Derek Holzer
Common practice is to use: [osc~] (audio source) | | [x] (toggle, numeric message, 0/1, etc) | | | [pack 0 50] (change second number for longer ramping) | | | [line~] | | [*~] d. Denis Trapeznikoff wrote: 2006/12/30, [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

[PD] [Gem] Mouse click and open a file...

2007-01-16 Thread Carlos Caires
Hi list, I have a white cube, inside the cube and side by side two rectangles, one blue, the other red. We can move the camera inside the cube. Here's my problem: I would like to be able to send a bang (for opening or playing a video-clip) when I mouse-click inside one of the two rectangles.

Re: [PD] sig/control on/off

2007-01-16 Thread IOhannes m zmoelnig
Denis Trapeznikoff wrote: Isn't nullification a bit rough for the audio stream? Perhaps, ramping down would make a more appropriate solution in the case? i do not see how you get your definition of the case. without that, one really cannot say whether ramping or not is the more appropriate

Re: [PD] cartesian to angles x y z confusion...

2007-01-16 Thread Peter Plessas
Could it be that you are mixing up degrees and radians? afaik, cart2sph gives you radians, but i might be wrong... p8r timon wrote: Hi, I know this is not the way to do it but Im really stuck here. Im plotting text objects on XYZ in Gem. Now, I just want to be able to rotate the global

[PD] Re: connect pd and max in network???

2007-01-16 Thread Andres Ferrari
netsend and netreceive work very well. thanks to all. Andrés Ferrari G. http://puredata.org/Members/anfex __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/

[PD] anti-aliasing in linux?

2007-01-16 Thread Stephen Sinclair
I've been looking on Google to find a way to enable anti-aliasing in Pure-Data on Linux. Is it possible? The tk::mac::CGAntialiasLimit variable is Mac-specific I guess. Even if it makes the boxes blurry, I'd like to try it. Sorry if this has come up before.. Thanks, Steve

Re: [PD] external object becoming a message box after saving

2007-01-16 Thread Hans-Christoph Steiner
Thanks to this thread, I think I fixed the problem with cyclone too... .hc On Jan 11, 2007, at 5:53 AM, ugur guney wrote: On 1/10/07, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: hi. first off: please _always_ reply to the pd-list and not just me; the list is not just a way to get into

Re: [PD] anti-aliasing in linux?

2007-01-16 Thread Hans-Christoph Steiner
On the mac, Daniel Steffen fixed the anti-aliasing so works nicely. It'll be enabled for everything on the next release. Donno about other platforms. .hc On Jan 16, 2007, at 10:47 PM, Stephen Sinclair wrote: I've been looking on Google to find a way to enable anti-aliasing in Pure-Data