Add Macro tab (#170)

* add action switch scene

* add window condition

* Add macro action wait

* Add macro condition region

* Add audio macro condition

* Add file based macro condition

* Add macro condition media

* Add video macro condition

* Add macro action audio

* Add macro action streaming

* Add macro action recording

* Add replay buffer macro action

* Add stream macro condition

* Add macro condition recording

* Add macro condition plugin state

* Add macro action to run an arbitrary command
This commit is contained in:
WarmUpTill
2021-05-14 07:37:01 -07:00
committed by GitHub
parent 6bf122d0e8
commit 675021c284
60 changed files with 6167 additions and 168 deletions

View File

@@ -51,6 +51,7 @@ int durationUnitToMultiplier(DurationUnit u)
return 0;
}
std::string durationUnitToString(DurationUnit u)
{
switch (u) {