bitfocus / companion-module-studiocoast-vmix

Studiocoast vMix module for Bitfocus Companion
MIT License
32 stars 10 forks source link

vMix Shuffle List Function #252

Closed knbpixels2 closed 2 months ago

knbpixels2 commented 4 months ago

Requesting the ability to select a List and shuffle it.

thedist commented 4 months ago

You can use the Scripting - Run Custom command action to shuffle a list using the ListShuffle function. So for example you would do ListShuffle Input=SomeList or whatever the name/number/guid of the input is.

For actions that are as niche as this, and do not have a significant demand, there's no real need for a dedicated action and so these sort of things can be done through Run Custom command.

If more users in the future show there's a need for a dedicated action for this then I'll consider adding it.

thedist commented 2 months ago

As a couple others requested this, I've added a Lists - Shuffle List function in the latest version that's currently in beta, and will soon be in the Companion v3.3.0 Stable release.