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

Support functions/coroutines #546

Open
islemaster opened this issue Dec 5, 2018 · 1 comment
Open

Support functions/coroutines #546

islemaster opened this issue Dec 5, 2018 · 1 comment
Labels
2019-refresh enhancement New feature or request

Comments

@islemaster
Copy link
Contributor

I want to be able to define a sequence of events that can start (or restart) at different points in the song, so I can reuse code.

What I really want is a way to say:

Doing the breakdown means:
  After 0 measures
    All dancers do star left forever
  After 1 measures
    All dancers do kick right once

After 6 measures
  Do the breakdown

After 12 measures
  Do the breakdown

Which would fire events at measures 6, 7, 12, and 13.

@islemaster islemaster added the enhancement New feature or request label Dec 5, 2018
@joshlory
Copy link
Contributor

💯 this would be super cool!

@mikeharv requested something similar, to make functions feel more useful in Dance Party. It could potentially connect to the "Getting Loopy" unplugged lesson.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2019-refresh enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants