On 2017-07-17 11:52, Derek Holzer via Pd-list wrote: > Can anyone see how I could get audio rate data out of [pix_data], or if > there might be another way to get luma values with an audio signal?
i've never had a problem with [pix_data] at audio rate, using something like the following: [inlet~] | [tabsend~ $0-x] [bang~] | [64( [until] | [i] [+ 1] [% 64] | [tabread $0-x] | [pix_data] there's two "tricks": - converting the signals to message domain, using [table] - accessing multiple pixels in zero logical time (using [until]) fgm,asdr IOhannes
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
