v3.0.0
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.