Th0rstenf / Rocksniffer-to-Streamer.bot-extension

A set of streamerbot actions interacting with the Rocksmith RSSniffer
MIT License
6 stars 1 forks source link

Add an option to make automatic scene switch to a random scene #76

Closed kozaka-tv closed 1 year ago

kozaka-tv commented 1 year ago

It is nice to have automatic scene switching, but it would be good if the songScene selection would be random. So not sequential, rather than randomly chosen, which one will be set.

New value for songSceneAutoSwitchMode: random or r (depending on the realisation in #72) The process, if enabled (songSceneAutoSwitchMode=random), have to switch between the songScenes randomly.

Th0rstenf commented 1 year ago

Nice Idea. However I would also add a configuration option to make it selectable. Just in case someone prefers it being predictable.

kozaka-tv commented 1 year ago

Yes...like: automaticSceneSwitchMode: sequential | random | off With off, we could turn this function off. What you think?

Th0rstenf commented 1 year ago

almost perfect. We should name it songSceneSwitchMode (I think song should be added to make it more clear. I think the automatic is implicit enough, but we can also leave that in

kozaka-tv commented 1 year ago

I will name it songSceneAutoSwitchMode