Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-11 Thread Jaime Oliver
have you tried coriander? I know it is the way to make firewire cameras work in linux using libdc, but had no luck interfacing with gem. it is something I've putting off for a while, J On Tue, Mar 10, 2009 at 4:56 PM, Mario Mora mare...@gmail.com wrote: pure:dyne never has worked with firewire

Re: [PD] pdtoblender

2009-03-11 Thread errordeveloper
hi me too .. i just started to study blender .. to get to interact with pd is a brilliant idea - i was thinking of 3d visual interfaces to some syhnths would be great! did you make any progerss with pd+blender since that post? i'm quite keen on python ..but seems like it's not very pyhtonie

Re: [PD] default [output~] in Pd-extended

2009-03-11 Thread Steffen Juul
On 10/03/2009, at 23.27, Hans-Christoph Steiner wrote: (snip) Many newbies are hung up because they can't get the example patches to do anything. A lot of the time, that's because they haven't turned up the audio. So to be precis and to check if i understand you correct: It's the word

Re: [PD] Pd on MIPS

2009-03-11 Thread IOhannes m zmoelnig
mbutubuntu wrote: I mean really MIPS, but does pd-anywhere support all pd externals??? If I need zexy may I be able to compile it and will zexy run on pd-anywhere??? i'm pretty sure it won't (esp. the signal objects). however, it would be nice to have zexy support PDa; so if somebody feels

Re: [PD] FFT and curve3d?

2009-03-11 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: Anyone know of a patch that maps an FFT over time to something like a curve3d in Gem? I remember a while back people posted something like that, but I can't find it. [pix_sig2pix~] was originally created by gg to create waterfall diagrams in combination

Re: [PD] default [output~] in Pd-extended

2009-03-11 Thread IOhannes m zmoelnig
Steffen Juul wrote: On 10/03/2009, at 18.11, Hans-Christoph Steiner wrote: (...) and the green/white toggle from [pddp/dsp]. I quite strongly think [cvn]'s tricks should be avoided in help patches, especially those default for vanilla objects. what are [cnv]'s tricks? setting their

Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-11 Thread IOhannes m zmoelnig
Jaime Oliver wrote: have you tried coriander? I know it is the way to make firewire cameras work in linux using libdc, but had no luck interfacing with gem. it is something I've putting off for a while, it seems like i don't have any device that properly works with coriander. however, from

Re: [PD] FFT and curve3d?

2009-03-11 Thread cyrille henry
curve3d will be to slow. here is mine, made with openGL primitive. like Claude one, but with a log for the frequency + a time filter for the curve to be better. i think the best would be to add some feedback effect to create a kind of 3d effect. c Hans-Christoph Steiner a écrit : Anyone

Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-11 Thread Jaime Oliver
Well, I'll send the details as soon as i get a hand of the computer where i use it. From what I remember, I expected to find the device in /video0 and when I sent pix_video the dev /video0 I did't get an error message, but I did't get an image either. When I try /video1 however i get device

Re: [PD] xbee reading for Pd

2009-03-11 Thread Hans-Christoph Steiner
Hey, If you are using xbees with arduinos, then you want this, then you can just use the Pduino [arduino] object to get the data from it. http://michaelclemow.com/?p=296 That patch was for getting data straight from the xbee without an arduino. I've never used an xbee, I was just

[PD] dynamic creation arguments for route

2009-03-11 Thread Rory Walsh
Is is possible to dynamically alter the creation arguments for a route object? I'm currently building a patch that receives OSC messages which I want to parse using route. Each relevant message I would like to grab starts with a unique integer ID. I would like to pass this unique ID to my route

Re: [PD] FFT and curve3d?

2009-03-11 Thread Hans-Christoph Steiner
I was thinking more about the look of it, rather than the speed of it. Any of you mind if I turn these into Gem examples and commit them? .hc On Mar 11, 2009, at 4:57 AM, cyrille henry wrote: curve3d will be to slow. here is mine, made with openGL primitive. like Claude one, but with a

Re: [PD] dynamic creation arguments for route

2009-03-11 Thread Martin Peach
Rory Walsh wrote: Is is possible to dynamically alter the creation arguments for a route object? I'm currently building a patch that receives OSC messages which I want to parse using route. Each relevant message I would like to grab starts with a unique integer ID. I would like to pass this

Re: [PD] dynamic creation arguments for route

2009-03-11 Thread IOhannes m zmoelnig
Rory Walsh wrote: Is is possible to dynamically alter the creation arguments for a route object? no. (i general it is not possible to dynamically alter the creation arguments of any object :-)) I'm currently building a patch that receives OSC messages which I want to parse using route.

[PD] last call for gsoc mentors

2009-03-11 Thread Hans-Christoph Steiner
Hey, I am going to submit the application today, it turns out it is due on the 13th, the app opened on the 9th. Everyone got their gmail accounts listed on the app? http://puredata.info/dev/summer-of-code/GSoCOrganizationApp2009 .hc

Re: [PD] Pd on MIPS

2009-03-11 Thread mbutubuntu
IOhannes, the MIPS doesn't have an FPU but the linux kernel will emulate it... I think Pd should works also with ~ objects... doesn't it? IOhannes m zmoelnig wrote: mbutubuntu wrote: I mean really MIPS, but does pd-anywhere support all pd externals??? If I need zexy may I be able to compile

[PD] GEM on Linux netbook

2009-03-11 Thread Ben Baker-Smith
I currently use a Macbook (OS 10.5) for all my PD patching. However, as I am primarily focused on using GEM for live video performance alongside musical groups, I am thinking about getting a second laptop for performances (to keep my Macbook safe). I'm thinking of getting an Acer Aspire One

Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-11 Thread adrian goya
The coriander approach sounds like a great idea, this camera works no problem under it and you get total control over its functions. It would be out of my league to try to make that work myself, but I can help with testing if that's of any use. adrian. On Wed, Mar 11, 2009 at 3:02 AM, Jaime

Re: [PD] Pd on MIPS

2009-03-11 Thread Hans-Christoph Steiner
What kind of MIPS is this? Like an old SGI? If so, that should run Linux and Pd with no special tricks. .hc On Mar 11, 2009, at 11:40 AM, mbutubuntu wrote: IOhannes, the MIPS doesn't have an FPU but the linux kernel will emulate it... I think Pd should works also with ~ objects...

Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-11 Thread Jaime Oliver
do you have coriander working? from what i remember it wasn't that hard to compile or get the libraries. On Wed, Mar 11, 2009 at 9:45 AM, adrian goya adrian.g...@gmail.com wrote: The coriander approach sounds like a great idea, this camera works no problem under it and you get total control

Re: [PD] GEM on Linux netbook

2009-03-11 Thread chris clepper
On Linux the Nvidia GPU is the way to go for GEM. You could probably get acceptable performance for basic GEM use from the Acer, but what takes most of the CPU to do with the Intel GMA processor barely taxes a modern GPU. For example, I have measured performance between a MacBook/Mac Mini and

Re: [PD] Pd on MIPS

2009-03-11 Thread IOhannes m zmoelnig
mbutubuntu wrote: IOhannes, the MIPS doesn't have an FPU but the linux kernel will emulate it... I think Pd should works also with ~ objects... doesn't it? yes of course; and there is no reason why zexy should not work with that. however for PDanywhere (which i know that you are not using),

Re: [PD] [GEM] pix_video, firewire, and linux ?

2009-03-11 Thread adrian goya
I have coriander in the debian machine, I configured that computer about 8 months ago, left it in an expo and only got it back this week, so details about how I got it working are gone from my memory. However, in pure:dyne's leekpotato livecd a basic apt-get install coriander will get it working.

[PD] self-modifying and dynamic patching

2009-03-11 Thread Derek Holzer
Would like to show some examples of dynamic and self-modifying Pd patches during a workshop here in Berlin. I know there are some in the archives (and maybe on people's HDs) somewhere, but damned if I can find them. Links to previkous posts or new examples welcome! best! Derek -- ::: derek

[PD] [PD-announce] Hack Yer iPod! in Liverpool, March 12th thru 17th

2009-03-11 Thread Hans-Christoph Steiner
Hey, come join me in Liverpool at FACT and hack your iPod! It starts tomorrow, its pretty last minute, we have dates, but the times aren't ironed out yet. Where: http://fact.co.uk/ in Liverpool, England When: March 12th thru 17th (check the website for times) Have an iPod you want to

Re: [PD] [PD-announce] Hack Yer iPod! in Liverpool, March 12th thru 17th

2009-03-11 Thread Correa Diego
Pensé que le podía interesar a tu gente. saludos, Diego 2009/3/11 Hans-Christoph Steiner h...@eds.org Hey, come join me in Liverpool at FACT and hack your iPod! It starts tomorrow, its pretty last minute, we have dates, but the times aren't ironed out yet. Where: http://fact.co.uk/ in

Re: [PD] [PD-announce] Hack Yer iPod! in Liverpool, March 12th thru 17th

2009-03-11 Thread Correa Diego
Pensé que le podía interesar a tu gente. saludos, Diego 2009/3/11 Hans-Christoph Steiner h...@eds.org Hey, come join me in Liverpool at FACT and hack your iPod! It starts tomorrow, its pretty last minute, we have dates, but the times aren't ironed out yet. Where: http://fact.co.uk/ in

Re: [PD] [PD-announce] Hack Yer iPod! in Liverpool, March 12th thru 17th

2009-03-11 Thread Arif Driessen
Oh Hans! Why weren't we told sooner!! Train tickets will be £80 by now. In slightly more positive news, I noticed 'Arduino Hackday' on the 23rd of May! On Wed, Mar 11, 2009 at 6:47 PM, Hans-Christoph Steiner h...@eds.orgwrote: Hey, come join me in Liverpool at FACT and hack your iPod! It

Re: [PD] self-modifying and dynamic patching

2009-03-11 Thread Phil Stone
Hi Derek, Maybe a very simple example would be good. I have an Ozone MIDI-controller, and it has eight knobs, which send out continuous controller data on 8 different MIDI CC numbers. Now, [ctlin] (MIDI control input) doesn't have settable arguments -- only creation args., so I racked my

Re: [PD] [PD-announce] Hack Yer iPod! in Liverpool, March 12th thru 17th

2009-03-11 Thread Hans-Christoph Steiner
Sorry, its been a little chaotic on my end these past weeks. Maybe they have last minute specials on trains, or rideshares with people with cards. .hc On Mar 11, 2009, at 3:19 PM, Arif Driessen wrote: Oh Hans! Why weren't we told sooner!! Train tickets will be £80 by now. In slightly

Re: [PD] self-modifying and dynamic patching

2009-03-11 Thread Hans-Christoph Steiner
polypoly and nqpoly4 are good examples. nqpoly4 is in Pd-extended, you can get polypoly here: http://itp.nyu.edu/dataflow/uploads/polypoly.zip .hc On Mar 11, 2009, at 3:27 PM, Phil Stone wrote: Hi Derek, Maybe a very simple example would be good. I have an Ozone MIDI- controller, and

Re: [PD] self-modifying and dynamic patching

2009-03-11 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: polypoly and nqpoly4 are good examples. nqpoly4 is in Pd-extended, you can get polypoly here: http://itp.nyu.edu/dataflow/uploads/polypoly.zip Isn't polypoly also in pd-extended? Anyway the reference location is the

Re: [PD] self-modifying and dynamic patching

2009-03-11 Thread Luke Iannini
On Wed, Mar 11, 2009 at 10:55 AM, Derek Holzer de...@umatic.nl wrote: Would like to show some examples of dynamic and self-modifying Pd patches during a workshop here in Berlin. I know there are some in the archives (and maybe on people's HDs) somewhere, but damned if I can find them. Links to

Re: [PD] self-modifying and dynamic patching

2009-03-11 Thread Mathieu Bouchard
On Wed, Mar 11, 2009 at 10:55 AM, Derek Holzer de...@umatic.nl wrote: Would like to show some examples of dynamic and self-modifying Pd patches during a workshop here in Berlin. I know there are some in the archives (and maybe on people's HDs) somewhere, but damned if I can find them. Links to

[PD] *weird* characters

2009-03-11 Thread potax flan
hi using [textfile], i want to concatenate long strings of *unusual* characters (like the triangle or Delta character you get by pressing ALT, caps, d). maybe there is an alternative to [textfile]? Is there a way to handle these characters in pd (have them in a message, then add them to textfile

[PD] [PD-announce] Exhibition in IMAL (Bruxelles/Brussels)

2009-03-11 Thread Jack
Hello list, Our next exhibition at Imal (Bruxelles/Brussels). If you are interested by the subject, you are welcome (and all is made with Pd/GEM). ++ Jack [Français / English ] Stock Overflow : Recontextualising the Crisis 12 - 31 / 03/ 2009 Exposition Conférences / Exhibition