Muse
Muse copied to clipboard
Scrubbing to the end of the track does not work
When scrubbing to the end of the track, it shows the vertical bar, the end track time permanently, and continues playing from where it was before it was scrubbed.
I tried improving this with 2bdc4cf5cb4a6c9923392fcde7e6e8318b576371. It seems good on the TouchBar simulator, unfortunately I don't have a tbMBP to test it on. Can you give it a try? Muse.app.zip
It works better, but when I reach the end without releasing my finger, it immediately switches to the next song. If possible, could you make it only work on release. Also, with it immediately going to the next track, the slider in the new song moves to where my finger is if I move it at all.
My previous comment still stands with the current 2.0 version. Thanks!
So, with f2ea7b92fab6154596877137c7df24e9e2d5582d I've subclassed NSSlider to get direct control of touch events on it instead of relying on NSTouch. I think it works better now, playback pauses on touch down and resumes only on release, thus not interfering with scrubbing. Here's a test build. Muse.app.zip