[PD] [PD-announce] Live Media Updates February 2011

2011-02-18 Thread Marco Donnarumma
(sorry for x-posting) Dear all, The new issue of thesaddj.com news aggregator is now on-line. Issue #23: news, articles, calls and events around open source culture, sonic research, new media art and shared knowledge. Tags: festival, piksel report, sonification, xth sense, biotechnology,

[PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Do you know if there is an external to track multiblob with a constant ID (the ID doesn't change in the time when two or more blobs move). For example, with [pix_multiblob], the ID of the blob is given by its position relative to the lower left corner (or i'm wrong), so it is not good for my

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
Hey Jack, I use versions of this object [tracks] for my stuff: http://www.jaimeoliver.pe/archives/741 I know William is working on a new object for this same purpose and in doing so he caught a bug in mine and several opportunities for optimization. The object should be working however. Let me

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
I have also tested with gridflow (based on multiblob.pd) and there is the same problem (no possibility to follow a same blob). ++ Jack Le vendredi 18 février 2011 à 14:07 +0100, Jack a écrit : Do you know if there is an external to track multiblob with a constant ID (the ID doesn't change in

Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-18 Thread Ingo Scherzinger
Hi Tim, usually I get better performance with oss. When I use alsa I have to start it with the -realtime and - nosleep flag to get the same performance. Unfortunately this makes the gui unmanageable from time to time. That's why I prefere oss. Leaving out the -nosleep flag helps somehow but seems

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Max
http://cvlab.epfl.ch/research/body/surv/ GPL Licensed. Am 18.02.2011 um 15:23 schrieb Jack: I have also tested with gridflow (based on multiblob.pd) and there is the same problem (no possibility to follow a same blob). ++ Jack Le vendredi 18 février 2011 à 14:07 +0100, Jack a

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
On Fri, Feb 18, 2011 at 9:42 AM, Max abonneme...@revolwear.com wrote: http://cvlab.epfl.ch/research/body/surv It looks good, but I can't find if there is a specific pd object to create continuity independent from the tracking part. This is what I think is useful. do you know if it does? J /

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Thanx Max but i never make an external for Pd from c++. The example with ping-pong balls is what i am looking for. Jaime, your external seems to be what i need, but i am a newbie in compiling stuff. When i enter : $ make i get : make: *** No rule to make target `.pd_linux', needed by `pd_linux'.

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
have you tried: make tracks.pd_linux ? J On Fri, Feb 18, 2011 at 9:58 AM, Jack j...@rybn.org wrote: Thanx Max but i never make an external for Pd from c++. The example with ping-pong balls is what i am looking for. Jaime, your external seems to be what i need, but i am a newbie in

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jaime Oliver
wait, are you in linux? J On Fri, Feb 18, 2011 at 10:04 AM, Jaime Oliver jaime.oliv...@gmail.comwrote: have you tried: make tracks.pd_linux ? J On Fri, Feb 18, 2011 at 9:58 AM, Jack j...@rybn.org wrote: Thanx Max but i never make an external for Pd from c++. The example with ping-pong

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread IOhannes zmölnig
On 02/18/2011 02:07 PM, Jack wrote: Do you know if there is an external to track multiblob with a constant ID (the ID doesn't change in the time when two or more blobs move). For example, with [pix_multiblob], the ID of the blob is given by its position relative to the lower left corner (or

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Yes, i use linux. Thanx it is working now. (it was a mistake from me : i tried with track.pd_linux, omiting the s !) I try now. ++ Jack Le vendredi 18 février 2011 à 10:04 -0500, Jaime Oliver a écrit : have you tried: make tracks.pd_linux ? J On Fri, Feb 18, 2011 at 9:58 AM,

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
Ah, good to know. I will give it a try. Thanx. ++ Jack Le vendredi 18 février 2011 à 16:11 +0100, IOhannes zmölnig a écrit : On 02/18/2011 02:07 PM, Jack wrote: Do you know if there is an external to track multiblob with a constant ID (the ID doesn't change in the time when two or more

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread John Harrison
I remember looking into pix_blobtracker but I don't remember why I didn't use it. In any case, I wrote a Pd abstraction last weekend which I called nearest-neighbor which I think might do the same thing: it looks for the shortest euclidean distances between blobs of the current frame with blobs of

Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-18 Thread Bernardo Barros
Ingo, I think OSS can offer you just very high latency. You can't get realtime with it. Did you test this 8ms latency, is that actually waht happens? I get latencies as low as 5~10 ms with alsa and jack. Besides, if you configure your system right with ALSA and JACK, you don't need to run PD as

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Dario Pedrioli
Hi Jaime and all, very interesting... I've downloaded the sources tried to compile but have problems on linux (Ubuntu 10.10 64bit): if I type make the result is: No rule to create target .pd_linux etc... So I tried make tracks and the result is:

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread Jack
So i tried and it seems to work fine with [pix_multiblob] ! :) No problems to report at this time. ++ Jack Le vendredi 18 février 2011 à 16:25 +0100, Jack a écrit : Yes, i use linux. Thanx it is working now. (it was a mistake from me : i tried with track.pd_linux, omiting the s !) I try

Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-18 Thread IOhannes zmölnig
On 02/18/2011 05:13 PM, Bernardo Barros wrote: Ingo, I think OSS can offer you just very high latency. You can't get realtime with it. where did you get that piece of information? the lowest latency i was ever able to get with Pd at 44.1kHz was with RME Hammerfall and OSS(!) drivers: 4.8ms

Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-18 Thread Bastiaan van den Berg
2011/2/18 IOhannes zmölnig zmoel...@iem.at On 02/18/2011 05:13 PM, Bernardo Barros wrote: Ingo, I think OSS can offer you just very high latency. You can't get realtime with it. where did you get that piece of information? the main problem with OSS is, that it is simply not available

Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-18 Thread IOhannes zmölnig
On 02/18/2011 06:00 PM, Bastiaan van den Berg wrote: In my memory, OSS forked off into some commercial project, or was it always that way? that's true as well (but the commercial fork happened a decade or so ago - and i believe it's still alive), but i was really talking about free OSS as

Re: [PD] pdp_vloopback ?

2011-02-18 Thread Jack
Le lundi 14 février 2011 à 14:27 +0100, IOhannes m zmoelnig a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-02-14 14:13, Jack wrote: i have now installed : GEM: Graphics Environment for Multimedia GEM: ver: 0.93.SVN rev3720M GEM: compiled: Feb 14 2011 good.

Re: [PD] FLOSS book Lists chapter

2011-02-18 Thread Andy Farnell
I noticed this too. Miller is quite fond of using it in Theory and Techniques. I do from time to time, but only if the connection is a leftmost or rightmost control/message connection. For certain kinds of patch, where you mostly have audio DSP runnimg down the page, and occasional

[PD] Gem+v4l2loopback (was Re: pdp_vloopback ?)

2011-02-18 Thread IOhannes zmölnig
On 02/18/2011 07:33 PM, Jack wrote: it's the same as with the film- and video- plugins: you need to have the plugins besides your Gem.pd_linux: $ pwd .Gem/src $ ln -s plugins/recordV4L2/.libs/gem_recordV4L2.so . $ Done, but i still have the problem after : $ ln -s

Re: [PD] Gem+v4l2loopback (was Re: pdp_vloopback ?)

2011-02-18 Thread Jack
Le vendredi 18 février 2011 à 19:50 +0100, IOhannes zmölnig a écrit : On 02/18/2011 07:33 PM, Jack wrote: it's the same as with the film- and video- plugins: you need to have the plugins besides your Gem.pd_linux: $ pwd .Gem/src $ ln -s plugins/recordV4L2/.libs/gem_recordV4L2.so .

[PD] externals tutorial: link error

2011-02-18 Thread Elliott Slaughter
I'm getting a link error when following the counter tutorial from the following page: http://pdstatic.iem.at/externals-HOWTO/node4.html 2counter.obj : error LNK2001: unresolved external symbol _s_float 2C:\Users\Elliott\...\externals\build\Debug\counter.dll : fatal error LNK1120: 1 unresolved

Re: [PD] externals tutorial: link error

2011-02-18 Thread Jack
Try here : http://iem.at/pd/externals-HOWTO/ ++ Jack Le vendredi 18 février 2011 à 11:39 -0800, Elliott Slaughter a écrit : I'm getting a link error when following the counter tutorial from the following page: http://pdstatic.iem.at/externals-HOWTO/node4.html 2counter.obj : error

Re: [PD] externals tutorial: link error

2011-02-18 Thread Martin
On 18/02/11 02:39 PM, Elliott Slaughter wrote: I'm getting a link error when following the counter tutorial from the following page: http://pdstatic.iem.at/externals-HOWTO/node4.html 2counter.obj : error LNK2001: unresolved external symbol _s_float

Re: [PD] externals tutorial: link error

2011-02-18 Thread Jack
Oups, sorry, i think it was an error concerning the web link to the how to. ++ Jack Le vendredi 18 février 2011 à 15:03 -0500, Martin a écrit : On 18/02/11 02:39 PM, Elliott Slaughter wrote: I'm getting a link error when following the counter tutorial from the following page:

Re: [PD] Sigmund~ and tracks.

2011-02-18 Thread J bz
Good stuff, ok will do. Thanks again, Julian On 17 February 2011 19:19, William Brent william.br...@gmail.com wrote: Ok, a Windows binary of [pitchEnv~] is up on my site: http://williambrent.conflations.com/pages/research.html#pitchEnv I hadn't put up Windows or the source yet because I

Re: [PD] FLOSS book Lists chapter

2011-02-18 Thread Jonathan Wilkes
--- On Fri, 2/18/11, Andy Farnell padawa...@obiwannabe.co.uk wrote: From: Andy Farnell padawa...@obiwannabe.co.uk Subject: Re: [PD] FLOSS book Lists chapter To: Jonathan Wilkes jancs...@yahoo.com Cc: Mathieu Bouchard ma...@artengine.ca, pd-list@iem.at Date: Friday, February 18, 2011, 7:46 PM

Re: [PD] externals tutorial: link error

2011-02-18 Thread Elliott Slaughter
On Fri, Feb 18, 2011 at 12:03 PM, Martin martin.pe...@sympatico.ca wrote: On 18/02/11 02:39 PM, Elliott Slaughter wrote: I'm getting a link error when following the counter tutorial from the following page: http://pdstatic.iem.at/externals-HOWTO/node4.html 2counter.obj : error LNK2001:

Re: [PD] FLOSS book Lists chapter

2011-02-18 Thread Hans-Christoph Steiner
On Feb 16, 2011, at 8:27 PM, Jonathan Wilkes wrote: --- On Thu, 2/17/11, Andy Farnell padawa...@obiwannabe.co.uk wrote: From: Andy Farnell padawa...@obiwannabe.co.uk Subject: Re: [PD] FLOSS book Lists chapter To: Mathieu Bouchard ma...@artengine.ca Cc: pd-list@iem.at Date: Thursday,

Re: [PD] FLOSS book Lists chapter

2011-02-18 Thread Hans-Christoph Steiner
I created a new account on booki with my same account name: HansChristophSteiner. Seemed to work fine. .hc On Feb 17, 2011, at 6:10 AM, adam hyde wrote: hey i am working on this at the moment (see list if youa re still sub'ed...just mailed it about this). hope it is sorted out next week

Re: [PD] FLOSS book Lists chapter

2011-02-18 Thread Hans-Christoph Steiner
On Feb 17, 2011, at 10:04 AM, Mathieu Bouchard wrote: On Thu, 17 Feb 2011, Frank Barknecht wrote: IIRC the latest version of the RjDj app is not yet using libpd, but for the Inception movie tie-in app, which uses Pd/RjDj inside as well, the team has already made the switch to libpd, which

[PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
Hello, I'm wondering why this argument is missing, any idea? -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? ___ | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC

Re: [PD] FLOSS book Lists chapter

2011-02-18 Thread Jonathan Wilkes
--- On Sat, 2/19/11, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] FLOSS book Lists chapter To: Jonathan Wilkes jancs...@yahoo.com Cc: Mathieu Bouchard ma...@artengine.ca, Andy Farnell padawa...@obiwannabe.co.uk, pd-list@iem.at

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? in properties dialog box there are settings we can handle with donecanvasdialog message where arguments can be

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread Mathieu Bouchard
On Sat, 19 Feb 2011, patko wrote: - Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? in properties dialog box there are settings we can handle with donecanvasdialog

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread Jonathan Wilkes
It has been assimilated into GraphMe. Possible values are: 0 - no gop 1 - gop 2 - gop + hide object name and args -Jonathan ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-18 Thread patko
- Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: - Mathieu Bouchard ma...@artengine.ca a écrit : On Sat, 19 Feb 2011, patko wrote: I'm wondering why this argument is missing, any idea? _Where_ is that argument missing ? in properties dialog box

[PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-18 Thread Elliott Slaughter
Hi, I'm trying to compile vanilla Pd 0.42-5 from source on Mac OS X 10.6, and after doing a ./configure and make got a lot of warnings followed by: lipo: can't figure out the architecture type of: /var/folders/pI/pIcjee4GEbOGlylnzdAsZTI/-Tmp-//ccLn5z7A.out Am I missing something? The

Re: [PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-18 Thread Hans-Christoph Steiner
./configure --disable-fat That is a warning related to building universal. .hc On Feb 18, 2011, at 11:25 PM, Elliott Slaughter wrote: Hi, I'm trying to compile vanilla Pd 0.42-5 from source on Mac OS X 10.6, and after doing a ./configure and make got a lot of warnings followed by:

Re: [PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-18 Thread Elliott Slaughter
On Fri, Feb 18, 2011 at 9:16 PM, Hans-Christoph Steiner h...@at.or.atwrote: ./configure --disable-fat That is a warning related to building universal. Ok, build gets a little further, and then: ../portaudio/src/hostapi/coreaudio/pa_mac_core.c: In function ‘OpenAndSetupOneAudioUnit’: