Re: [PD] changing the position of arrays dynamically

2013-11-10 Thread peiman khosravi
Thanks João, I'd love to see an example of that. Best, Peiman *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed http://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 10 November 2013 11:58, João Pais jmmmp...@googlemail.com

Re: [PD] changing the position of arrays dynamically

2013-11-10 Thread João Pais
you could also use data structures to copy the arrays to the display, and superimpose and hide whichever necessary, e.g. also using different colors/thickness for each array. I don't have the time now to make an example, though. Maybe during the next days.OK, here it is. It needs two externals:

Re: [PD] changing the position of arrays dynamically

2013-11-10 Thread Julian Brooks
Thanks for the patch Peiman. Completely different but the same end-result as Michael's. And my learning moves on another small notch. (having one of those isn't Pd great moments:) BTW - [popup] was a new one on me but [tabletool]'s great. If you haven't checked them out yet William Brent's

Re: [PD] [OT] Status of Fink packages

2013-11-10 Thread Dan Wilcox
Sorry, this may not help much but: Wow, I didn't realize Fink was still around. Most people I know (including myself) are using Homebrew which currently has v0.11 json-c. I also did a check on Macports they have v0.9 ... :( On Nov 10, 2013, at 6:00 AM, pd-list-requ...@iem.at wrote: From:

Re: [PD] changing the position of arrays dynamically

2013-11-10 Thread Miller Puckette
It's less efficient than William's solution, but there's an array get object in Pd 0.45 that spits out a list of elements in an array that would also work. cheers Miller On Sun, Nov 10, 2013 at 03:05:41PM +, Julian Brooks wrote: Thanks for the patch Peiman. Completely different but the

Re: [PD] changing the position of arrays dynamically

2013-11-10 Thread peiman khosravi
Thanks for the info. I didn't know this object. Very useful. Best, Peiman *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed http://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 10 November 2013 16:50, Miller Puckette

[PD] AU or VST loader for OSX

2013-11-10 Thread Pagano, Patrick
Hello i am building a mixing console for pd for a project and i would like to use either AUs or VSTs in it. Is there a VST/AU loader for pure data on mac? Also, I am curious what your favorite plugin is Free or Pay thanks for the answers! pp Patrick Pagano B.S, M.F.A Audio and Projection

[PD] Arduino/Raspberry comport issue

2013-11-10 Thread Allen, Michael
I’m using a Teensy to get data from Pots and switches into PD on a RPi. The teensy sketch is set to open serial at 9600 baud. In PD I have [comport devicename 9600]. It won’t receive data. When I change the object to [comport devicename 115200] it immediately opens and starts receiving data.