--- On Tue, 3/2/10, João Pais <[email protected]> wrote:
> From: João Pais <[email protected]> > Subject: Re: [PD] integer values > To: "volker böhm" <[email protected]>, [email protected] > Date: Tuesday, March 2, 2010, 1:06 AM > since what you need most is a > click/activity detector to trigger your quantizer, it might > be possible to do this with data structures - to avoid > adding a [metro]. unfortunately data structures are complex > to work with and I have no time now do try something. but > you could look at my jmmmp/sliders abstraction and go from > there. recent versions of pd have a click on/off detector in > data structures, I think. > > next week I could say something more about it, if this > isn't something urgent. > > João You can detect clicks for a scalar, but not for each individual element of an array. Unless there's a cool trick someone knows, I think you're still forced to use the [metro] workaround if you use data structures. _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
