larrywal

Results 6 comments of larrywal

Let me explain my scenario a bit more. Each group will have multiple series, but most series will only have 1 event in them, and for those, they will mostly...

Thanks much @chrisn - tried to hook it like I did other events but there's no TypeScript definition for it. Also, it seems to fire a ton - like even...

Ideally yes. I have a separate timeline control and I'm trying to keep the exact zoom / viewport sync'd between that control and this.

Thanks for the quick response! Here's the code I'm using. When I comment out the line `audio.current!.src = fileURL` then the code after init never seems to run. ![image](https://user-images.githubusercontent.com/43455985/98967269-2734ec80-24c1-11eb-8cc9-e3f3bd8a3c66.png)

Got it - thanks much. On Thu, Nov 12, 2020 at 9:12 AM Chris Needham wrote: > Thanks. Currently, Peaks.init() doesn't accept a mediaUrl option, so - as > you've...

Thanks! So helpful. From looking through, I think for just a basic waveform rendering, I can take waveform.jsx and use it directly... I do need to use seek and zoom,...