Hi.
I’ve attached an example patch which I need to tweak a bit more performance from.
It cosists of a pipet defining the colour of an array of objects representing pixels from a video texture. The array is formed in the z direction by use of a queue meaning that the ‘pixels’ travel through z space over time.
The patch is resource hungry though which seems to be due to pipet having to operate on a pixel again and again as it makes the transition through the queue.
Is there any way to make the pipet only operate on the current frame of video, but then those colour values being stored and moved back through the array as the queue does?
Cheers guys
PipetVideoArray.v4p (15.1 kB)