You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working on a project where I want to display a single channel from a URL.
When doing my research, I found that the easiest way to achieve this is to create a wavesurfer instance with the splitChannels option, and to set the height of the unwanted channel to 0.
This works for the most part, however when zooming in and setting the scroll to a specific time, and then calling the setOptions method, the scroll resets back to 0.
I saw that this was mentioned in an earlier issue (3189) and solved, however I managed to recreate this in this example
I wasn't sure if this is worthy of opening an issue, so I decided to post this here.
Thanks for any help!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am working on a project where I want to display a single channel from a URL.
When doing my research, I found that the easiest way to achieve this is to create a wavesurfer instance with the
splitChannels
option, and to set the height of the unwanted channel to 0.This works for the most part, however when zooming in and setting the scroll to a specific time, and then calling the
setOptions
method, the scroll resets back to 0.I saw that this was mentioned in an earlier issue (3189) and solved, however I managed to recreate this in this example
I wasn't sure if this is worthy of opening an issue, so I decided to post this here.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions