hi miller, hi devs,
miller, as you probably know, thomas grill has added a function garray_update to devel (probably back in the pd-0.36 days ... it's in there since i'm working with pd) this function adds a timestamp of the last redraw to the t_garray struct in order to throttle array redraws (since as we all know, they are not really fast).
well, porting them to devel_0_39, i figured out that accessing the t_garray in the array_motion() function is not really easy any more, which basically means, thomas or me, one of us has to rewrite this again. or we loose this feature again!
miller, please try to keep an eye on devel to make sure, that you don't break any features added there. this is one example showing that developing with two parallel branches doesn't really work and just causes a lot of trouble.
cheers ... tim