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

Forward Backward Behaviour in Shuffle Mode #78

Open
JannisKirschner opened this issue Apr 7, 2024 · 1 comment
Open

Forward Backward Behaviour in Shuffle Mode #78

JannisKirschner opened this issue Apr 7, 2024 · 1 comment
Assignees

Comments

@JannisKirschner
Copy link

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

@kblaschke kblaschke transferred this issue from projectM-visualizer/projectm Apr 11, 2024
@kblaschke kblaschke self-assigned this Apr 11, 2024
@kblaschke
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants