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

8FACE - slot sequencing getting stuck when combined with manual switch #203

Closed
ROGAVKA opened this issue Oct 27, 2020 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@ROGAVKA
Copy link

ROGAVKA commented Oct 27, 2020

I was having fun combining slot-driven sequencing in ping-pong mode with manual choice at the same time and norticed that sometimes sequencer gets stuck (stop reacting to triggers). I think I nailed the exact condition for this: this happens when sequencer wants to advance a step, but was manually moved to the extreme position so now the step should be made in the opposite direction.

Example: I have 3 slots active and it goes (with SLOT triggers) 1->2->3->2 and at this moment I click on 1 manually. So now it thinks that it should move up, but it's actually down and so it's stuck until I click 2 or 3, then it proceeds normally.

Hope my explanation is not too messy :)

@Petervos2018
Copy link

could be related to #191 ( also with a messy explanation ;)

@ROGAVKA
Copy link
Author

ROGAVKA commented Oct 27, 2020

Yeah, I should've definitely looked better in open issues, this looks like a similar one.

@stoermelder stoermelder changed the title 8FACE bug - slot sequencing getting stuck when combined with manual switch 8FACE - slot sequencing getting stuck when combined with manual switch Oct 27, 2020
@stoermelder stoermelder self-assigned this Oct 27, 2020
@stoermelder stoermelder added the bug Something isn't working label Oct 27, 2020
@stoermelder
Copy link
Owner

Thanks for reporting. Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants