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
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.
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.
The text was updated successfully, but these errors were encountered:
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
When the ON mode is set to Toggle:
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.
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
The text was updated successfully, but these errors were encountered: