Re: [PD] changing the position of arrays dynamically

2013-12-30 Thread peiman khosravi
Thanks very much. I'm going to give it a go tomorrow. Best, Peiman *www.peimankhosravi.co.uk || RSS Feed || Concert News * On 30 December 2013 19:24, João Pais wrote: > I've

Re: [PD] changing the position of arrays dynamically

2013-12-30 Thread João Pais
I've done an abstraction that does this, and more. The initial version was posted in the pd list some time ago: http://lists.puredata.info/pipermail/pd-list/2013-12/105216.htmlThanks João, I'd love to see an example of that. Best, Peiman www.peimankhosravi.co.uk || RSS Feed || Concert News On 10

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread Julian Brooks
Hey Tim, Nice clear coding style, thanks for that. Now where's Jonathan to tell us how much faster the redraw could be...:) Miller's comment reminded me that I should really get to grips with some of the new 0.45 stuff. Regards, Julian On 11 November 2013 22:44, tim vets wrote: > *zexy tha

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread tim vets
*zexy that is :) 2013/11/11 tim vets > I got inspired to try out my take on this > so here's another variation > uses [list-splat] (list-abs), [tabdump] (sexy), and, although not > essential, [popup] > the redraw gets quite slow quite quickly with larger tables though... > gr, > Tim > > > > 201

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread tim vets
I got inspired to try out my take on this so here's another variation uses [list-splat] (list-abs), [tabdump] (sexy), and, although not essential, [popup] the redraw gets quite slow quite quickly with larger tables though... gr, Tim 2013/11/10 peiman khosravi > Thanks for the info. I didn't kn

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 || RSS Feed || Concert News * On 10 November 2013 16:50, Miller Puckette wr

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 t

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 oth

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 peiman khosravi
Thanks João, I'd love to see an example of that. Best, Peiman *www.peimankhosravi.co.uk || RSS Feed || Concert News * On 10 November 2013 11:58, João Pais wrote: > you could

Re: [PD] changing the position of arrays dynamically

2013-11-09 Thread peiman khosravi
This is great. I also have a working example that I'll send later today once I've tidied it up. I'm using the tabletool external with horizontal zooming in and out of the array too. Will send it in a couple of hours. P *www.peimankhosravi.co.uk || RSS Feed

Re: [PD] changing the position of arrays dynamically

2013-11-09 Thread Julian Brooks
Nice one Michael, many thanks. It works, and I just need to spend a little more time with it to figure out why. Cool. Cheers, Julian On 9 November 2013 12:06, michael noble wrote: > > On Sat, Nov 9, 2013 at 6:42 PM, Julian Brooks wrote: > >> Michael - would you mind knocking up a quick exa

Re: [PD] changing the position of arrays dynamically

2013-11-09 Thread michael noble
On Sat, Nov 9, 2013 at 6:42 PM, Julian Brooks wrote: > Michael - would you mind knocking up a quick example This seems to work (roughly) so far as I understand Peiman's original request correctly. I can't vouch for it being the most efficient or bug-free solution. It polls the buffer array usin

Re: [PD] changing the position of arrays dynamically

2013-11-09 Thread Julian Brooks
Hi Pieman, Would you mind sharing the patch that does that ( or Michael - would you mind knocking up a quick example). I'd like to see it in action and am not sure how to approach it. Cheers, Julian On 9 November 2013 07:21, peiman khosravi wrote: > Seriously, that's a stroke of genius that

Re: [PD] changing the position of arrays dynamically

2013-11-08 Thread peiman khosravi
Seriously, that's a stroke of genius that didn't even occur to me. Thank you. Best, Peiman *www.peimankhosravi.co.uk || RSS Feed || Concert News * On 9 November 2013 06:24, mich

Re: [PD] changing the position of arrays dynamically

2013-11-08 Thread michael noble
On Sat, Nov 9, 2013 at 5:39 AM, peiman khosravi wrote: > I'm trying to mimic the feel of superimposed graphs, where the 'active' > graph can be changed dynamically. Why not use the GOP array as a UI/buffer, and dynamically push/pull the data to/from a selected array rather that moving the actual

[PD] changing the position of arrays dynamically

2013-11-08 Thread peiman khosravi
Dear all, I have a bunch of arrays in a subpatcher and would like to be able to dynamically chose which one is visible in the parent window. Is this possible? I'm trying to mimic the feel of superimposed graphs, where the 'active' graph can be changed dynamically. Normally I wouldn't bother with