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

seq length change causes seq to start when stopped #1

Open
ramonauble opened this issue Jun 15, 2020 · 0 comments
Open

seq length change causes seq to start when stopped #1

ramonauble opened this issue Jun 15, 2020 · 0 comments

Comments

@ramonauble
Copy link
Owner

by design, if seq length is changed & current seq position exceeds the new maximum, the sequencer is forced to restart;

likewise, if seq length is changed & current seq position is less than or equal to new seq maximum, seq continues as normal

need to add check to only restart seq if it was playing previously... and not restart if it is stopped & the length is changed.

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

1 participant