@KMETE said:
ok I noticed strange behaviour
when the track arrive to the end and stops (all good here) it won't start from the beginning if the next press is less then the time of the pause-timer. is this possible to fix?
Yes, it's possible.
[play~] is based on Max/MSP's [play~] object (from the cyclone library, which is not about storms, it's "CYcling-74 CLONE") -- I think you had said you used Max before? So you might be familiar with play~'s right-hand output, which puts out a bang upon stop.
Here it's perhaps a bit lucky -- it does not bang upon pause. (This isn't clear from the help patch, but I tried it.)
So when you get "bang" out of this outlet, you can use that to set a storage variable to restart.
But... actually it will take less time if I just send some screenshots. If I try to explain it and you build it, I guess it will be days of back-and-forth fixing problems.
I think that will do it... to be honest, this got a bit trickier than I expected... stupid little things which, two years ago, I wouldn't have known how to handle.
But at this point, I'm going to have to stop. I've already spent too many hours on this. At this point, you'll need either to handle remaining problems on your own or someone else can step up.
hjh