From 59e38c97ad3c1e9f6dbd9a95dbb70df137dea639 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 2 Apr 2022 23:42:16 +0200 Subject: [PATCH] Updated Creating a macro (markdown) --- Creating-a-macro.md | 61 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/Creating-a-macro.md b/Creating-a-macro.md index f808e51..514fd52 100644 --- a/Creating-a-macro.md +++ b/Creating-a-macro.md @@ -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.