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

Update displayed steps in UI when sequence is changed programmatically #7

Open
BoogieMonsta opened this issue May 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@BoogieMonsta
Copy link
Owner

When activating/deactivating steps by clicking them in the interface, it updates the sequence accordingly, but the reverse isn't true

If I hard code a sequence to be [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0] it plays it back correctly as 1/8th notes, but on the interface I don't see the steps.

The binding between the steps displayed in the interface and their 1 or 0 counterpart inside their sequence must be made to go both ways.

@BoogieMonsta BoogieMonsta added the enhancement New feature or request label May 8, 2022
@BoogieMonsta BoogieMonsta changed the title Changing a sequence does not update its corresponding displayed steps Update displayed steps in UI when sequence is changed programmatically May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant