1.0b9 (2022-09-16)
1.0b8 (2022-08-17)
- Fixed issue #14: execMacroStopRecording not working.
- Fixed the range of the
zoomSpeed
parameter in setCameraControlZoomSpeed()
(issue #18).
- Added new (optional) parameters to
execMacroRecord()
so macro name and description can be specified (issue #15).
1.0b7 (2022-01-25)
- Fixed
Super Source Box
message byte order. PR #13 - Thank you Sergey !
1.0b6 (2021-12-01)
- Some documentation fixes
- Fixed wrong byte index in _handleSSBP (issue #9) - Thank you kellyzdude !
- Increased number of available aux channels to 32 - Thank you Jan Görgen ! (using ATEM Constellation 8K)
1.0b5 (2021-09-28)
1.0b4 (2021-05-16)
- Fixed bug in
ATEMSetterMethods.setTransitionWipePattern()
(issue #5)
1.0b3 (2021-02-23)
- Fixed bug in
ATEMProtocol.getVideoSrc/getAudioSrc()
(issue #3)
1.0b2 (2021-01-25)
- Fixed bug in
ATEMBuffer.getFlag()
(issue #2)
1.0b1 (2020-12-10)
- First release.
- Ported original code.
- Moved protocol info to
ATEMProtocol
.
- Moved switcher state to
ATEMSwitcherState
.
- Moved
set
methods to ATEMSetterMethods
.
- Created
StateData
class tree.
- Added threads to handle communications.
- Created documentation.
- Created Python package.
0.0 (2020-11-16)