[PD] Data structure arrays: plotting and editing "w"

Miller Puckette mpuckett at man104-1.ucsd.edu
Mon Aug 30 20:02:55 CEST 2004


Aha... a bug... in g_array.c line 472:

                if (yonset <= 0)

should read:

                if (yonset < 0)

thanks for flagging that.

Miller

On Mon, Aug 30, 2004 at 10:58:39AM +0200, Frank Barknecht wrote:
> Hallo,
> Miller Puckette hat gesagt: // Miller Puckette wrote:
> 
> > Editing of "data" using the mouse is awkward to say the least... I'm still
> > looking for ways to make it more usable.  To change "y", you should be
> > able to click 1/2-way batween the upper vertex and the lower vertex that
> > describes a point havin both "y" and "w".
> 
> I found out now that I cannot edit y with mouse, if the array element
> was defined having y as first field.
> 
> This will not let me edit y, only w: 
> 
>  [struct elem float y float x float w]
>  [struct something array elements elem]
> 
> whereas this allows edits of y as well: 
>  
>  [struct elem float x float y float w]
>  [struct something array elements elem]
> 
> I suppose this is a bug somehow, or am I required to use a certain
> order by design?
> 
> Ciao
> -- 
>  Frank Barknecht                               _ ______footils.org__
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list




More information about the Pd-list mailing list