I set this up so that a [phasor~] is reading through a table, an [hslider] underneath the table provides a visual of where in the table we are, AND you can adjust the [hslider] to re-position the playback.
This works perfectly, but it seems a little... inelegant. I don't like the fact that I'm resetting the phase of [phasor~] with every [metro] bang. It's like I'm doing double work... the phase reset is only useful when I move the [hslider] by hand.
Anyone have any opinions on this? Like I said, it works fine, it just seems like there must be a prettier way to do it.