docb / dbRackSequencer

GNU General Public License v3.0
18 stars 6 forks source link

Bug on ASEQ \ Reset\Set don't work as expected #29

Open omricohenmusic opened 6 months ago

omricohenmusic commented 6 months ago

Hi again!

According to the manual, whenever Reset is activated, the sequence will go back to the original sequence before changes and randomization. This works with Var and Mod, but not after dicing the sequence.

I also cannot make Set work. It doesn't seem to save anything...

Thanks so much!

docb commented 6 months ago

hi thanks again for your input, indeed, this was intended so far to have a fixed sequence and then let it vary to some degree via var and mod, and reset it to the original. Via dice there is changed everything so i didn't consider it so far. However i think it is easy possible to extend.

Further I have tested the following:

  1. Dice and remember the sequence
  2. Press Mod multiple times (sequence changed)
  3. Press reset -> the old sequence is there again
  4. Press Mod multiple times (sequence changed)
  5. Press Set
  6. Press Reset -> the sequence doesn't change (it is now the saved sequence which reset will return to)
  7. Press Mod multiple times (the sequence changed)
  8. Press reset -> the sequence after pressing Set is there again.

This was the idea so far of this function.

Thanks and Best regards, Christian

omricohenmusic commented 6 months ago

Hi!

Yeah, that makes sense. I think I just misread the manual, but now that I ready it again, I see that it says only the mod and var :)