frontend-sdl2 icon indicating copy to clipboard operation
frontend-sdl2 copied to clipboard

Forward Backward Behaviour in Shuffle Mode

Open JannisKirschner opened this issue 1 year ago • 1 comments

Hey Folks,

I'm using projectM via frontend-sdl2. When shuffle mode is activated the forward and back operations select a random milk, however I would expect them to still work. Is there a way to, while preserving the history, still randomize the way milks get selected.

Many thanks in advance

JannisKirschner avatar Apr 07 '24 10:04 JannisKirschner

When shuffle mode is activated the forward and back operations select a random milk, however I would expect them to still work.

That actually is something I've noticed myself while being the one who implemented it this way, but I've not bothered to change/fix this. Will do.

Is there a way to, while preserving the history, still randomize the way milks get selected.

The playback history (available via the "back" key, not to confuse with "previous [in playlist]") is preserved, no matter if a random preset is chosen or presets are switched back and forth without shuffle. The history is internally kept as a list with up to 1000 entries and works pretty much the same as a browser history.

If you mean something different here, please elaborate.

kblaschke avatar Apr 11 '24 14:04 kblaschke