Updated Creating a macro (markdown)

WarmUpTill
2022-04-02 23:42:16 +02:00
parent 7438560d83
commit 59e38c97ad

@@ -1,8 +1,67 @@
### What are macros?
Macros allow you to perform an arbitrary amount of actions if a set of conditions is met.
Macros allow you to perform an arbitrary amount of actions if a set of conditions is met.
Macros will only be checked and executed if the plugin is running.
See [here](Starting-and-stopping-the-plugin) how to start and stop the plugin.
Currently supported condition types are:
* Audio
* Cursor position
* Date and time
* File
* Filter
* Hotkey
* Idle detection
* Macro
* Media
* OBS statistics
* OpenVR
* Plugin state
* Process
* Recording
* Replay buffer
* Scene
* Scene item order
* Scene item transform
* Scene item visibility
* Source
* Streaming
* Studio mode
* Timer
* Video
* Virtual camera
* Window title
Currently supported action types are:
* Audio
* File
* Filter
* Hotkey
* Macro
* Media
* Plugin state
* Profile
* Random
* Recording
* Replay buffer
* Scene collection
* Scene item order
* Scene item transform
* Scene item visibility
* Screenshot
* Sequence
* Source
* Streaming
* Swap scene in Studio mode
* Switch preview scene in Studio mode
* Switch scene
* System tray notification
* Timer
* Transition
* Virtual camera
* Wait
### Macro tab overview
By default the "Macro" tab is the second tab of the settings window.