Przemek Pawlas
37cc289204
Rename function
2024-10-12 17:09:33 +02:00
WarmUpTill
8d9519c849
Adapt to OBS switch from "themeID" to "class" properties
...
OBS commit: cb026964b00c366943a3c16dfb1511eafc24c035
2024-10-10 20:02:35 +02:00
WarmUpTill
0fd5f47982
Add option to check if users leave or join Twitch chat
2024-10-08 19:57:50 +02:00
Przemek Pawlas
62ce83a7f6
Add one more Twitch chat tag temp var
2024-10-05 23:19:53 +02:00
Przemek Pawlas
8ecee0070d
Add more Twitch chat tag temp vars and properties
2024-10-05 16:01:32 +02:00
WarmUpTill
a4970b1b07
Match any Twitch chat message by default
2024-10-05 14:30:30 +02:00
WarmUpTill
140dc9c6f4
Add option to set enabled state for partial match regex config
2024-10-05 14:30:30 +02:00
Przemek Pawlas
9a4d2935f8
Disable custom macro interval by default
2024-10-04 18:56:57 +02:00
WarmUpTill
335c964419
Fix connecting Twitch account leading to OBS freeze
...
In rare cases the close() call for the Twitch chat connection might fail
due to a race condition I have not fully figured out yet.
As a workaround the connection to the chat server will be force closed
for now.
2024-10-04 12:33:17 +02:00
WarmUpTill
72b2a7a07a
Add option to assign screenshot to variable
2024-10-03 19:10:14 +02:00
WarmUpTill
f863909f34
Fix incorrect websocket request callback being called
2024-10-02 19:52:07 +02:00
WarmUpTill
621ca201ef
Cleanup
2024-10-02 19:52:07 +02:00
WarmUpTill
563ea1a5e7
Add workaround for obs_source_set_sync_offset()
...
Calling obs_source_set_sync_offset() once with the desired value has no
effect.
The function needs to be called multiple times with different values in
hopes of the sync offset being changed successfully.
See https://github.com/obsproject/obs-studio/issues/7912
2024-10-01 22:19:27 +02:00
WarmUpTill
2af6ee883b
Fix process condition not respecting regex options
2024-10-01 22:18:29 +02:00
Przemek Pawlas
0e9875e6b5
Allow using regex capture groups in replacement
2024-10-01 21:11:16 +02:00
WarmUpTill
c2d2e883c6
Add option to configure macro pause state on startup
2024-09-29 12:54:35 +02:00
WarmUpTill
a196e56078
Fix macro action paste happening in the wrong section
...
Instead of checking the cursor position at the time of the paste, it
needed to be checked at the time of the context menu creation to ensure
the segment gets pasted into the correct section
2024-09-24 23:00:47 +02:00
WarmUpTill
0536e4a60b
Add option to trim screenshot created in Video condition
2024-09-24 23:00:47 +02:00
WarmUpTill
55ab096e49
Cleanup screenshot helper
2024-09-24 23:00:47 +02:00
WarmUpTill
c39ea0854a
Fix crash when changing position of scene item transform
2024-09-24 23:00:47 +02:00
WarmUpTill
aef080984e
Add new macros after current selection
2024-09-24 23:00:47 +02:00
WarmUpTill
1aa2425e81
Cleanup locale
2024-09-24 23:00:47 +02:00
WarmUpTill
f5eadfa39c
Add option to disable saving when switching macros
2024-09-24 23:00:47 +02:00
WarmUpTill
faa65facfe
Add Stream Deck condition type
...
The Stream Deck plugin to enable communication with the Advanced Scene
Switcher can be found here:
https://github.com/WarmUpTill/advanced-scene-switcher-streamdeck-plugin
2024-09-24 23:00:47 +02:00
WarmUpTill
b60235d964
Export VariableSpinbox symbols
2024-09-24 23:00:47 +02:00
WarmUpTill
718b18248e
Add context menu entry to remove selected macro segment
2024-09-24 23:00:47 +02:00
WarmUpTill
4316e53039
Cleanup constness of MacroSegmentList
2024-09-24 23:00:47 +02:00
WarmUpTill
790ac50385
Add warning if temp vars are not available for "Run" action
2024-09-24 23:00:47 +02:00
WarmUpTill
3a87a8d155
Hide priority settings when legacy tabs are hidden
2024-09-24 23:00:47 +02:00
WarmUpTill
91912f2aa5
Add/Move helpers to register OBS websocket vendor requests
...
Adds websocket vendor requests to start and stop the plugin.
Adds vendor events to indicate when the plugin is started or stopped.
These are ntended to be used for the StreamDeck plugin support.
2024-09-24 23:00:47 +02:00
WarmUpTill
624b841ca1
Add option for custom macro condition check interval
2024-09-24 23:00:47 +02:00
WarmUpTill
9eb4e90291
Rename and refactor macro class functions
...
LastConditionCheckTime() will be required to support custom condition
check intervals per macro
2024-09-24 23:00:47 +02:00
WarmUpTill
94263cc7a0
Work around crash in std::filesystem due to unexpected char encoding
2024-09-24 23:00:47 +02:00
WarmUpTill
2d035758f4
Fix build issues with macos-14 runner
...
Default runner switched from X86_64 based to arm64 based starting with
the macos-14 runner images
2024-09-24 23:00:47 +02:00
WarmUpTill
86697002f7
Add option to wait for media playback to end
2024-09-24 23:00:47 +02:00
WarmUpTill
2247152aa8
Remove legacy tab "Scene Triggers"
2024-09-24 23:00:47 +02:00
WarmUpTill
2528449c84
Cleanup
2024-09-24 23:00:47 +02:00
WarmUpTill
f2df3d18be
Rename locale key to better reflect its purpose
2024-09-24 23:00:47 +02:00
WarmUpTill
c7c48d03e9
Add option for short circuit evaluation of conditions
2024-09-24 23:00:47 +02:00
WarmUpTill
0906c6bb3f
Add regex settings option to scene name pattern check
2024-09-24 23:00:47 +02:00
WarmUpTill
9f2daf1a15
Add option to select all items in a source group
2024-09-24 23:00:47 +02:00
WarmUpTill
6fb8619671
Clear outdated highlight triggers when enabling macro segment highlights
2024-09-24 23:00:47 +02:00
WarmUpTill
36fb83246b
Add log level to log executed macros
2024-09-24 23:00:47 +02:00
WarmUpTill
e729d15e97
Remove legacy tab "Network"
2024-09-24 23:00:47 +02:00
WarmUpTill
7836298076
buildspec: Update OBS Studio dependency to 30.1.2
...
This is necessary to support OBS 31, which removes a bunch of deprecates
functions
2024-09-24 23:00:47 +02:00
WarmUpTill
354880ad52
Prepare for deprecations in OBS 31
...
See https://github.com/obsproject/obs-studio/pull/11164
2024-09-24 23:00:47 +02:00
WarmUpTill
c1ac9bb890
Resolve QCssParser::parseColorValue warning
2024-09-24 23:00:47 +02:00
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
WarmUpTill
a6e30a1e20
Add temp var support to media condition
2024-09-24 20:27:11 +02:00
WarmUpTill
2f54c2ee62
Increase volume meter scale from -100 to 0 dB
...
This was done to enable users to to use higher precision values in the
"Audio" condition type.
Previously, the UI would reset the selected values to the minimum value
possible to display in the volume meter widget, which was -60 dB.
2024-09-20 23:05:45 +02:00