Possible Bug/Need Help: Macro conditions are excecuting all at once without the correct timing #537
Replies: 3 comments 5 replies
-
I just tried reverting back to the old version for both the plugin and OBS 27.xx and I noticed that the same issue is happening. So it could potentially be a missed setting or something is bugged with my files. |
Beta Was this translation helpful? Give feedback.
-
I see the problem. The "with a duration of x seconds" means that it will transition to the specified scene using the specified transition for x amount of seconds. So if you choose fade, it will fade over for 5 seconds. But here it's set to cut. So, it will just cut instantly. You have to add a a wait-action and put in the delay you want to actually have delays between actions :) |
Beta Was this translation helpful? Give feedback.
-
Correct, the duration field in the "Switch scene" action is specific to the transition type you have selected. What you are looking to do is something like this, as already suggested by @nacalai :) I will see if I can maybe hide the duration field if the selected transition type does not support specifying a transition duration. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Yo!
I just recently updated the plugin in order to use it for OBS 28.0 and I noticed that I bumped into some issues with creating macros. I mainly use macros to initate a bunch of camera changes at specific timeframes but in this verision it doesnt seem to work as it used to.
For context: I have conditions set where if i press a HOTKEY, it should switch to TOP CAM scene and after 5 secs -> then BACK CAM. But instead it just does it all at once.
I tried messing around with different condition, as well as reinstalling the plugin but I can't seem to figure out what is possibly missing.
Below I attached a preview of what happens.
p.s this plugin is amazing and perfect my respects
https://streamable.com/3omzaw
Beta Was this translation helpful? Give feedback.
All reactions