[PD] getting pix_blobtracker to work

2011-04-11 Thread Matteo Sisti Sette
Hi, In Pd Extended, pix_blobtracker doesn't work because it contains objects from the iemmatrix library which is not included at startup. I guess I can fix that by manually loading those directories, but pix_blobtracker also uses a [mtx_*] object that doesn't seem to exist in the iemmatrix

Re: [PD] Arduino, any feedback to help me choose the model?

2011-04-11 Thread Richie Cyngler
I've been using the Uno with pduino recently and I couldn't be happier. They are cheap and really reliable, 6 analogue pins and somehting like 12 digital. So not huge, but still pretty versatile. Just upload the pduino firmata to the Uno, and in a flash (hehe) you have signal, and you can spend

[PD] can't compile dssi~

2011-04-11 Thread Athos Bacchiocchi
hi all, i'm trying to compile [dssi~] plugin on linux (ubuntu 10.10). I installed the requested dependencies (dssi, ladspa-sdk and liblo - dev packages) from synaptic, i couldn't find a -dev package for pd, so downloaded pd-exended source code and put the content of pd/src in the include

Re: [PD] getting pix_blobtracker to work

2011-04-11 Thread John Harrison
The issue of mtx_* not creating on PdX and how to solve has come up on this list several times now so you might check the archives. Yes mtx_* is an abbreviation for mtx_mul. pix_blobtracker works well for me in PdX --- just used it on a project last week. IOhannes mentioned it on the list just

Re: [PD] can't compile dssi~

2011-04-11 Thread Lorenzo Sutton
Hi athos, Original Message Subject: [PD] can't compile dssi~ From: Athos Bacchiocchi athos.bacchioc...@tin.it To: pd-list@iem.at Date: 11/04/11 14:15 hi all, i'm trying to compile [dssi~] plugin on linux (ubuntu 10.10). I installed the requested dependencies (dssi,

Re: [PD] getting pix_blobtracker to work

2011-04-11 Thread Mathieu Bouchard
On Mon, 11 Apr 2011, Matteo Sisti Sette wrote: In Pd Extended, pix_blobtracker doesn't work because it contains objects from the iemmatrix library which is not included at startup. I guess I can fix that by manually loading those directories, but pix_blobtracker also uses a [mtx_*] object

Re: [PD] delay lines

2011-04-11 Thread Mathieu Bouchard
On Sun, 10 Apr 2011, samuel rowe wrote: I've been trying to modify some bi-directional delay lines I found in the archives At the moment I can only select the input position in the delay line, then connect it up to another one via a scattering junction and select the output position for the

Re: [PD] intro to Gridflow and...

2011-04-11 Thread Mathieu Bouchard
On Fri, 8 Apr 2011, Richie Cyngler wrote: Also why isn't Gridflow part of Pd_extended? Do you want to work on it ? ___ | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC

Re: [PD] intro to Gridflow and...

2011-04-11 Thread Mathieu Bouchard
On Fri, 8 Apr 2011, Olivier Baudu wrote: About the introduction, after installing Gridflow, just go to gridflow/doc/tutorials/ It was perfect for me to start... You can also go at the bottom of the Help menu, in the GridFlow Index. It's not only a reference manual for the 253 object classes

Re: [PD] getting pix_blobtracker to work

2011-04-11 Thread Mathieu Bouchard
On Mon, 11 Apr 2011, Mathieu Bouchard wrote: It's best to pretend that iemmatrix is missing from pd-extended and just compile it on your own as a single -lib. Patrice Colet worked on the problem, but I don't remember in which version of Pd-Extended it got included, and you didn't say which

Re: [PD] need a workaround for detecting movement in Mac OS

2011-04-11 Thread Mathieu Bouchard
On Tue, 5 Apr 2011, Matteo Sisti Sette wrote: I am a bit reluctant to have my students download and install it just to use it marginally... How about using it a lot ? Have you seen this ? http://gridflow.ca/gallery/sequenceur.pd.png http://gridflow.ca/gallery/sequenceur.pd.mp3 By the

Re: [PD] [playlist] for win32 [was:Re: What version of GEM should I use with pd 0.43-0 vanilla]

2011-04-11 Thread Hans-Christoph Steiner
On Apr 11, 2011, at 1:40 AM, Patrice Colet wrote: - Hans-Christoph Steiner h...@at.or.at a écrit : On Apr 10, 2011, at 2:00 PM, Patrice Colet wrote: I'm wondering why the method isn't as same as in ggee/getdir to get current dir, that would be a simple cross-platform method,

Re: [PD] delay lines

2011-04-11 Thread Miller Puckette
I thought about this for quite some time, but couldn't see that unifying the two would bring enough benefit to be worth it. In particular, the particular way wraparound is handled in delay lines might change with the iplementation, but making the actual storage visible as a table would lock us

Re: [PD] delay lines

2011-04-11 Thread Mathieu Bouchard
On Mon, 11 Apr 2011, Miller Puckette wrote: I thought about this for quite some time, but couldn't see that unifying the two would bring enough benefit to be worth it. In particular, the particular way wraparound is handled in delay lines might change with the iplementation, but making the

Re: [PD] delay lines

2011-04-11 Thread Miller Puckette
Nothing specific, but the current implemtnation has 4 wraparound points (which assumes that interpolation goes up to 4 points) -- seems unnecessarily arbitrary to me. cheers M On Mon, Apr 11, 2011 at 12:34:34PM -0400, Mathieu Bouchard wrote: On Mon, 11 Apr 2011, Miller Puckette wrote: I

Re: [PD] delay lines

2011-04-11 Thread samuel rowe
I'm not quite sure what you mean, simply using [tabread~] and [tabwrite~] where I've used [delread~] and [delwrite~]? I wasn't aware you could specify a location in an array, I thought you just read it all? Sorry, I'm pretty new to using delay lines and arrays in Pd Thanks

Re: [PD] delay lines

2011-04-11 Thread samuel rowe
I'm not quite sure what you mean, simply using [tabread~] and [tabwrite~] where I've used [delread~] and [delwrite~]? I wasn't aware you could specify a location in an array, I thought you just read it all? Sorry, I'm pretty new to using delay lines and arrays in Pd Thanks

[PD] color aritmetics with an image and a value as operands (in GEM)

2011-04-11 Thread Matteo Sisti Sette
Hi, I'm finding some difficulty in doing in GEM operations that I thought would be trivial, and I think I must be missing something. For example, i'd like to do the same kind of operations you can do with pix_difference, pix_add and pix_multiply but use a single color as the right operand,

Re: [PD] color aritmetics with an image and a value as operands (in GEM)

2011-04-11 Thread cyrille henry
Le 11/04/2011 20:04, Matteo Sisti Sette a écrit : Hi, I'm finding some difficulty in doing in GEM operations that I thought would be trivial, and I think I must be missing something. For example, i'd like to do the same kind of operations you can do with pix_difference, pix_add and

Re: [PD] getting pix_blobtracker to work

2011-04-11 Thread Matteo Sisti Sette
On 04/11/2011 02:28 PM, John Harrison wrote: The issue of mtx_* not creating on PdX and how to solve has come up on this list several times now so you might check the archives. Yes mtx_* is an abbreviation for mtx_mul. There is also a [mtx] that I can't find anywhere, is it equivalent to

[PD] [PD-announce] NYC Patching Circle this Thursday 4/21, 6-9pm

2011-04-11 Thread Hans-Christoph Steiner
We'll have a special guest from Australia: libpd dev Chris McCormick, so there will be talk about embedding pd into anything from iPhones to OpenFrameworks. Also, we now have worked out a regular schedule again, alternating each month between Thursday 6-9pm at General Assembly and Sunday

Re: [PD] getting pix_blobtracker to work

2011-04-11 Thread Mathieu Bouchard
On Mon, 11 Apr 2011, Matteo Sisti Sette wrote: On 04/11/2011 02:28 PM, John Harrison wrote: The issue of mtx_* not creating on PdX and how to solve has come up on this list several times now so you might check the archives. Yes mtx_* is an abbreviation for mtx_mul. There is also a [mtx] that

Re: [PD] [PD-announce] NYC Patching Circle this Thursday 4/21, 6-9pm

2011-04-11 Thread Hans-Christoph Steiner
Just to be sure, its NEXT Thursday 4/21, not this Thursday. Sorry about that. .hc On Apr 11, 2011, at 4:02 PM, Hans-Christoph Steiner wrote: We'll have a special guest from Australia: libpd dev Chris McCormick, so there will be talk about embedding pd into anything from iPhones to

Re: [PD] [playlist] for win32 [was:Re: What version of GEM should I use with pd 0.43-0 vanilla]

2011-04-11 Thread sevy
salaam, For the information scandir() code for mingw has been taken from another mailing list: http://www.mail-archive.com/developer@arabeyes.org/msg03153.html libquran has been deprecated and replaced by libtahrir in the real unauthorized. in particular lines from configuration files

Re: [PD] [playlist] for win32 [was:Re: What version of GEM should I use with pd 0.43-0 vanilla]

2011-04-11 Thread DW mail
Sevy can you please make Cooled~ work again por favor? Preesh On 04/11/2011 05:39 PM, sevy wrote: salaam, For the information scandir() code for mingw has been taken from another mailing list: http://www.mail-archive.com/developer@arabeyes.org/msg03153.html