[PD] csoundapi~ compiled for leopard?

2010-05-09 Thread umberto torrez
hello, im looking for csoundapi~ compiled for intel leopard , ive read that csound 5 comes with a compiled version, i download the latest version 5.12.4 but it doesnt comes with it. I also tried old versions but no luck, can anybody tell tme where can i find it? thanks Umberto __

[PD] compiling flashserver in Linux

2010-05-09 Thread Pedro Lopes
When compiling flashserver in Linux (with fresh download from SVN) I got two small errors. They are fairly easy to correct and the external works great (kudos to Olaf for this one!). I've posted a small fix here[1] and probably the sources on the SVN could be updated and committed to avoid the err

Re: [PD] openpanel crash

2010-05-09 Thread Alexandre Porres
Sorry, same deal, in Pd Vanila as well. And I also have that other issue about table views, it doesn't stick to belzer curve view, in all Pd versions. Do you all have that too? did you people try this patch on your machine to see how it goes? there is nothing wrong to it, and I still can manage

Re: [PD] vista & win7 support ?

2010-05-09 Thread rene beekman
tested this tonight on one machine running win7. replacing the pd.dll in the pd/bin folder made pd unable to start On May 08, 2010, at 16:38, patko wrote: > I've recently compiled a version of pd-extended > just replacing pd.dll fixes it, it's attached > > - "rene beekman" a écrit : >

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-09 Thread Arif Driessen
fractals! awesome! Is the patch that created this lying around the woods of public access too? :) On Sat, May 8, 2010 at 10:46 PM, Mathieu Bouchard wrote: > > made with PureData/GridFlow > > http://gridflow.ca/gallery/un_sur_z%C3%A8de.jpg > > (this is actually one screenshot I took from a live

Re: [PD] vista & win7 support ?

2010-05-09 Thread patko
The problem is one light year beyond what I've suggested first, sorry, it comes from the help patch. It's very hard to figure out what's going on, and watching what's happening by modifying things by hand with a text editor might help to find out the kinky lines, good luck! Why not trying out

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-09 Thread Mathieu Bouchard
On Sun, 9 May 2010, Arif Driessen wrote: fractals! awesome! Hmmm, I hadn't thought of that before... but there may be a fractal dimension to this figure. Is the patch that created this lying around the woods of public access too? :) Here's a version of it, as attachment, without the mirr

[PD] new pd releases

2010-05-09 Thread Alexandre Porres
hi there, please fill me in for any plans on new releases of Pd Vanila (0.43) and Pd-extended (0.42.5). thanks a bunch Alex ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] message ordering with send

2010-05-09 Thread Alexandre Porres
hi there, quick question, say I got a [send] object and many pairing [receive]... how do you predict the ordering of messages, or can't you do it at all? Meaning, which receive will actually receive the data first? The one that was first connected? My hint is that you have no way to control this

[PD] array length limit

2010-05-09 Thread Alexandre Porres
Is there any limit to array length limit at all? cheers alex ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] message ordering with send

2010-05-09 Thread ypatios
> Meaning, which receive will actually receive the data first? The one that > was first connected? > Althougth that is true for local connections, weirdly enough, in non-local connections the last created receive object receives data first. In local connections the problem can be solved using trig