Re: [PD] problem in compiling puredata_opencv

2010-10-04 Thread Adityo Pratomo
hey everyone, I was playing with the pix_opencv_hu_compare because I figure that it's the best way to track and detect a picture in a card. But then I got the error message: [pix_opencv_threshold]: pix_opencv_threshold : yuv format not supported error: [pix_opencv_hu_compare] : no method to

Re: [PD] problem in compiling puredata_opencv

2010-10-04 Thread Adityo Pratomo
ola yves, ookay, i'll try that, even though i did try to go back to pd-extended 0.41-4, and yeah your opencv works :) but i'll try your suggestion anyway :D Anyway, i Was wondering, what is the best way to implement blob detection on pd? or if I want to detect and track an edge of an object from

Re: [PD] iemguts and propertybang

2010-10-04 Thread Luc Xation
Matthieu, thanks for your alternative solution. It's a good thing to be able to circumvent a problem ( unstable, unfinished, author, etc.. ). Patrick , i am going to do some tests and i am motivated to clean the mtl abstractions of iemguts objects. cheers J k p 2010/10/2 Mathieu Bouchard

Re: [PD] iemguts and propertybang

2010-10-04 Thread patrick
gridflow is not included in pd-extended. so asking people to install gridflow for gf/propertybang is not the best solution either. but maybe *now* iemguts is finished and will be included in pd-extended? pat ___ Pd-list@iem.at mailing list

Re: [PD] PD on Atom Processors

2010-10-04 Thread Ingo Scherzinger
You should definitely check how much power you need. I was running a similar atom cpu (on another board) and it was giving me about 10% of the performance that I got with a twice as fast AMD Athlon II X2 260. It could barely run 2 (rather complex) sampler - voices compared to about 24 on the other

Re: [PD] iemguts and propertybang

2010-10-04 Thread Mathieu Bouchard
On Mon, 4 Oct 2010, patrick wrote: gridflow is not included in pd-extended. so asking people to install gridflow for gf/propertybang is not the best solution either. GridFlow has a Ubuntu build and two OSX builds. what more do you want ? I need someone to take care of the Windows builds. But

Re: [PD] ugly fonts under pdextended 0.42.5

2010-10-04 Thread Hans-Christoph Steiner
Try the old font fix: http://puredata.info/docs/faq/on-gnu-linux-the-fonts-are-strange-and-or-too-big-or-small Or try switching to Tcl/Tk 8.5 by doing: apt-get install tk8.5 update-alternatives --config wish Either of those help? .hc On Oct 4, 2010, at 4:59 AM, michael noble wrote: hi

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-10-04 Thread J bz
Hi Fernando, Apologies for the late response. I (re)encoded the films in Avidemux on my Puredyne machine using the mjpeg codec. There is a Windows version of Avidemux too. I switched to borrowed Windows and Mac machines for testing as my Puredyne lappy wont drive the patch. Too processing

Re: [PD] ugly fonts under pdextended 0.42.5

2010-10-04 Thread michael noble
Is there a reason the pd-extended builds have a hard dependency on tcl/tk 8.4. The vanilla in the repos depends on 8.5. Would that make a difference? -m ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Shuffling arrays

2010-10-04 Thread Lorenzo
tim vets wrote: William Brent's tabletool ? http://williambrent.conflations.com/pages/research.html gr, Tim 2010/10/4 Andrew Faraday jbtur...@hotmail.com mailto:jbtur...@hotmail.com Hey Guys I've recently come across the .shuffle method in Ruby which randomly re-orders the

Re: [PD] ugly fonts under pdextended 0.42.5

2010-10-04 Thread michael noble
Hi Hans, Neither reinstalling the fonts or switching to Tcl/Tk 8.5 made a difference. Fonts in PD vanilla (0.42.6 from the repos) look fine, by the way. This is in Lucid and Maverick, not able to test on Squeeze at the moment. -m ___ Pd-list@iem.at

Re: [PD] Shuffling arrays

2010-10-04 Thread Mathieu Bouchard
On Sun, 3 Oct 2010, Andrew Faraday wrote: I've recently come across the .shuffle method in Ruby which randomly re-orders the content of an array. Does anyone know of a way to do this in Pd, that is, either change the order of notes within an array or output them in a random order (without

Re: [PD] Shuffling arrays

2010-10-04 Thread Claude Heiland-Allen
On 03/10/10 23:21, Andrew Faraday wrote: Hey Guys I've recently come across the .shuffle method in Ruby which randomly re-orders the content of an array. Does anyone know of a way to do this in Pd, that is, either change the order of notes within an array or output them in a random order

Re: [PD] Shuffling arrays

2010-10-04 Thread martin.peach
That's a bad way to shuffle, as it can swap things back again and generally reduce the randomness, the way someone who is good at shufflng cards can put them all back the way they started while appearing to mix them up. A better way is to start at the beginning of the array, swap the first

Re: [PD] Shuffling arrays

2010-10-04 Thread Mathieu Bouchard
On Mon, 4 Oct 2010, martin.pe...@sympatico.ca wrote: That's a bad way to shuffle, as it can swap things back again and generally reduce the randomness, the way someone who is good at shufflng cards can put them all back the way they started while appearing to mix them up. But the programme

Re: [PD] problem in compiling puredata_opencv

2010-10-04 Thread ydego...@gmail.com
ola, yeh it's quite clear... the yuv images that comes from your cam must be converted to rgba with pix_rgba before being passed to opencv that only works with rgb and grey internally.. [pix_video] | [pix_rgba] | [pix_opencv_...] suerte, sevy Adityo Pratomo wrote: hey everyone, I was

Re: [PD] jMax Phoenix

2010-10-04 Thread Mathieu Bouchard
On Thu, 23 Sep 2010, Jonathan Wilkes wrote: I thought it was in 0.43-- at least I'm using Pd version 0.42.5-extended and there isn't the autopatching feature. This is one of the rare features of Pd-vanilla 42 that is disabled in Pd-extended 42. I initially liked what I saw of the

[PD] problem when comparing numbers from TUIO Client, Reactivision, any ideas ?

2010-10-04 Thread Fernando Krum
Hello everybody, i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos... have tried using moses and comparison =, and others, but won work... anybody have went through the same problem ? i'm using

Re: [PD] problem when comparing numbers from TUIO Client, Reactivision, any ideas ?

2010-10-04 Thread Husk 00
- Fernando Krumferk...@gmail.com wrote: Hello everybody, i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos... have tried using moses and comparison =, and others, but

Re: [PD] problem when comparing numbers from TUIO Client, Reactivision, any ideas ?

2010-10-04 Thread Fernando Krum
? On Mon, Oct 4, 2010 at 4:46 PM, Husk 00 hus...@gmail.com wrote: - Fernando Krumferk...@gmail.com wrote: Hello everybody, i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to

Re: [PD] jMax Phoenix

2010-10-04 Thread Jonathan Wilkes
--- On Mon, 10/4/10, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] jMax Phoenix To: Jonathan Wilkes jancs...@yahoo.com Cc: IOhannes m zmoelnig zmoel...@iem.at, pd-list@iem.at Date: Monday, October 4, 2010, 8:40 PM On Thu, 23 Sep

Re: [PD] problem when comparing numbers from TUIO Client, Reactivision, any ideas ?

2010-10-04 Thread Pedro Lopes
TUIO is OSC, you have to parse the messages and see what you want to do with the fields (aka arguments). Please read more about TUIO and OSC. Then inside PD use a OSCroute or whatever object that is able to parse the messages. Then its all trivial. The key that you are missing (judging by your

Re: [PD] problem when comparing numbers from TUIO Client, Reactivision, any ideas ?

2010-10-04 Thread Fernando Krum
good. got it. i think i'm leaving the tuio behind, will listen straight to the port using dumpOSC... thank you very much for your help ! Fernando. On Mon, Oct 4, 2010 at 6:01 PM, Pedro Lopes pedro.lo...@ist.utl.pt wrote: TUIO is OSC, you have to parse the messages and see what you

Re: [PD] problem when comparing numbers from TUIO Client, Reactivision, any ideas ?

2010-10-04 Thread Pedro Lopes
TUIO is (on top of) OSC. :) Use dumpOSC, or whatever, the key is parsing the messages. I use TUIO out of CCV (aka tbeta) or Reactivision or SimTouch (both multitouch simulators), they all work very simply. The idea behind TUIO is indeed to offer a simple way to receive the blob and their

Re: [PD] problem in compiling puredata_opencv

2010-10-04 Thread Adityo Pratomo
ow, okay, that should solve the problem. let me give it a try. anyway, the pix_rgba must also be applied to the referenced image isn't it? i mean the image that the image from the camera should be compared to... thank you Didit On Tue, Oct 5, 2010 at 5:21 AM, ydego...@gmail.com

Re: [PD] problem in compiling puredata_opencv

2010-10-04 Thread Adityo Pratomo
okay, good news, everything's work yves. thanks a lot. I'm playing with the help file now. anyway, couple questions for [pix_opencv_pgh_compare]: 1. why are the images appear at the gemwin is all yellow and black? 2. does the images and the video from webcam has the same size (320x240 in your

Re: [PD] problem in compiling puredata_opencv

2010-10-04 Thread ydego...@gmail.com
ola, Adityo Pratomo wrote: okay, good news, everything's work yves. thanks a lot. I'm playing with the help file now. anyway, couple questions for [pix_opencv_pgh_compare]: 1. why are the images appear at the gemwin is all yellow and black? there are still some colorspace issues on mac OSX,

[PD] Res: music made with Pd

2010-10-04 Thread Eduardo Patricio
Hi there! I'd like to share with you two recorded live performances made with my M.M.S. (a digital instrument: joystick + Pure Data) http://soundcloud.com/eduardopatricio/discos-de-cobre-2010 http://soundcloud.com/eduardopatricio/electric-talk Cheers! Eduardo