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":
fgm,asdr IOhannes