-
-
Notifications
You must be signed in to change notification settings - Fork 935
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
current_tempo not working? #8
Comments
Closed
Closed
Closed
Closed
This was referenced Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with tempo 200
play_pattern [60,64,67,72]
with_tempo current_tempo * 2
play_pattern [60,64,67,72]
doesn't work, although example in the API cheat sheet
changing to with_tempo current_tempo * 400 does something but not what expected
The text was updated successfully, but these errors were encountered: