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

STRIP - Unexpected behavior when toggling on startup or after mode change #363

Open
zachwieja opened this issue Feb 20, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@zachwieja
Copy link

When the ON mode is set to Toggle:

  1. On the first toggle after a restart of VCV Rack, the strip always attempts to disable. If the strip was already disabled before restart, then it appears that nothing happens. The last state does not appear to be saved/restored in the data{To,From}Json processing.

  2. On the first toggle after a MODE mode change, the module always tries to enable the strip. If the strip was completely enabled then nothing happens. Subsequent triggers behave as expected. It appears that the lastState is always reset after a mode change. This seems counterintuitive.

Suggest saving/restoring lastState, OR traversing left/right and initializing to any unanimous state, otherwise a default. For instance, if all modules for the selected MODE (direction) are enabled, then the initial state reflects that.

PossibleStripBug.zip

@stoermelder stoermelder changed the title Unexpected behavior when toggling on startup or after mode change STRIP - Unexpected behavior when toggling on startup or after mode change Oct 3, 2023
@stoermelder stoermelder self-assigned this Oct 4, 2023
@stoermelder stoermelder added the enhancement New feature or request label Oct 4, 2023
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

2 participants