OK, I simply wasn't paying attention to proper structures with until and a counter, I have worked it out now. Thank you for your patience IOhannes, I will post some deliverables of this project soon.
Derek
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.