Feature Request: Multi-Action inside Toggle

Not high priority but would be a very "nice to have" feature. Since Multi Actions run through all their events in sequence, it would be cool to be able to have some of those insides a Toggle Action. My use case is that my Chatting and Gaming scenes in OBS each require several events to play out and they are mutually exclusive. I also don't want to accidentally press the same button while I'm already on the scene for it since it would toggle off some elements I toggled on for the scene. Not a big deal if it wouldn't be feasible but would be nice if it could be done.
3 Replies
Terrorwolf
Terrorwolf8mo ago
Just checked, not possible right now. Maybe something to consider for the next update
Pulse (& Nova)🐱⚡📺
Of course. I figured it would be a little more involved since it doesn't appear that the menus were meant to nest that much. But yeah, it would be cool. No rush. I'm managing just fine.
nekename
nekename5mo ago
Yeah I can’t think of any technical reasons this wouldn’t be possible so I’ll add it to #checklist So, uhh, I found many such reasons when trying to implement it This would need me to refactor the entire codebase, lmao... (every action is assigned a context that has an index of where it is on the 'slot', consecutively, and is found by that context, i have no idea how i would assign nested children indexes and/or find them by context) I think you'll have to keep managing without, sorry :( I got as far as implementing all the UI and button press logic, then tried it and went 'oh shit, everything is broken' on the plus side, the other thing you wanted (run command dial support) is coming to 2.5.0

Did you find this page helpful?