Vivek Dhiman
Vivek Dhiman
``` peaksInstance.on('zoomview.click', function (event) { const view = peaksInstance.views.getView('zoomview'); view.enableSeek(false); }) ``` Are you suggesting that I should do this? If yes, then that will restrict my seeking when I...
So, will it just restrict the seeking when I click at the right edge of the waveform? I was just thinking of kind of a patch on my side only....
Yes. For now, this patch is working for me. But after performing deep debugging, I found out that although scrolling of the waveform on the click near the right edge...
Also, here are some advice and suggestions regarding waveform scrolling. Right now, if you have `enableAutoScroll` set to `true`, the waveform is scrolling automatically when the seeker enters the last...
Thanks @chrisn for helping out. Appreciate it. So, which version should I use to implement this?
Thanks @chrisn for the help. I think you have not provided the option of changing the value of tolerance via options or something, Right?
Hi, @chrisn Continuing this discussion further. I think we might need it when two segments are aligned as shown in the screenshots attached to the previous comment and we need...