mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-14 04:26:08 -05:00
Updated Creating a macro (markdown)
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user