-
Notifications
You must be signed in to change notification settings - Fork 8
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
play-1.js: add support for speedup ratio #22
Comments
Your commit should be in the issue #21.
|
You are correct. Sorry for the mixup. Will remove the comment to prevent misleading link. |
joaocc
added a commit
to highskillz/abc2svg
that referenced
this issue
Sep 2, 2017
Not sure if this is the most elegant way to implement this, but we tried to keep changes to a minimum. |
I already implemented such a function in a previous player and I was about to code it. |
moinejf
added a commit
that referenced
this issue
Sep 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one is quite simple to explain.
We would like to be able to speed up / slow down the playback by a factor of N. This could be made available to users via a slider.
After reading through play-1.js, it seems that the only way to do it now is to redo the abc conversion with a different BPM setting.
Something like "set_speed_factor" with a float (<1 == slowdown, >1 == speedup) would be great.
Thanks
The text was updated successfully, but these errors were encountered: