Re: [PD] GEM two channel video key

2007-08-06 Thread Drew Browning
Thanks! That was it. Drew - Original Message From: Roman Haefeli <[EMAIL PROTECTED]> To: Drew Browning <[EMAIL PROTECTED]> Cc: pd-list@iem.at Sent: Monday, August 6, 2007 7:52:49 PM Subject: Re: [PD] GEM two channel video key [pix_snap2tex] isn't the way to go here, because it stores the

Re: [PD] multiple instances of pd (was: Multiple Webcams and Gem)

2007-08-06 Thread Mathieu Bouchard
On Mon, 6 Aug 2007, Max Neupert wrote: Am 06.08.2007 um 17:42 schrieb Mathieu Bouchard: time you activate this file it opens Pd again. You can have as many as you want this way, just like on Linux. interesting. by the way, is there a way on linux so it doesn't open all the time a new instance w

Re: [PD] [PD + GEM] Siggraph

2007-08-06 Thread adrian goya
hi. i'll post it somewhere as soon as i have it made. good luck. adrian. On 8/6/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: > > Hey, > > It would be good to see some videos of it too. > > .hc > > On Aug 6, 2007, at 7:16 PM, adrian goya wrote: > > > Hi, > > > > I have a video installati

Re: [PD] GEM two channel video key

2007-08-06 Thread Roman Haefeli
[pix_snap2tex] isn't the way to go here, because it stores the result already in the the texture buffer. but you still want to process the 'captured' image with pix-objects. that means you want to use a [pix_snap] instead of [pix_snap2tex]. roman On Mon, 2007-08-06 at 17:28 -0700, Drew Browning

[PD] GEM two channel video key

2007-08-06 Thread Drew Browning
I'm trying to create a 2 channel video key in GEM. I would like to use a moving geo (circle) as the source of the key and 2 movie clips for each side of the key (or one clip processed differently). Searching the archive I've gathered that I need to use pix_snap2tex to get the geo to be seen as a

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-06 Thread Chuckk Hubbard
Okay, I'm started on this. I'm probably going to pass out soon, but when I get a chance I'll update the lists of Debian packages. I know for one thing that testing now has jack 0.103.something. I'll try to go through it tomorrow. -Chuckk On 8/6/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wro

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
With a webcam on firewire the [pdp_ieee1394] object is for you. Now have a look at pdp or pidip in reference. Jack > Thanks jack .. > What message do I need to send to [pdp_glx] in order for it to open an > external capture device i.e (a webcam) .. I cannot find anything on this > in > the help i

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Thanks jack .. What message do I need to send to [pdp_glx] in order for it to open an external capture device i.e (a webcam) .. I cannot find anything on this in the help in PD or in the help patch for the object itself .. Dave On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Good to k

Re: [PD] multiple instances of pd (was: Multiple Webcams and Gem)

2007-08-06 Thread Max Neupert
Am 06.08.2007 um 17:42 schrieb Mathieu Bouchard: > time you activate this file it opens Pd again. You can have as > many as you want this way, just like on Linux. interesting. by the way, is there a way on linux so it doesn't open all the time a new instance when i doubleclick on a pd file?

[PD] [PD-announce] Congrès PureData Conventi on 07

2007-08-06 Thread Martin Renaud
Interview with Darsha Hewitt, artist and coordinator of L'Œuvre ouverte | PureData Convention 07 Wednesday August 8th, 2007 from 11:30 till noon, Beewoo welcomes Darsha Hewitt on the XX files on CKUT 90.3 FM (www.ckut.ca). Darsha will tell us about the upcoming show in which she is taking part a

Re: [PD] midi controller advice?

2007-08-06 Thread Bryan Jurish
moin Conor, On 2007-08-06 23:56:30, Conor J Curran <[EMAIL PROTECTED]> appears to have written: > Hi all, > I was looking around recently for a foot controlled midi controller. The > more expression pedals the better. I was under the impression that the > expression pedals have a range of 0-127 (i

[PD] Multiple Webcams and pdp

2007-08-06 Thread Enrique Tomas
Hi, I am working in an computer vision based installation and I have to make a movement detection in a big area so I have to use at least 4 cameras :( I was wondering if it is possible to sample four 640x480 frames from the cameras to compose another 640x480 frame and then run the detection und

[PD] midi controller advice?

2007-08-06 Thread Conor J Curran
Hi all, I was looking around recently for a foot controlled midi controller. The more expression pedals the better. I was under the impression that the expression pedals have a range of 0-127 (is this correct?). I was hoping to map as many expression pedals to a controller number each in order for

Re: [PD] pd command-line options . ( -guicmd , -guiport )

2007-08-06 Thread Martin Peach
errordeveloper wrote: > hello pd-list. > > I would like to find out more on how exactly the undocumented options > '-guicmd' and '-guiport' might be used? > > when pd starts up it usualy listens to port 5401 and the netstat gives > > %netstat|grep 5401 > tcp0 0 localhost:5401

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
Good to know that ! thx. Jack > > On Mon, 6 Aug 2007, David Divilly wrote: > >> I was wondering if you could pass on that work around for using multiple >> instances of PD for mac .. Thanks a lot > > Open the Finder > > Get to the Pd application. > > Right-click (or Control-click) and select "sho

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
Sorry, my precedent post is a mistake, the good objects are [pdp_yqt] or [pdp_qt] at the end of tour tree with X11 you need [pdp_glx]. Tell me if it's ok ! Jack ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
yeah, it's [pdp_glx] > Thanks Roman > So does anybody know of a mac equivalent for this??, because it seems in > all > the example patches [pdp_v4l] > is used when multiple video capture devices are used. > > Dave. > > On 8/6/07, Roman Haefeli <[EMAIL PROTECTED]> wrote: >> >> >> On Mon, 2007-08-06

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread Mathieu Bouchard
On Mon, 6 Aug 2007, David Divilly wrote: I was wondering if you could pass on that work around for using multiple instances of PD for mac .. Thanks a lot Open the Finder Get to the Pd application. Right-click (or Control-click) and select "show package contents". This is because apps are n

Re: [PD] pd command-line options . ( -guicmd , -guiport )

2007-08-06 Thread Mathieu Bouchard
On Mon, 6 Aug 2007, errordeveloper wrote: I would like to find out more on how exactly the undocumented options '-guicmd' and '-guiport' might be used? Using X11's client-server possibilities isn't that much more low-level than Pd's client-server. If your connection is too thin, then try co

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Thanks Roman So does anybody know of a mac equivalent for this??, because it seems in all the example patches [pdp_v4l] is used when multiple video capture devices are used. Dave. On 8/6/07, Roman Haefeli <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-08-06 at 21:56 +0100, David Divilly wrote: > >

[PD] [writesf~] gets stucked when no space left on a device

2007-08-06 Thread errordeveloper
hello list. i felt like reporting one of bugs, which are quite rear to find in pd. i had recorded something massive (8chan/96k/4byte) for longer then usual and ran out of space (was about >1gig, i reckon) ..so pd got just stucked in a way that i could'n stop it or close/save any patch. even after

[PD] pd command-line options . ( -guicmd , -guiport )

2007-08-06 Thread errordeveloper
hello pd-list. I would like to find out more on how exactly the undocumented options '-guicmd' and '-guiport' might be used? when pd starts up it usualy listens to port 5401 and the netstat gives %netstat|grep 5401 tcp0 0 localhost:5401 localhost:52381 ESTABLISHED tcp

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread Roman Haefeli
On Mon, 2007-08-06 at 21:56 +0100, David Divilly wrote: > Ok, pdp and pidip both load now, but when I load the example patches > from the browser > it says: > > pdp_v4l > ... couldn't create > > Do I need to load an extra lib for this?? .. Dave no, i think not. 'v4l' means 'video for linux',

Re: [PD] still have problem with pdp_plasma

2007-08-06 Thread Yves Degoyon
[EMAIL PROTECTED] wrote: Hello list, I still have a problem with pdp_plasma object. The patch is very simple and attached at this mail : - a capture of the patch wondow - a capture of the x11 window When i bang the pdp_plasma, nothing happen. Why, but why ? Jack --

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Ok, pdp and pidip both load now, but when I load the example patches from the browser it says: pdp_v4l ... couldn't create Do I need to load an extra lib for this?? .. Dave On 8/6/07, David Divilly <[EMAIL PROTECTED]> wrote: > > X11 was the problem, works fine now .. Thanks > > Dave > > On 8/6

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
X11 was the problem, works fine now .. Thanks Dave On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It's strange because i use PD on macosx 10.4.10 on powerpc and intel > platform and i have not notice a problem with pdp with the > 0.39.2-extended-rc3 (i use it)! > You must launch X11

Re: [PD] still have problem with pdp_plasma

2007-08-06 Thread jack
Great ! Thanx very much Yves, all is ok now ! Bye. Jack > [EMAIL PROTECTED] wrote: > >>Hello list, >>I still have a problem with pdp_plasma object. >>The patch is very simple and attached at this mail : >>- a capture of the patch wondow >>- a capture of the x11 window >> >>When i bang the pdp_pl

[PD] [PD-announce] RIPBM ::: Call for entries 2007 ::: film video multimedia ::: in Paris, in Berlin, in Madrid [\\\-> ! <-///]

2007-08-06 Thread Les Rencontres Internationales
Dear all, Please find below the Call for entries we are now circulating for the 14th "Rencontres internationales Paris/Berlin/Madrid" that will take place from the 22nd of November to the 1st of December in Paris at the Centre Pompidou, the Jeu de Paume national museum and other location. This pie

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
It's strange because i use PD on macosx 10.4.10 on powerpc and intel platform and i have not notice a problem with pdp with the 0.39.2-extended-rc3 (i use it)! You must launch X11 before to start rendering (if you don't have it, see on your installation cd of macosx). Delete your org.puredata.pd.pl

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Thanks for the info guy, but I'm having problems installing PDP, I using Pd version 0.39.2-extended-rc3 an I keep getting this error: /Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin: dlopen(/Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/

Re: [PD] [PD + GEM] Siggraph

2007-08-06 Thread Hans-Christoph Steiner
Hey, It would be good to see some videos of it too. .hc On Aug 6, 2007, at 7:16 PM, adrian goya wrote: > Hi, > > I have a video installation in the art gallery. It's called faces and > its done with pd+gem. Look for the mirror all the way to the back. > > good luck. > adrian > > __

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread Mathieu Bouchard
On Mon, 6 Aug 2007, [EMAIL PROTECTED] wrote: have a look at pdp… Hi Guys I was wondering if there is a way/object that allows me to display multiple GEM windows at the same time. I have 3 webcams connected to PD and I want an individual GEM window for each. Any ideas?? Thanks. Also GridFlow.

Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
have a look at pdp… > Hi Guys > I was wondering if there is a way/object that allows me to display > multiple > GEM windows at the same time. I have 3 webcams connected to PD and I want > an > individual GEM window for each. > Any ideas?? Thanks. > > Dave. > ___

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-06 Thread Hans-Christoph Steiner
Excellent! I think the best place to start would be to get Pd-0.40.3- extended building, which mostly supports 64-bit. I think 0.41 fully supports it, but there isn't Pd-0.41-extended yet. The easiest way to get the whole sources is using rsync: http://puredata.org/docs/developer/GettingP

Re: [PD] [Pd] toxy, cyclone on 64-bit

2007-08-06 Thread Chuckk Hubbard
I'd be up for helping. I don't know if I could fit the entire project into my schedule in the next few months. I do have a 64-bit machine, but I wrecked my hard drive and am using a smaller one, not large enough to dual-boot, so I actually only have 64-bit Linux at the moment. -Chuckk On 8/5/07

[PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Hi Guys I was wondering if there is a way/object that allows me to display multiple GEM windows at the same time. I have 3 webcams connected to PD and I want an individual GEM window for each. Any ideas?? Thanks. Dave. ___ PD-list@iem.at mailing list UNS

[PD] [PD + GEM] Siggraph

2007-08-06 Thread adrian goya
Hi, I have a video installation in the art gallery. It's called faces and its done with pd+gem. Look for the mirror all the way to the back. good luck. adrian _ www.adriangoya.com ___ PD-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread Andy Farnell
On Mon, 06 Aug 2007 16:36:59 +0200 Bryan Jurish <[EMAIL PROTECTED]> wrote: > i dunno... > > *** glibc detected: double-free or mutilation at 0x68616e64 *** Probably a truncated digit or dangling pointer $ finger luser | cut -c 1 O U C H > > On 2007-08-06 15:27:05, Hans-Christoph Ste

Re: [PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread Frank Barknecht
Hallo, Cesare Marilungo hat gesagt: // Cesare Marilungo wrote: > Hans-Christoph Steiner wrote: > > Would you trust your life to Pd? How about just your fingers? ;) > > > > > Well... NO WAY!!!. Especially if running on Windows. :-) At least it seems to be physically impossible to hit the hand,

Re: [PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread Bryan Jurish
i dunno... *** glibc detected: double-free or mutilation at 0x68616e64 *** On 2007-08-06 15:27:05, Hans-Christoph Steiner <[EMAIL PROTECTED]> appears to have written: > Would you trust your life to Pd? How about just your fingers? ;) > > http://www.youtube.com/watch?v=t4uMZOcsxxs > > (A friend

Re: [PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread Cesare Marilungo
Hans-Christoph Steiner wrote: > Would you trust your life to Pd? How about just your fingers? ;) > > Well... NO WAY!!!. Especially if running on Windows. :-) -c. -- http://www.cesaremarilungo.com ___ PD-list@iem.at mailing list UNSUBSCRIBE and acc

Re: [PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread marius schebella
nice!!! but better not carry this in your hand luggage... marius. Hans-Christoph Steiner wrote: > Would you trust your life to Pd? How about just your fingers? ;) > > http://www.youtube.com/watch?v=t4uMZOcsxxs > > (A friend just sent me this, I don't know if it's been on this list > before.)

[PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread Hans-Christoph Steiner
Would you trust your life to Pd? How about just your fingers? ;) http://www.youtube.com/watch?v=t4uMZOcsxxs (A friend just sent me this, I don't know if it's been on this list before.) .hc Access to computers sho

Re: [PD] [PD-announce] PureData Convention 07: P erformances + Exhibitions + Paper sessions | Performance s + Expositions + Conférences

2007-08-06 Thread Hans-Christoph Steiner
Hey, You'll be missed. It's going to be a good time, the PdMtl crew are going all out, even welcoming us into their homes, literally! .hc On Aug 3, 2007, at 11:44 PM, cyrille henry wrote: > hello, > unlinke what is announced there, nicolas and I will not be part of > this pd convention. >