Releases: FlowingSPDG/streamdeck-vmix-plugin
v0.5.3
Full Changelog: v0.5.2...v0.5.3
v0.5.2 Pre
Full Changelog: v0.5.1...v0.5.2
v0.5.1
This is testing pre-release.
What's Changed
- Bump tar from 6.1.0 to 6.1.8 in /Source/pi by @dependabot in #43
- Bump ws from 6.2.1 to 6.2.2 in /Source/pi by @dependabot in #42
- Bump dns-packet from 1.3.1 to 1.3.4 in /Source/pi by @dependabot in #41
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v0.4.4...v0.5.1
v0.4.4 Fix input list
Fix input list.
v0.4.3 Performance optimization
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
(experimental) Fix tally/KeyDown action had bad performance.
v0.4.2 KeyDownHandler uses TCP API
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
Reduced update check interval.
Optimized vMix API loop
v0.4.0 Refactored with vMix TCP API
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
v0.3.1-pre optimized tally behavior to reduce performance overhead