SceneSwitcher/plugins
WarmUpTill 49bf1ad379 Fix transition condition timing issues
The condition type was able to miss transition starts of very fast
conditions (e.g. Cut) when the selection "Any transition" was made.

In that case no signal handler was installed (as the condition type
might change) and only the transition scenes were compared at the time
of the condition check.
If that moment where the transition scenes differ was missed no
transition start was recognized.

Additionally, the "Transitioning to" and "Transitioning from" checks
faced a similar issue, if the scene transition was happening so fast,
that the condition check was not performed during the time of the
transition.
2024-09-24 23:00:47 +02:00
..
base Fix transition condition timing issues 2024-09-24 23:00:47 +02:00
midi Fix crash in MIDI initialization 2024-08-14 21:51:42 +02:00
openvr Split utility headers 2024-01-27 14:10:34 +01:00
twitch Add option to check for addition chat message properties 2024-08-24 00:23:54 +02:00
usb Resolve unused parameter warnings 2024-08-15 01:02:03 +02:00
video Refresh pattern data when pattern file changes 2024-08-11 16:03:08 +02:00
CMakeLists.txt Add USB condition type 2024-07-08 20:54:26 +02:00