zigzag~ style object that takes a position input rather than index
Hi, I'm looking for an object like zigzag~ that is controlled with the position of the point, rather than the index, i.e. by the x position on a graph, rather than the point number.
Does anyone know of such a thing?
Cheers!
Rob
In other words, a signal-rate funbuff.
buffer~ + index~ and some extra patching should do it
Cheers for the reply. Yeah I thought about that but storing 10 seconds worth of data seemed like overkill, rather than going for a graph and interpolation style approach.
ended up making an mxj~ for it! pm me if you're interested.