Re: [PD] Make magazine

2012-04-05 Thread Pierre Massat
:D It was about time someone noticed them! 2012/4/6 Richie Cyngler > Yes, very nice work. I love your homemade pedals, and your socks =) > > > On Fri, Apr 6, 2012 at 8:03 AM, Roberto Aramburu > wrote: > >> this sounds lovely, congrats :) >> >> 2012/4/5 Pierre Massat : >> > Dear list, >> > >>

Re: [PD] Make magazine

2012-04-05 Thread Richie Cyngler
Yes, very nice work. I love your homemade pedals, and your socks =) On Fri, Apr 6, 2012 at 8:03 AM, Roberto Aramburu wrote: > this sounds lovely, congrats :) > > 2012/4/5 Pierre Massat : > > Dear list, > > > > I just wanted to let you know that somebody at Make wrote a post about my > > blog yest

Re: [PD] Keystone correction

2012-04-05 Thread Jack
Le 05/04/2012 20:37, Charles Goyard a écrit : Hi, I don't understand how I can move the points of a mesh_square to make a trapezoid. Cyrille Henry wrote: don't use a polygon, but a mesh_square or a curve3d. Le 27/03/2012 11:21, Charles Goyard a écrit : Hi Cyrille, Cyrille Henry wrote: you

Re: [PD] Make magazine

2012-04-05 Thread Roberto Aramburu
this sounds lovely, congrats :) 2012/4/5 Pierre Massat : > Dear list, > > I just wanted to let you know that somebody at Make wrote a post about my > blog yesterday. This caused a sudden burst of visits, and will hopefully > turn a few people on to Pd :) . > Anyways, I'm very happy right now and I

Re: [PD] Keystone correction

2012-04-05 Thread Charles Goyard
Hi, I don't understand how I can move the points of a mesh_square to make a trapezoid. Cyrille Henry wrote: > don't use a polygon, but a mesh_square or a curve3d. > > Le 27/03/2012 11:21, Charles Goyard a écrit : > >Hi Cyrille, > > > >Cyrille Henry wrote: > >> > >>you have to manually adjust the

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-04-05 17:35, John Harrison wrote: > Today's build still fails with same test: > > [New Thread 0x1defb70 (LWP 19910)] > [New Thread 0x2c86b70 (LWP 19911)] > > Program received signal SIGSEGV, Segmentation fault. > outlet_anything (x=0x0, s=0x8

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-05 Thread John Harrison
Today's build still fails with same test: [New Thread 0x1defb70 (LWP 19910)] [New Thread 0x2c86b70 (LWP 19911)] Program received signal SIGSEGV, Segmentation fault. outlet_anything (x=0x0, s=0x81c7df0, argc=2, argv=0x82181b8) at m_obj.c:469 469 m_obj.c: No such file or directory. in m_obj.c (gdb)

[PD] Make magazine

2012-04-05 Thread Pierre Massat
Dear list, I just wanted to let you know that somebody at Make wrote a post about my blog yesterday. This caused a sudden burst of visits, and will hopefully turn a few people on to Pd :) . Anyways, I'm very happy right now and I wanted to share the news with you. A warm thank you to everyone in t

Re: [PD] GEM: storing pix_background settings?

2012-04-05 Thread Iain Mott
Ah, of course! Thanks!!! iain On Thu, 2012-04-05 at 12:36 +0200, Max wrote: > you can feed pix_background a static (previously saved) image while resetting > it. > > Am 05.04.2012 um 11:21 schrieb Iain Mott: > > > Hello, > > > > I'm working on an installation that will have stable lighting

Re: [PD] GEM: storing pix_background settings?

2012-04-05 Thread Max
you can feed pix_background a static (previously saved) image while resetting it. Am 05.04.2012 um 11:21 schrieb Iain Mott: > Hello, > > I'm working on an installation that will have stable lighting - and I'll > be using pix_background in combination with pix_video to capture and > isolate the

Re: [PD] GEM: storing pix_background settings?

2012-04-05 Thread Matthias Kronlachner
Hi! I don't know about saving background for background subtraction but maybe another solution to the problem would be to use a Kinect with pix_freenect (1) and create an alphamask out of the depthmap using pix_threshold_depth (2). you can mutliply this with the (aligned) rgb image from pix_f

[PD] GEM: storing pix_background settings?

2012-04-05 Thread Iain Mott
Hello, I'm working on an installation that will have stable lighting - and I'll be using pix_background in combination with pix_video to capture and isolate the image of individual participants and mix the participant's image (now with a black background) with other video sources. My question is,