From abb5274122fffa81da22a559820875762f549a4c Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 11 Jan 2023 07:33:01 +0100 Subject: add some styling --- switcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'switcher.py') 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, ) -- cgit v1.2.3