Warmuptill
Active Member
Thanks for the suggestions!Hi, awesome plug in, i found some things could help:
on this windows could be a fixed size of popup, and add a scroll, cause i couldn't scroll to the lower rows:
View attachment 71939
Also, could be a random group of stingers, and on each of theese secuences, or any criteria, select the random stinger group:
View attachment 71940
Thanks for the devv duude.
I will look into it / add it to the todo list :)
I used google translate so let me apologize in advance if I misunderstood anything.@Warmuptill
gracias por la aplicación es genial, hay algunas partes que funcionan y otras que no, detalle
1.- MACRO
Intente ejecutar un programa con una escena y se ejecuta sin parar, lo abre una y otra vez sin cesar. Imagen adjunta
2.- MACRO
Tengo 3 escenas
a) host 1box
b) invitado 1box
c) ambos 2box
Creo una macro que al pasar 12 minutos cambia a la escena comercial
el problema es que solo deja los siguientes condicionales
-y
-o
-y no
-o no
y necesito uno que permita si entre las 3 escenas llegan a los 12 minutos entonces cambian a escena comercial
usando "y" agregue a) + b) + c) entonces 12 + 12 + 12
usando "o"
si a) tienes 12 minutos
o si b) tiene 12 minutos
o si c) tiene 12 minutos
Pero qué pasa si cambio entre esas tres escenas en la transmisión y solo tengo 12 minutos antes de los comerciales, no tengo forma de programarlo con MACROS.
Probé con ESCENAS DE GRUPO pero ninguna de las dos, ya que solo permite seleccionarla en salida, sin entrada
3- TRANSICIÓN
ELEMENTO Cambiar la transición si la escena está activa
si solo selecciona una escena para cambiar la transición, funciona perfectamente
ahora, si selecciona varias escenas cuando desea cambiar manualmente la escena, no cambia, o cambia y no se muestra permaneciendo en la escena actual
4- AUDIO
Es global, si quiero usarlo solo cuando esté en las 2 primeras escenas para que cambie a una tercera es perfecto.
pero si estoy en una escena diferente, como la escena "Noticias"
y el invitado habla, la escena cambia y no es lo que quiero. Sería bueno poder elegir en qué escenas hacer que funcione.
Esto es lo que he visto hasta ahora. Creo que es la mejor aplicación que tiene el conmutador de escenas avanzado obs. el mejor
Gracias
1.) You can limit the amount of times a macro is run by using the "count" condition (and macro action option to reset the counters if necessary).
Alternatively you can use time restrictions on the condition to limit the amount of time the condition is true, which triggers the action to run the specified program.
But I agree that this might be a bit cumbersome.
Maybe I can just introduce a condition like "if scene was changed recently", but I have too look into it first.
2.) Basically you would want nested conditions, right?
That is indeed currently not supported.
But maybe using the "interval" condition in combination with the scene condition might also work here?
So something like this:
If current scene is "host 1box"
OR
current scene is "guest 1box"
OR
current scene is "both 2box"
AND
12 minutes have passed
-----
Switch to "commercial scene"
But this is of course not perfect as the interval will continue to run even when the other scenes are not active.
3.) I am not sure if I understand correctly but you might have to adjust the delay value after which the transition is changed.
Maybe this plugin might be more suited to what you are looking for?
Transition Table
Inspired by OBS Transition Matrix Donations You can donate to me via PayPal, GitHub or Patreon.
4.) Are you referring to macros or the audio tab?
Using macros you should be able to achieve what you are looking for.
So something like this:
If NOT current scene is "news"
AND
volume of "guest mic" is above 30%
-----
Switch to "guest scene"
Thanks for the suggestions and I hope I could at least help a bit! :)
Assuming I understood you correctly you could rely on the "time constraint" feature to only trigger the actions at the beginning of a scene change.También me gustaría que pudieras agregar tiempo para que se muestre u oculte ya que si pongo esta condición no puedo activarlo porque lo desactiva. en otras palabras, si activo esta macro, no puedo habilitar manualmente la fuente.
thnks
(I am referring to the options you can access by clicking the small clock icon)
Last edited: