summaryrefslogtreecommitdiff
path: root/switcher.py
diff options
context:
space:
mode:
authorFranziska Kunsmann <hi@kunsmann.eu>2023-01-11 07:33:01 +0100
committerFranziska Kunsmann <hi@kunsmann.eu>2023-01-11 07:33:01 +0100
commitabb5274122fffa81da22a559820875762f549a4c (patch)
treeaf339c6f5bc313f8b6410cea5c2bec6b76af78ac /switcher.py
parentbb7c63ef130b00003c926b168aee56a3b32eb6e0 (diff)
add some styling
Diffstat (limited to 'switcher.py')
-rw-r--r--switcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/switcher.py b/switcher.py
index 4c34a1c..8624839 100644
--- a/switcher.py
+++ b/switcher.py
@@ -1,7 +1,7 @@
import logging
import PyATEMMax
-from PyATEMMax.ATEMProtocolEnums import ATEMVideoModeFormats
+from PyATEMMax.ATEMProtocolEnums import ATEMVideoModeFormats, ATEMTransitionStyles
VIDEO_FORMATS = {
f[1:]
@@ -98,6 +98,6 @@ class PyATEMSwitcher:
def trans(self, input):
self.log.debug(f'hehehehe trans({repr(input)})')
self.atem.setProgramInputVideoSource(
- # TODO mixEffect,
+ ATEMTransitionStyles.mix,
input,
)