WarmUpTill
WarmUpTill
>What expressions can be used in this field by the way? having a hard time finding any kind of documentation x.x The plugin relies on http://www.partow.net/programming/exprtk/ for this functionality.
Just to clarify: Are you using the most recent release of the plugin or an older version? The exprtk supported was added at later date and originally only very basic...
@SaphiLC the `random(min, max)` function does indeed not exist. I am not sure what I was doing at the time to get that to work. I added support for the...
I am not sure if switching to C++23 is a good idea. OBS still supports MacOS 11 which still does not even seem to have full C++20 support. (I already...
>I don't want people see my obs studio so there wouldn't infinite screens. Have you considered enabling this option?  I am not sure how feasible it would be to...
A build with the option to adjust the deinterlacing options can be found here in a few minutes: https://github.com/WarmUpTill/SceneSwitcher/actions/runs/5447801999?pr=785 You will have to be logged into GitHub to be able...
Thanks for the suggestion and sorry for replying so late to this feature request! :) The main issue I have is that (unless I am missing something) there is no...
Thanks for reporting the issue! A similar problem was recently reported in #586. Can you please test if the following build already solves the problem? https://github.com/WarmUpTill/SceneSwitcher/actions/runs/3517413978
Unfortunately, if I am not mistaken there is no OBS API to access the current index of the playlist of a VLC source. So you cannot check this directly. You...
Thanks! I will try to have a look during the weekend. >WIP because it unfortunately doesn't work outside of the Advanced Scene Switcher settings window - it hangs OBS Did...