Skip to content

Releases: FlowingSPDG/streamdeck-vmix-plugin

v0.5.3

16 Dec 13:15
Compare
Choose a tag to compare

v0.5.2 Pre

09 Dec 11:57
Compare
Choose a tag to compare
v0.5.2 Pre Pre-release
Pre-release

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Dec 06:02
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

This is testing pre-release.

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.5.1

v0.4.4 Fix input list

10 Aug 08:57
Compare
Choose a tag to compare

Fix input list.

v0.4.3 Performance optimization

29 Apr 03:09
Compare
Choose a tag to compare

Replaced syncMap
Added more goroutine for performance

Perhaps I optimized as much as I can, Probably vMix reply relayed after TALLY request, so it is impossible to reduce latency anymore.

v0.4.3(pre1) Goroutine performance improvement

29 Apr 01:01
Compare
Choose a tag to compare

(experimental) Fix tally/KeyDown action had bad performance.

v0.4.2 KeyDownHandler uses TCP API

28 Apr 03:47
Compare
Choose a tag to compare

KeyDownHandler(Sending function) is not replaced with TCP API.
But TCP API is async, so even if vMix could not process request, it won't show alert on StreamDeck App or buttons(You need to check logs).

v0.4.1 Minor adjustment

27 Apr 18:05
Compare
Choose a tag to compare

Reduced update check interval.
Optimized vMix API loop

v0.4.0 Refactored with vMix TCP API

27 Apr 17:50
Compare
Choose a tag to compare

Refactored action instance with vMix TCP API.
More responsive tally, more improved performance and stability.

This plugin will hit "XML" API each time you change preview/program input or adding inputs.
(Previously this plugin was hitting it every 0.25 sec, so its better now)
But as usual, this may slightly impact your vMix performance. It is not recomended to use this program in production.

(pre) v0.3.1 Optimized tally performance

25 Apr 14:16
Compare
Choose a tag to compare
v0.3.1-pre

optimized tally behavior to reduce performance overhead