zigzag~ style object that takes a position input rather than index

Brico's icon

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

Brico's icon

In other words, a signal-rate funbuff.

Tim Lloyd's icon

buffer~ + index~ and some extra patching should do it

Brico's icon

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.

Brico's icon

ended up making an mxj~ for it! pm me if you're interested.