[PD] Gem Rutt-Etra / pix_data speed?

IOhannes m zmoelnig zmoelnig at iem.at
Mon Jul 17 11:59:00 CEST 2017


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20170717/3edca995/attachment.sig>


More information about the Pd-list mailing list