I'm building a sampler based on phasor~ and I want a "one-shot" feature
where it'll only play sound in the table once and then set the phasor~ to 0.
I've tried detecting when the phasor~ hits 1 with unsig~ and [select 1]
but I seems to reset to 0 too fast, I can't catch it at 1.
I read on these forums that samphold~ should work (and be sample accurate)
but when I tried that I could detect then the phasor~ hit 0 but the sample loops
and plays a few ms before the phasor~ gets stopped.
Is what I'm trying to do possible? or should I use a separate tabplay~ to handle
the "one-shot" feature?
-Kai