atem-connection
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.4"></a> | ||
## [0.1.4](https://github.com/nrkno/tv-automation-atem-connection/compare/0.1.3...0.1.4) (2018-06-15) | ||
### Bug Fixes | ||
* preview command sets the right property in the state ([103fabd](https://github.com/nrkno/tv-automation-atem-connection/commit/103fabd)) | ||
<a name="0.1.3"></a> | ||
@@ -7,0 +17,0 @@ ## [0.1.3](https://github.com/nrkno/tv-automation-atem-connection/compare/0.1.2...0.1.3) (2018-06-09) |
@@ -27,3 +27,3 @@ "use strict"; | ||
const mixEffect = state.video.getMe(this.mixEffect); | ||
mixEffect.programInput = this.properties.source; | ||
mixEffect.previewInput = this.properties.source; | ||
} | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "atem-connection", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Typescript Node.js library for connecting with an ATEM switcher.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
242146