You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: