Sorry I guess I need a bit more help figuring out what you mean then please.

Should I be banging the left most inlet of [pix_data] once every sample? I am now sending the same until 64 counter to both the X and the Y inputs. But I am still having trouble understanding how to synchronize everything so that for every sample I get a new luma reading of a given X and Y coordinate.

D.

On 17/07/2017 12.59, IOhannes m zmoelnig wrote:
ouch. that shouldn't work at all.
on each [bang( coming out from [bang~], you first start a counter going
from 0 to 63, and send the corresponding table value to [pix_data]. once
the counter is finished (and its value has settled to 63) you start a
second counter doing the same. once both counters have reached 63, you
are sending a bang to [pix_data] to read out a single value. so for each
dsp-tick you are fetching the colour of the last (63rd) sample.

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to