WarmUpTill
3fe8ea8961
Fix timer condition not properly using random values
2024-04-02 17:59:17 +02:00
WarmUpTill
3ee913ea98
Add option to enable or disable sources on audio tracks
2024-04-02 17:59:17 +02:00
WarmUpTill
d18277653c
Resolve settings groups in source selection
2024-04-02 17:59:17 +02:00
WarmUpTill
8c478cc330
Add control description to source selection
2024-04-02 17:59:17 +02:00
WarmUpTill
003ffc161b
Show warning if system tray is disabled in OBS settings
2024-04-02 17:59:17 +02:00
Przemek Pawlas
74dc0c871b
Add Run action/condition temp vars
2024-03-24 14:44:24 +01:00
WarmUpTill
f3996855c3
Add example OBS websocket message
2024-03-22 21:55:47 +01:00
WarmUpTill
00fc313609
Add clipboard condition type
2024-03-15 22:00:57 +01:00
WarmUpTill
b17a6cc109
Formatting changes
2024-03-12 21:56:25 +01:00
Przemek Pawlas
c656bb4571
Fix invalid JSON storage of source/filter double values
2024-03-10 13:48:57 +01:00
WarmUpTill
70dad8ebb4
Handle MIDI device disconnect and reconnect
2024-03-09 12:00:52 +01:00
WarmUpTill
891811aa47
Convert audio volume thresholds to new format
2024-03-09 09:18:29 +01:00
WarmUpTill
be9ddaa4c9
Increase precision of percent based volume threshold input
2024-03-09 09:18:29 +01:00
WarmUpTill
132d89b350
Fix virtual camera action selection causing a crash
...
The Create() and Copy() functions were not correctly implemented and
returned a nullptr
2024-03-06 12:53:43 +01:00
WarmUpTill
daf16357c9
Fix output volume check of audio condition not working
...
Only the percent based selection was not working properly since the
calculation was off by a factor of 100.
2024-03-03 20:54:15 +01:00
WarmUpTill
6c121a093b
Add "Log" action
...
This action will allow you to write custom messages to the OBS log
2024-03-02 15:27:02 +01:00
WarmUpTill
ab0cce9eaa
Add log level which prints performed actions
2024-03-02 15:27:02 +01:00
WarmUpTill
03e71e9183
Add support to resolve variables on action queue add
2024-03-02 15:27:02 +01:00
WarmUpTill
f8dadd38b4
Add ResolveVariables()
...
Settings will be set to fixed values based on the values of the
variables used.
2024-03-02 15:27:02 +01:00
WarmUpTill
a740a29798
Cleanup includes
2024-03-02 15:27:02 +01:00
WarmUpTill
341a58b8e4
Add window action
...
It allows to set the focus window and close windows.
Only supported on Windows for now.
2024-03-02 14:03:00 +01:00
WarmUpTill
534c783bd8
Fix initial Twitch chat message not being sent
2024-02-24 16:48:52 +01:00
WarmUpTill
14a12432e9
Cleanup
2024-02-24 16:48:52 +01:00
WarmUpTill
1be72218a9
Clear message buffers when macro was paused
2024-02-24 16:48:52 +01:00
WarmUpTill
782791b013
Switch to message buffer / dispatcher for Twitch chat messages
2024-02-24 16:48:52 +01:00
WarmUpTill
04631964d3
Switch to message buffer / dispatcher for MIDI messages
2024-02-24 16:48:52 +01:00
WarmUpTill
97983d5ac5
Adapt to new libremidi version
2024-02-24 16:48:52 +01:00
Przemek Pawlas
01cf000cbe
Refactor
...
* Minor style changes
* Move function definitions
* Split utility.hpp
* Enable include of export-symbol-helper.hpp in tests
2024-02-24 16:47:50 +01:00
WarmUpTill
c3f207f93c
Add decibel selection to audio condition
2024-02-21 18:48:54 +01:00
WarmUpTill
583b559c78
Adjust minimum volume dB from -60 to -100
2024-02-21 18:48:54 +01:00
WarmUpTill
bb1f19c0cb
Use correct capitalization for "dB"
2024-02-21 18:48:54 +01:00
WarmUpTill
a62883153c
Switch to message buffer / dispatcher for Twitch event sub messages
2024-02-21 18:02:22 +01:00
WarmUpTill
41033f2230
Switch to message buffer / dispatcher for websocket messages
2024-02-21 18:02:22 +01:00
WarmUpTill
c94863b0cb
Fix item selection not updating correctly
...
* Remove could lead to the "add" dialog being opened
* Rename could result in some entries not being renamed (due to
FilterComboBox using a QComboBox with setEditable() set to true)
2024-02-20 21:48:09 +01:00
WarmUpTill
87c18143a2
Fix crash when switching settings in the OBS stats condition
2024-02-17 13:49:02 +01:00
Przemek Pawlas
58144bf9a8
More efficient QComboBox items initialization
2024-02-17 13:49:02 +01:00
Przemek Pawlas
438d9bf220
Use RAII wrappers
2024-02-17 13:49:02 +01:00
WarmUpTill
d8d73f0cd4
Show refresh button if source / filter selection is a variable
2024-02-17 10:03:04 +01:00
WarmUpTill
84e01c0c9c
Fix warnings
2024-02-17 10:03:04 +01:00
WarmUpTill
8e7955984e
Update cmake
...
Based on obs-plugintemplate@68e9fcd
2024-02-17 10:03:04 +01:00
WarmUpTill
5cc5a3d412
Display warning if token expired or no token is selected
2024-02-15 21:14:35 +01:00
WarmUpTill
9c4fdc9803
Update hotkey name when description is changed
...
This makes it easier to identify the hotkey in external tools
2024-02-15 21:12:01 +01:00
WarmUpTill
71a887db03
Disable audio fade controls if fading is not checked
2024-02-15 21:12:01 +01:00
WarmUpTill
768356e11e
Rename variable
2024-02-15 21:12:01 +01:00
WarmUpTill
668bba16ea
Add temp variable support to streaming condition
2024-02-10 01:46:53 +01:00
Przemek Pawlas
96809f76b9
Fix token permissions warning when it's invalid
2024-02-08 21:30:50 +01:00
WarmUpTill
62743afaa7
Fix setting value selection not being visible for on change check
2024-01-31 19:58:58 +01:00
WarmUpTill
74a3bf0b12
Rename websocket connections settings entry
2024-01-31 16:11:31 +01:00
WarmUpTill
e36e4f61da
Clean up variable signal handling
2024-01-31 16:11:31 +01:00
WarmUpTill
9eda8be954
Improve Display condition
...
* Add temp variable support
* Add options to check display width and height
* Add option to select comparision operator for display count check
2024-01-30 19:50:21 +01:00