-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
On Every Beat Do #2252
Comments
This is the right idea. The only change would be to issue an event to the turtle that invoked on every beat do... Let's discuss it. |
There'd need to be one of these per mouse with a unique event name and they'd have to know the meter and BPM of the mouse. |
Interesting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could have a new block which looks at the denominator (the beat) and calls an action on every point in time which matches.
For example, for meter = 6/8, we would call an action for every eighth note (regardless of whether or not it is "strong" or "weak")
The text was updated successfully, but these errors were encountered: