atem-connection
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -17,4 +17,7 @@ "use strict"; | ||
this.clipLocks = [ | ||
// TODO - this would be better to be dynamically sized based on the model we are connected to | ||
new dataLock_1.default(1, cmd => this.commandQueue.push(cmd)), | ||
new dataLock_1.default(2, cmd => this.commandQueue.push(cmd)) | ||
new dataLock_1.default(2, cmd => this.commandQueue.push(cmd)), | ||
new dataLock_1.default(3, cmd => this.commandQueue.push(cmd)), | ||
new dataLock_1.default(4, cmd => this.commandQueue.push(cmd)) | ||
]; | ||
@@ -21,0 +24,0 @@ this.transferIndex = 0; |
{ | ||
"name": "atem-connection", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"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 too big to display
Sorry, the diff of this file is not supported yet
688467
9454