nhielost / obs-midi-mg

Allows MIDI devices to interact with OBS Studio.
GNU General Public License v2.0
155 stars 9 forks source link

Enum Style Toggles #141

Closed DaveTorrey closed 2 months ago

DaveTorrey commented 2 months ago

I'm in a situation where I'm using output signals back to the midi controller (Akai APC Mini) for LEDs. Once I figured out how it works it's great, but I find myself trying to set up toggling LEDs for the scenes.

What I'm looking for is something easy so that a single message from a button can effect multiple actions, or where a single event can trigger multiple messages back out to the controller. It might be possible, but I'm not seeing it.

So in this scenario, I have say 5 scenes:

1: Game Scene 2: Camera Scene 3: Ending Scene 4: Starting Scene 5: BRB Scene

If I hit the "BRB" scene, then I expect the LED for scene 4 to turn on (which it does), and all LEDs for scenes 1,2,3, and 4 to turn off. As it stands, it seems like i need to create 5 bindings per scene so that when i press 1 button all other 4 buttons turn off. seems like a lot of effort.

DaveTorrey commented 2 months ago

nevermind i just found the edit button. i'm silly