mattorp / synesthesia-ecosystem

This is a place to share, discuss, request, track, and provide feedback for community efforts for Synesthesia.
MIT License
13 stars 3 forks source link

Playlist shuffle #22

Open mattorp opened 3 years ago

mattorp commented 3 years ago

Bandit:

A shuffle button for when you have a playlist on Autoplay would be awesome

https://discord.com/channels/729824270913503374/752022203205287936/807056851593854996

mattorp commented 3 years ago

My suggested implementation: Define the number of scenes and move forward a random number with wrap-around. Keep track of visited scenes to prevent revisiting (unless allowed). This allows an external app to handle this.

Even if implemented in synesthesia this may still be relevant, to handle more conplex selection criterias, e.g. % for each scene, select scene by set of sound parameters achieved, allow custon transitions (combine with midi to achieve a specific look for each scene that match), ...