atem-connection
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.0.2](https://github.com/nrkno/tv-automation-atem-connection/compare/1.0.1...1.0.2) (2019-10-09) | ||
### Bug Fixes | ||
* media player source still & clip inverted ([6dec48f](https://github.com/nrkno/tv-automation-atem-connection/commit/6dec48f09e4c02d404578095bb7e2cac551d398c)) | ||
### [1.0.1](https://github.com/nrkno/tv-automation-atem-connection/compare/1.0.0...1.0.1) (2019-09-21) | ||
@@ -7,0 +14,0 @@ |
@@ -17,4 +17,4 @@ "use strict"; | ||
buffer.writeUInt8(this.properties.sourceType, 2); | ||
buffer.writeUInt8(this.properties.clipIndex, 3); | ||
buffer.writeUInt8(this.properties.stillIndex, 4); | ||
buffer.writeUInt8(this.properties.stillIndex, 3); | ||
buffer.writeUInt8(this.properties.clipIndex, 4); | ||
return buffer; | ||
@@ -38,4 +38,4 @@ } | ||
sourceType: rawCommand[1], | ||
clipIndex: rawCommand[2], | ||
stillIndex: rawCommand[3] | ||
stillIndex: rawCommand[2], | ||
clipIndex: rawCommand[3] | ||
}; | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "atem-connection", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Typescript Node.js library for connecting with an ATEM switcher.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
485784