Re: [PD] got jump-on-click arrays working

2013-05-15 Thread João Pais
There is something on puredata.info about compiling Pd-extended using either cygwin or mingw (can't remember which). It's pretty difficult if you've never done it before. Compiling Pd- vanilla should be easier. Still, it'd be better if I just post a zip of the binaries for the revisions.

Re: [PD] got jump-on-click arrays working

2013-05-15 Thread Björn Eriksson
Hello, On Wed, May 15, 2013 at 9:46 PM, Jonathan Wilkes wrote: > Compiling Pd- vanilla should be easier. Still, it'd be better if I just > post a zip of the binaries for the revisions. All that would require is a > user to download, unzip, then click on the "Pd" executable, which means any > u

Re: [PD] got jump-on-click arrays working

2013-05-15 Thread Jonathan Wilkes
On 05/15/2013 02:42 PM, João Pais wrote: That's actually a big problem, because it means the only people testing my changes are people who already know how to compile Pd on their platform AND have the free time (and interest) to test the changes I make. It would be much better if everyone who

Re: [PD] got jump-on-click arrays working

2013-05-15 Thread Ivica Ico Bukvic
On 05/15/2013 02:12 PM, João Pais wrote: I can't (or don't know how to) test these patches. But I would suggest something else, in case it's somehow related: - "change" message coming out the [struct] (or [plot]?) for data structure arrays, that output the pointer and index for the element in

Re: [PD] got jump-on-click arrays working

2013-05-15 Thread João Pais
That's actually a big problem, because it means the only people testing my changes are people who already know how to compile Pd on their platform AND have the free time (and interest) to test the changes I make. It would be much better if everyone who can run Pd can also test out the chan

Re: [PD] got jump-on-click arrays working

2013-05-15 Thread Jonathan Wilkes
On 05/15/2013 02:12 PM, João Pais wrote: I can't (or don't know how to) test these patches. That's actually a big problem, because it means the only people testing my changes are people who already know how to compile Pd on their platform AND have the free time (and interest) to test the chan

Re: [PD] got jump-on-click arrays working

2013-05-15 Thread João Pais
I can't (or don't know how to) test these patches. But I would suggest something else, in case it's somehow related: - "change" message coming out the [struct] (or [plot]?) for data structure arrays, that output the pointer and index for the element in question. Then it's possible to link u

Re: [PD] got jump-on-click arrays working

2013-05-04 Thread Jonathan Wilkes
Hi List, More "Put" menu array fun: * settable colors for the trace + "jump on click" action http://puredata.info/Members/jancsika/array-in-color/view * bar graph with settable outline/fill colors http://puredata.info/Members/jancsika/bargraph-array/view * resizing bar graph http://puredat

Re: [PD] got jump-on-click arrays working

2013-04-30 Thread Jonathan Wilkes
And here is a preliminary patch: ---Goods--- * jump-on-click, saves with patch * new bar graph style for multisliders, saves with patch * dialog option to hide array name ---Bads--- * no color choices yet * bar graph style with 100+ elements-- something weird happens with the colors shifting on

Re: [PD] got jump-on-click arrays working

2013-04-30 Thread Jonathan Wilkes
- Original Message - > From: IOhannes m zmoelnig > To: pd-list@iem.at > Cc: > Sent: Tuesday, April 30, 2013 3:52 AM > Subject: Re: [PD] got jump-on-click arrays working > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2013-04-29 20:36, Jonathan

Re: [PD] got jump-on-click arrays working

2013-04-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-04-29 20:36, Jonathan Wilkes wrote: > * can I add a A_DEFFLOAT for plot color for arrays? i would suggest to use A_DEFSYM instead. i think that using floats to represent the color (as in iemguis) has been way to complicated so far. it's really

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: yvan volochine > To: pd-list > Cc: > Sent: Monday, April 29, 2013 4:07 PM > Subject: Re: [PD] got jump-on-click arrays working > > On 29/04/13 22:07, Jonathan Wilkes wrote: >> That's the behavior I currently have

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread yvan volochine
On 29/04/13 22:07, Jonathan Wilkes wrote: That's the behavior I currently have working. cool =) The question is whether there is a need for an additional option to turn off the "jump-on-index" naa I meant the jump-on-click option only.. you might want to keep some sliders responding to del

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: yvan volochine > To: pd-list > Cc: > Sent: Monday, April 29, 2013 3:29 PM > Subject: Re: [PD] got jump-on-click arrays working > > On 29/04/13 21:26, yvan volochine wrote: >> On 29/04/13 20:36, Jonathan Wilkes wrote: >&g

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: yvan volochine > To: pd-list > Cc: > Sent: Monday, April 29, 2013 3:26 PM > Subject: Re: [PD] got jump-on-click arrays working > > On 29/04/13 20:36, Jonathan Wilkes wrote: >> * I got jump-on-click arrays working. >> *

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Björn Eriksson
Oh, this is great news! Can´t give you any response on the two first questions but here is a fast response to the other two... On Mon, Apr 29, 2013 at 8:36 PM, Jonathan Wilkes wrote: > Hi list, > > * I got jump-on-click arrays working. Basically you can click anywhere in > the graph and the arr

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread yvan volochine
On 29/04/13 21:26, yvan volochine wrote: On 29/04/13 20:36, Jonathan Wilkes wrote: * I got jump-on-click arrays working. * Implemented "bargraph style" for "Put" menu arrays. (See attached) This is basically a multi-slider. nice! do you have both jump-on-click /and/ "bargraph" at the same ti

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread yvan volochine
On 29/04/13 20:36, Jonathan Wilkes wrote: * I got jump-on-click arrays working. * Implemented "bargraph style" for "Put" menu arrays. (See attached) This is basically a multi-slider. nice! do you have both jump-on-click /and/ "bargraph" at the same time? cheers, y -- http://yvanvolochine.

[PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
Hi list, * I got jump-on-click arrays working.  Basically you can click anywhere in the graph and the array element in that vertical column will jump to your mouse position. * Implemented "bargraph style" for "Put" menu arrays.  (See attached)  This is basically a multi-slider. Questions: * u