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

Don't restart song when switching worlds on level select #131

Open
NovaSquirrel opened this issue Aug 8, 2018 · 0 comments
Open

Don't restart song when switching worlds on level select #131

NovaSquirrel opened this issue Aug 8, 2018 · 0 comments

Comments

@NovaSquirrel
Copy link
Owner

Since the songs are all the same length (64 rows), I think a pretty straightforward solution to this would be to keep track of how many rows the song has gone on for, and then pently_next_row that many times before finally doing the loop in pently_update to write the state to the channels. I think that might be what skip_to_row_top actually does when rehearsal mode is on.

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

No branches or pull requests

1 participant