irllabs / roundaround

2 stars 0 forks source link

MVP - Pattern Sequence on/off state on Project load #142

Open deerwolf opened 3 years ago

deerwolf commented 3 years ago

If I create a round with a pattern sequence and the sequence is enabled, when I reopen that project the pattern sequence plays back enabled but displays as off.

batchku commented 3 years ago

@adriannodew Here is the bug:

  1. Create a new project
  2. Add some steps to the first layer
  3. Playback to make sure steps are playing
  4. "Mute" the layer with some steps; make sure it does NOT play back
  5. Rename the project and save
  6. Press "back" to leave round editor
  7. Select project to open it again

Expected behavior:

Actual behavior:

deerwolf commented 3 years ago

The bug described by Ali above is fixed. However the bug I initially described is different, it relates to the the Preset Sequencer which you may not have dealt with yet.

Here is the bug:

  1. Create a new project
  2. Add some steps and save as preset 1
  3. Add some more steps and and save as preset 2
  4. Add some more steps and and save as preset 3
  5. Activate the "write" button on the Preset Sequencer
  6. Tap Preset 1, the Preset 2, then Preset 3 button in quick succession
  7. Press "Stop" to disable write.
  8. The sequence should now play through Presets 1 -3
  9. Save project
  10. Reopen project
  11. BUG: Pattern Sequencer shows that it is enabled but it is not so we only hear the selected Preset, not the sequence 1-3 as we should (see image: toggle is saved on but does not play back.)

Screen Shot 2021-08-24 at 11 30 26 AM