Advanced Scene Switcher

Advanced Scene Switcher 1.29.2

yukon92

Member
You can use the "Mathematical expression" of the "Variable" action type to do the scaling of the integer based input range to the output floating point range.

For example you could use a setup like this to scale the input value (0 to 127) to a range of -10 to +10.
View attachment 112430

This way you don't have to create 128 different macros to map each value :)
Let me know if you have any question!
Can AdvSS collect the changing value of a Midi controller fader/dial in normal operation and set it to a variable? Could you show me how that is done? I can sort of make it work when I'm programming the midi and have the "Start listening" activated, but that value locks to its last known for me every time I click ok.
 

yukon92

Member
@Warmuptill Feature Request!

A dock with buttons that could be linked to macros so that I could run them adhoc.
There are times where I have macros triggered to Hotkeys because I want the done manually, not automatically.
Easily allow a button to connect to a macro that trigger system calls (Bat files, scripts, shell etc) from AdvSS.
There's a dock now with the feature to turn AdvSS on/off, a little bit of elaboration to link a macro to a button would be
quite helpful!

1743133476493.png
 
I had asked about a similar feature before, as using an HTML-like button that worked with a mouse click only, or even being dual-function (hotkey and mouse-click responsive) would be very nice for a GUI design.

I have figured out how to do this, though… using a combination of HTML and Javascript (then optional CSS styling is more icing on the cake)… then you just have to create a custom browser dock.

So, I wonder if an HTML/Javascript “template” could be utilized, and a form in AdvSS can make it possible to eliminate having to get into the “programming” side of things?
 

Prestorec

New Member
Hey, I am trying to get some info from a local server with HTTP action and GET. How is it possible to save the GET info in a variable?
 

Warmuptill

Active Member
Can AdvSS collect the changing value of a Midi controller fader/dial in normal operation and set it to a variable? Could you show me how that is done? I can sort of make it work when I'm programming the midi and have the "Start listening" activated, but that value locks to its last known for me every time I click ok.
You can use a setup like this to test the value range:
Example.gif

Just note that if you spam the OBS log too much it might stop working.
If that should happen for you write to a file instead to see the value range.

@Warmuptill Feature Request!

A dock with buttons that could be linked to macros so that I could run them adhoc.
There are times where I have macros triggered to Hotkeys because I want the done manually, not automatically.
Easily allow a button to connect to a macro that trigger system calls (Bat files, scripts, shell etc) from AdvSS.
There's a dock now with the feature to turn AdvSS on/off, a little bit of elaboration to link a macro to a button would be
quite helpful!

View attachment 112450
You can already do something similar by enabling the option to register a dock for a given macro.
Dock.gif


So, I wonder if an HTML/Javascript “template” could be utilized, and a form in AdvSS can make it possible to eliminate having to get into the “programming” side of things?
Unfortunately, I think supporting HTML rendering / Javascript within Advanced Scene switcher might not be a trivial task.

Hey, I am trying to get some info from a local server with HTTP action and GET. How is it possible to save the GET info in a variable?
You could do something similar to this:
1743190385972.png
 

AgtJackBauer

New Member
Need some direction here -- Is it possible to queue video media sources to play in sequence after the last is complete? The sources are layered on top of each other so the previous layer would also need to hide itself so the next would be displayed.

Any documentation i can reference would be great.
 

Warmuptill

Active Member
Need some direction here -- Is it possible to queue video media sources to play in sequence after the last is complete? The sources are layered on top of each other so the previous layer would also need to hide itself so the next would be displayed.

Any documentation i can reference would be great.
I assume something like this might work:
1743198383981.png


Alternatively you could set up multiple macros like this to achieve a similar effect:
1743198518495.png


Which approach is better depends on your setup.

The sources are layered on top of each other so the previous layer would also need to hide itself so the next would be displayed.
I would assume that the media sources become transparent after their playback ended.
If they are not you can use this action type to hide scene items:
1743198684553.png


Hope that helps!
 

AgtJackBauer

New Member
I assume something like this might work:
View attachment 112469

Alternatively you could set up multiple macros like this to achieve a similar effect:
View attachment 112470

Which approach is better depends on your setup.


I would assume that the media sources become transparent after their playback ended.
If they are not you can use this action type to hide scene items:
View attachment 112472

Hope that helps!

This is indeed, super helpful. Quick Q: In the option with multiple macros, how would you configure the macros to run in sequence one after another? Can i use this for automatic scene transitions?
 

Warmuptill

Active Member
This is indeed, super helpful. Quick Q: In the option with multiple macros, how would you configure the macros to run in sequence one after another? Can i use this for automatic scene transitions?
Assuming you have media sources A, B and C and want them to play in sequence, the first macro checks if the media source A is about to finish playing and starts playing Media source B.
A second macro would check if Media source B is about to end starts Media source C if that is the case.

And you can of course do the same for scene transitions if that is required.
 

yukon92

Member
@Warmuptill
The docking of scripts as a button you explained above is exactly what I've been looking for. I noticed that if I setup the docks on the OBS desktop, but change to a different scene collection and come back, the docks have disappeared, and I have to select them again from the docks list and lay them out again. I've tried on a couple of different OBS instances on some different windows systems with same behavior. Not a show stopper, just wondering if this is known behavior or not?
 

Warmuptill

Active Member
@Warmuptill
The docking of scripts as a button you explained above is exactly what I've been looking for. I noticed that if I setup the docks on the OBS desktop, but change to a different scene collection and come back, the docks have disappeared, and I have to select them again from the docks list and lay them out again. I've tried on a couple of different OBS instances on some different windows systems with same behavior. Not a show stopper, just wondering if this is known behavior or not?
This is known, but there is not much I can do about it as far as I remember.

OBS will only restore the positions of docks at startup and not when changing scene collections.
This is to be expected as I don’t think there is a scene collection specific dock anywhere in OBS.

But I will check if the behavior on OBS side has changed since the last time I looked at this issue when I find the time.
 

bertganderny

New Member
Warmuptill submitted a new resource:

Automatic Scene Switching - Switches to specified scenes depending on which window is in focus



Read more about this resource...
Do you have any idiot proof install instructions? Im a bog standard obs user with basically no tech knowhow at all. I downloaded the "installer exe" and, possibly naively, assumed that would drop this straight into my obs. all im looking to do is switch between 2 scenes of my choosing automatically on a timer. Do i need to download other "assets" too? I thought they were for people that wanted to do manual installs. There is a tool in the list on my obs named correctly, but its menus are not the same as the exaples. i appreciate this is basic stuff to most of you, but any assistance would be greatly appreciated. Or if needs be, being pointed to a simpler / different tool would be fine.

thanks, Bert.
 

Warmuptill

Active Member
Do you have any idiot proof install instructions? Im a bog standard obs user with basically no tech knowhow at all. I downloaded the "installer exe" and, possibly naively, assumed that would drop this straight into my obs. all im looking to do is switch between 2 scenes of my choosing automatically on a timer. Do i need to download other "assets" too? I thought they were for people that wanted to do manual installs. There is a tool in the list on my obs named correctly, but its menus are not the same as the exaples. i appreciate this is basic stuff to most of you, but any assistance would be greatly appreciated. Or if needs be, being pointed to a simpler / different tool would be fine.

thanks, Bert.
Here the steps regarding the installation:
  • Download the installer by clicking the the "Go to download" button at the top of this page.
    InstallerDownlaod.gif

  • Double click on the installer.exe file you just downloaded and click "More info", followed by "Run anyway".
    And follow the installer instructions.
    InstallerRun.gif

  • Launch OBS and confirm that the "Advanced Scene Switcher" entry is available under tools:
    1743446538107.png
Regarding "switch between 2 scenes of my choosing automatically on a timer" you can have a look at the examples here in the wiki:

Let me know if anything was unclear or did not work as you expect it to! :)
 

yukon92

Member
This is known, but there is not much I can do about it as far as I remember.

OBS will only restore the positions of docks at startup and not when changing scene collections.
This is to be expected as I don’t think there is a scene collection specific dock anywhere in OBS.

But I will check if the behavior on OBS side has changed since the last time I looked at this issue when I find the time
All good! You are right, docks is a 'best effort' situation at best. I'll make it work! The ability to dock these macros at all is a huge feature.
 

bertganderny

New Member
Here the steps regarding the installation:
  • Download the installer by clicking the the "Go to download" button at the top of this page.
    View attachment 112507
  • Double click on the installer.exe file you just downloaded and click "More info", followed by "Run anyway".
    And follow the installer instructions.
    View attachment 112508
  • Launch OBS and confirm that the "Advanced Scene Switcher" entry is available under tools:
    View attachment 112509
Regarding "switch between 2 scenes of my choosing automatically on a timer" you can have a look at the examples here in the wiki:

Let me know if anything was unclear or did not work as you expect it to! :)
thanks very much for getting back to me. i have realized my issue. like a complete noob, i hadnt restarted obs. i was doing 3 things at once and that step escaped me at the time! i have since restarted obs and the screens i expected to see have now appeared. i will check out those wiki pages too. thanks again.
 

yukon92

Member
@Warmuptill
Is there a way, or could it be added :), a way to run a windows CMD directly from AdvSS?
Currently I use the FILE command to echo out the code syntax to a .bat file, then use the RUN command to execute it.
 

NickTheGreekGeek

New Member
Hi! First, man I'm loving this plugin!!

I'm trying to use it to be my "start OBS" workflow.

What I want to do is this:

Check if specific programs are open, if they're not open them. If they are, don't worry and progress onward

I've noticed that I can do "AND NOT" in the logic menu at the start, but if ANY of the programs are open when I close out, the whole macro dies and won't open anyting at all.

Is it possible to do this within a single macro? I'd love to not have to make a separate one for each program I would like to open at launch, but if I have to then so be it. At least the copy process won't make it too difficult.
 

ArdSagart

New Member
Hello! Thank you so much for the plugin!
I'm experiencing the difficulties with setting up Macro to make it work. This is what I'm trying to do:
IF: Twitch - [Within the last 10.00 seconds / no duration] - [selected channel] - Points reward redeemed - [selected reward] - Check using account [selected] (all permissions are given)
ACTION: Scene item visibility - [selected scene] - Show - [selected source]

If I click Run Macro it works. If I redeem the selected reward it doesn't work. Any thoughts what can be wrong?
Thank you in advance!

OBS 31.0.2
Advanced Switcher 1.29.2
 
Top