Re: [PD] How to exchange tables between different instances of pd in real time?

2009-07-14 Thread Simon Wise
Martin Schied wrote: Is there something to exchange big audio chunks or tables? I'm currently thinking about using soundfiler and a ramdisk for exchange, but if there's something more convenient I'll try that. I found streamio13~ which can send several audio signals in parallel, so I could

Re: [PD] How to exchange tables between different instances of pd in real time?

2009-07-14 Thread Simon Wise
Simon Wise wrote: if I remember correctly then [value] is actually global, and is shared between pd instances, but the help patch is not at all clear on that and I have not used it. There have been discussions about this on the list so you could try to search. I tried it, it isn't like

Re: [PD] How to exchange tables between different instances of pd in real time?

2009-07-14 Thread Frank Barknecht
Hallo, Martin Schied hat gesagt: // Martin Schied wrote: I'm currenty connecting a fft-analysis and resynthesis patch with a gem patch containing pix_sig2pix~ and pix_pix2sig~. I have to use separate instances of pd, so some kind of table exchange has to take place between them. my

[PD] why do [bp~] and [vcf~] sound different?

2009-07-14 Thread Ichabod
(posted this on the Pd forum, but it was suggested that I e-mail the list as well, so here I am out of lurk mode) I was working on some patches with bandpass filters that were initially [vcf~], but I ended up deciding not to vary the center frequency, so I replaced them with [bp~]. Now I find

Re: [PD] why do [bp~] and [vcf~] sound different?

2009-07-14 Thread cyrille henry
Ichabod a écrit : (posted this on the Pd forum, but it was suggested that I e-mail the list as well, so here I am out of lurk mode) I was working on some patches with bandpass filters that were initially [vcf~], but I ended up deciding not to vary the center frequency, so I replaced them

[PD] GEm: bug when trying macosx menubar?

2009-07-14 Thread servando barreiro
Hello! I´m making an installation that starts and goes fullscreen on macosX  but I´m finding strange behaviours  in the message [menubar(  to gemwin.  It´s suposed to make the bar dissapear but instead of that, gives problem w the keyboard.. any tip? thanks Ser i...@minitronics.net

[PD] Save gem output to a DV cam

2009-07-14 Thread Daniel Almeida
Hi list. Is there any object that lets me send the output of a pix_texture to a DV cam?I'm trying to save some gem output and I can't get pix_record to function correctly. Most of the times I end up with an empty or corrupt MOV file. It also makes my system slow. Is there also other ways to

Re: [PD] How to exchange tables between different instances of pd in real time?

2009-07-14 Thread chris clepper
GEM has pix_share objects that allow for two instances of GEM to use the same images. Would this help you with the pix_sig2pix objects sharing pix data? On Mon, Jul 13, 2009 at 4:48 PM, Martin Schied crini...@gmx.net wrote: Hi! I'm currenty connecting a fft-analysis and resynthesis patch

Re: [PD] Save gem output to a DV cam

2009-07-14 Thread chris clepper
The options for recording GEM output are: pix_snap + pix_record - post more details on your problems (OS, QT version, patch) pix_write - records still image sequences in tiff or jpg. QT Pro can make them into a .mov capture card for DVI or VGA - Blackmagic Intensity will record DVI at 640x480,

Re: [PD] Save gem output to a DV cam

2009-07-14 Thread Daniel Almeida
Hi guys, thanks for the tips. I'm not sure but I think my camera can receive svideo. maybe with a dvi to svideo converter plugged into my camera. Daniel --- On Tue, 7/14/09, chris clepper cgclep...@gmail.com wrote: From: chris clepper cgclep...@gmail.com Subject: Re: [PD] Save gem output to a DV

[PD] Pduino 0.5/Firmata 2.1 second beta release

2009-07-14 Thread Hans-Christoph Steiner
http://at.or.at/hans/pd/objects.html#pduino Ok, some minor tweaks and additions, please test on the Arduino Mega too! There is support in funnel and Pduino for the new stuff, plus Processing and others coming soon. - updated I2C and SAMPLING_INTERVAL macros - added Arduino Mega support -

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-14 Thread Hans-Christoph Steiner
On Jul 13, 2009, at 8:32 AM, Lorenzo wrote: Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+) Could you expand a little on writing externals

Re: [PD] GEm: macosx menubar (solved) **//

2009-07-14 Thread servando barreiro
hi Chris! thanks 4 d fast response It´s a Leopard,  the problem is solved. I had to fight a bit with the order  of events and also key events over gem window  but finally all it´s working ok.. see you! SEr__ --- El mar, 14/7/09, chris clepper cgclep...@gmail.com escribió: De: chris clepper

Re: [PD] Pduino 0.5/Firmata 2.1 second beta release

2009-07-14 Thread Jose Luis Santorcuato
Dear Hans , i will try this afternoon with pure data and ardino megai bought lilypad José 2009/7/14, Hans-Christoph Steiner h...@at.or.at: http://at.or.at/hans/pd/objects.html#pduino Ok, some minor tweaks and additions, please test on the Arduino Mega too! There is support in funnel

Re: [PD] programming resources CC++ to learn how to write externals for pd

2009-07-14 Thread glerm soares
2009/7/14 Hans-Christoph Steiner h...@at.or.at On Jul 13, 2009, at 8:32 AM, Lorenzo wrote: Hi IOhannes, you can write externals in a wide number of other languages as well (including (but not limited to) Pd (which is even more natural than C), C++, python, lua, java, haskell and HQ9+)

Re: [PD] GEm: bug when trying macosx menubar?

2009-07-14 Thread Max
what kind of problem with the keyboard? it helps to be a little bit more specific. Am 14.07.2009 um 15:08 schrieb servando barreiro: Hello! I´m making an installation that starts and goes fullscreen on macosX but I´m finding strange behaviours in the message [menubar( to gemwin. It´s

Re: [PD] why do [bp~] and [vcf~] sound different?

2009-07-14 Thread Ichabod
On Tue, Jul 14, 2009 at 8:32 AM, cyrille henry cyrille.he...@la-kitchen.frwrote: source code for both object look really diferent, so i don't know if it is possible. but seriously : why do you need to replace vcf~ with bp~??? Cyrille I wouldn't say I *need* to, I'd just like to... Here's

Re: [PD] why do [bp~] and [vcf~] sound different?

2009-07-14 Thread cyrille henry
Ichabod a écrit : So basically what I want to know is: if I have a vcf~ with a given q and constant center frequency, is there a way to replace it more cheaply? i agree that vcf~ made more computation, so it should be more cpu intensive. but did you benchmarck this? i mean : if you don't

Re: [PD] How to exchange tables between different instances of pd in real time?

2009-07-14 Thread Martin Schied
chris clepper wrote: GEM has pix_share objects that allow for two instances of GEM to use the same images. Would this help you with the pix_sig2pix objects sharing pix data? Hi! thanks for this hint. It's only pix_snap which causes glitches while reading back data from GPU. So I'm going to

Re: [PD] How to exchange tables between different instances of pd in real time?

2009-07-14 Thread cyrille henry
Martin Schied a écrit : @Frank: Thanks for that suggestion but I couldn't find mails in the list saying that pd~ did the job for Max Neupert. In fact his only mail I could find was about pd~ not working some time ago..? pd~ did the job for me. c cheers, Martin

[PD] [PD-announce] MAKE ART 2009 - What the Fork?! - EXTENDED CALL 22/07

2009-07-14 Thread propaganda
Due to popular request, delivered to you in cross-posting-visionrama, and until stocks last! (French version at the bottom) -- _ __ _ _ ___|_| | |__| | _||_

[PD] [PD-announce] Call for submissions

2009-07-14 Thread tweak
*DEADLINE EXTENDED TO JULY 30TH** * *Tweak is two! *Currently in its second edition, Tweak is an interactive art and live electronic music festival taking place in *Limerick City between the 21st and 26th of September 2009*. Its aim is to

Re: [PD] pdp_v4l framerate

2009-07-14 Thread John Harrison
This is a phillips webcam chipset so setpwc sets the framerate from the command line --- at least there is workaround for now. pdp_v4l2 didn't work with this webcam. -John On Sun, Jul 5, 2009 at 1:36 PM, ydego...@gmail.com ydego...@gmail.comwrote: ola, it's kind of strange, seems some