Skip to content
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

Closed
pikurasa opened this issue May 11, 2020 · 5 comments
Closed

On Every Beat Do #2252

pikurasa opened this issue May 11, 2020 · 5 comments

Comments

@pikurasa
Copy link
Collaborator

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")

@sksum
Copy link
Member

sksum commented May 17, 2020

Adding another mouse with the following blocks could be a workaround , until we get the new block
Screenshot (80)

@walterbender
Copy link
Member

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.

@walterbender
Copy link
Member

Screenshot from 2020-05-17 16-46-40

@walterbender
Copy link
Member

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.

@pikurasa
Copy link
Collaborator Author

Interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants