-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Markers plugin #2196
Add Markers plugin #2196
Conversation
… chrome This fixes the region plugin as well as the annotations plugin.
This adds pro-tools style markers to a waveform, for easy jumping to predefined points.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! can you also add a version marker in the new plugin and a changelog entry?
can you clarify what you mean by version marker? |
I've addressed all other issue besides the version marker |
see https://jsdoc.app/tags-since.html, I would put it in the new plugin class. The version nr can be 4.x.0 where x is current version + 1 |
issues addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
* change let to var to prevent 'wavesurfer is already defined' error in chrome This fixes the region plugin as well as the annotations plugin. * add "markers" plugin This adds pro-tools style markers to a waveform, for easy jumping to predefined points. * remove markers from zoom example * remove crashy event listener * clean up event handlers on destroy * add changelog entry for marker plugin * add @SInCE tag * fetch url format * add PR number
This adds a "markers" plugin to wavesurfer, very similar to what Pro Tools gives you. Just a way to easily jump around in a waveform.
Lots more customization options are possible, but I figured I'd wait for the community for ask for it.