Re: [PD] detect character in a symbol?

2010-08-08 Thread Mathieu Bouchard
On Sat, 7 Aug 2010, João Pais wrote: a quick question: I wanted to detect a character in a symbol, in order to route that symbol in a different way. Afaik, there is no object that does that, so the only way would be to decompose the symbol in ascii values, and then detect it. you can use

[PD] advice- multiple camera inputs

2010-08-08 Thread Dima Strakovsky
Hi all, Coming out of the lurker mode to ask a question here :) I am kicking around an idea for a work that would require four camera inputs. The video streams would be remixed in realtime and output via a single projector. Was wondering if anyone has played with the scenario and has some

Re: [PD] CPU saving strategies

2010-08-08 Thread Michal Seta
On Sat, Aug 7, 2010 at 6:55 PM, Bernardo Barros bernardobarr...@gmail.com wrote: Tim's SuperNova? It's a multi-core aware SuperCollider branch that is going to be merged to the main SuperCollider very soon Ah, cool. IIRC, the first experiments were based on a branch of pd. Also, I believe that

Re: [PD] advice- multiple camera inputs

2010-08-08 Thread Martin Schied
Dima Strakovsky wrote: Hi all, Coming out of the lurker mode to ask a question here :) I am kicking around an idea for a work that would require four camera inputs. The video streams would be remixed in realtime and output via a single projector. Was wondering if anyone has played with the

Re: [PD] CPU saving strategies

2010-08-08 Thread Mathieu Bouchard
On Sun, 8 Aug 2010, Michal Seta wrote: Ah, cool. IIRC, the first experiments were based on a branch of pd. It wasn't a branch, it was a pd-like software that offered zero compatibility with pd, and contained about zero % of code in common. But the only time I looked at it was in the first

[PD] GridFlow/GL !

2010-08-08 Thread Mathieu Bouchard
GridFlow 9.11 has [gf/gl], a new interface to OpenGL, which aims to be a replacement for that undocumented portion of GEM which contains [GEMglBegin], [GEMglEnd], [GEMglVertex3f], etc. The main advantages are : GL is exposed as a long list of methods in one class, allowing many

Re: [PD] CPU saving strategies

2010-08-08 Thread Mathieu Bouchard
On Sat, 7 Aug 2010, Michal Seta wrote: On Fri, Aug 6, 2010 at 1:12 PM, Mathieu Bouchard ma...@artengine.ca wrote: The separation from Backend and GUI Frontend in PD is leaving a bit to desire and my question if its possible to solve this, in maybe 10 years or so? I haven't met anyone willing

Re: [PD] abstraction setting its own arguments

2010-08-08 Thread Mathieu Bouchard
On Fri, 6 Aug 2010, Jonathan Wilkes wrote: With [args] the blueberries appear in my cereal bowl without me having gone to the refridgerator to retrieve them. I don't know why you wouldn't want the blueberries to appear in your cereal bowl automatically. It's a really cool features. And if

Re: [PD] advice- multiple camera inputs

2010-08-08 Thread hans w. koch
hi dima, you might want to search the max/msp/jitter forums as well, there are several posts about using multiple firewire cams on osx. the most efficient solution seemed to be unibrain fire-i, up to 4 were daisy-chained iirc. hth hans www.hans-w-koch.net Am 08.08.2010 um 18:28 schrieb

Re: [PD] change list order according to their first element

2010-08-08 Thread Mathieu Bouchard
On Wed, 28 Jul 2010, Libero Mureddu wrote: There are a couple of things though that are not clear to me: sorry, I believe I forgot to answer some parts of this. However, in my case I know only the number of columns (4), but the number for the other dimension cannot be fixed in advance (it

Re: [PD] detect character in a symbol?

2010-08-08 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/07/2010 11:30 PM, João Pais wrote: Hi, a quick question: I wanted to detect a character in a symbol, in order to route that symbol in a different way. Afaik, there is no object that does that, [routeOSC] can basically do that, since it

Re: [PD] abstraction setting its own arguments

2010-08-08 Thread Jonathan Wilkes
--- On Sun, 8/8/10, Mathieu Bouchard ma...@artengine.ca wrote: From: Mathieu Bouchard ma...@artengine.ca Subject: Re: [PD] abstraction setting its own arguments To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list@iem.at Date: Sunday, August 8, 2010, 8:30 PM On Fri, 6 Aug 2010, Jonathan