Re: [PD] Trying to figure out why pix_video isn't working

2009-11-07 Thread olsen
buenas you could also get the current gem svn with: svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem pd-gem and configure it with: ./configure --with-libv4l2 --with-pd=/pathtopdsources/ don't forget to install libv4l & libv4l-dev then set the driver of pix_video with a driver v4l2 message

[PD] using pix_mix to mix past images with present

2009-11-07 Thread John Harrison
I wanted to mix past images with present images from a webcam using pix_mix. Attached is a patch that successfully does this using pix_buffer and fails to do this using pix_delay. My question is, why doesn't pix_delay work with pix_mix in my patch? How woulld I change my patch to get pix_delay to g

Re: [PD] list-shuffle

2009-11-07 Thread Jack
An other one ;) ++ Jack Le vendredi 06 novembre 2009 à 22:03 -0800, William Brent a écrit : > I figured there were sixty flavors of abstractions and externals that > did this, but maybe that's not the case. If anyone finds it useful, > here's a bare-bones external I wrote for list shuffling. T

Re: [PD] using pix_mix to mix past images with present

2009-11-07 Thread Jack
What about this ? ++ Jack Le samedi 07 novembre 2009 à 07:32 -0600, John Harrison a écrit : > I wanted to mix past images with present images from a webcam using > pix_mix. Attached is a patch that successfully does this using > pix_buffer and fails to do this using pix_delay. My question is, w

[PD] hosting

2009-11-07 Thread mbutubuntu
Hello folks, I'm Fabio Buda and I recently started to work with hosting; I support OpenSource and FreeSoftware and I'm offering free hosting+DB services to opensource projects or communities, are puredata community interested in it? Best Regards, Fabio Buda +39 338 9423302 http://www.netd.it

Re: [PD] hosting

2009-11-07 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mbutubuntu wrote: > Hello folks, > I'm Fabio Buda and I recently started to work with hosting; I support > OpenSource and FreeSoftware and I'm offering free hosting+DB services to > opensource projects or communities, are puredata community interested

[PD] arduino melody example in PD?

2009-11-07 Thread altern
hi i have been trying to port this example to PD http://arduino.cc/en/Tutorial/Melody it just uses a piezo to buzz a song. i dont understand very well this PWM controls and also I am finding quite difficult to translate the arduino code to PD. So after some headache i thought maybe someone ha

Re: [PD] GridFlow 0.9.6 for Mac OS X

2009-11-07 Thread Patrick Boivin
>  Reason: Incompatible library version: gridflow.pd_darwin requires version > 36.0.0 or later, but libpng12.0.dylib provides version 30.0.0 > error: [import]: ERROR: can't load library in 'gridflow' What version of Pd-extended are you using ? I made the package referring to what libs were distri

Re: [PD] arduino melody example in PD?

2009-11-07 Thread Jose Luis Santorcuato
OK, hi, that program is for arduino standalone, you can put many buzzers and create a poliphonic arduino ensable,hehehe, pwm is Pulse Width Modulation. That program not work with pd, because pduino needs a standard Firmata. I work with pduino and servo motors, but not with buzzers. Well, my exper

Re: [PD] hosting

2009-11-07 Thread errordeveloper
Hello Fabio, it could be fabulous to get have a stand-alone host for pd community could be great! then we could have it as central SVN (or may be even bazar?) independent from sf.net ;) and some pretty web interface with some documentation and comments on how the abstractions and externals are

Re: [PD] using pix_mix to mix past images with present

2009-11-07 Thread John Harrison
Hmm. This worked for you? I get a seg fault with your patch when I click on [create, 1(. I could get it to start w/out a seg fault by disconnecting the [t a b ] from the [gemlist], then clicking on the [create, 1( then reconnecting [t a b] to [gemlist], but then it doesn't work. I only see what is

Re: [PD] build 64 bit again ...

2009-11-07 Thread András Murányi
On Sat, Nov 7, 2009 at 3:59 AM, Dan Wilcox wrote: > Ok, > > 64 bit Ubuntu Karmic > > So I have a script to grab pd-extended and build a package ... but still > the same weird table bugs as the last time I tried. The Analog Sequencer > example sounds aliased and higher pitched. I made sure to fo