Skip to content

Releases: SteffeyDev/atemOSC

v3.1.1

14 May 19:02
Compare
Choose a tag to compare
v3.1.1 Pre-release
Pre-release
v3.1.1

v3.1.0

12 May 23:08
db584ca
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

Features:

  • Support for Fairlight audio (bc72b76)

v3.0.5

19 Apr 01:34
Compare
Choose a tag to compare

Bug Fixes:

  • Send-Status crash when no audio interface

v3.0.4

12 Apr 23:08
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes crash when Audio Interface missing (certain switchers are different, such as ATEM MINI)

v3.0.3

27 Feb 02:45
Compare
Choose a tag to compare
v3.0.3 Pre-release
Pre-release

Test version

v3.0.2

27 Feb 02:28
Compare
Choose a tag to compare
v3.0.2 Pre-release
Pre-release

Test version with additional safety checks

v3.0.1

24 Feb 05:55
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release

Bug Fixes

  • Crash when connecting to switcher on certain devices

v3.0.0

22 Jan 00:29
605a402
Compare
Choose a tag to compare

Features:

  • DSK source control and gain/clip values (addresses #130)
  • Refactor code for support for more OSC native values (e.g. sending int values to /atem/preview to change input)
  • Type casting on all methods to be more flexible and support more client types (e.g. convert float 0.0 to false for boolean methods)
  • Better overall support for TouchOSC by allowing the value to be sent in the address (see Readme for full details)
  • Buttons to show log panel and OSC addresses panel from main interface window
  • Shows last log message on main interface window for easier error detection
  • More complete and specific error messages that suggest methods you might have meant when you mistype a method name
  • More complete in-app OSC address list, now including all USK parameter options

Breaking Changes:

  • Removal of old DSK methods, such as /atem/dsk/set-tie/<int>. See Readme for new methods.
  • Removal of old USK methods, such as /atem/nextusk/<int>. See Readme for new methods.

v2.5.7

21 Dec 21:42
Compare
Choose a tag to compare

Features

  • New Hyperdeck Commands (though undocumented to start and pending further testing) (02a922e)
  • Show popup when new version available (a17dfcf)
  • Added Chroma Key commands for USK (3e59c4b)
  • Added support for Atem Switcher 8.1 SDK

v2.5.6

30 Dec 22:29
Compare
Choose a tag to compare

Features:

  • Preview Transition (dfd6a18)
  • short-name and long-name feedback on inputs (d9b8652)

Bug Fixes:

  • Potential fix for crash on Atem disconnect (ae0044e)