@nasaspaceflight/atem-connection 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (854) hide show
  1. package/CHANGELOG.md +1155 -0
  2. package/LICENSE +21 -0
  3. package/README.md +146 -0
  4. package/assets/roboto/LICENSE.txt +202 -0
  5. package/assets/roboto/Roboto-Regular.ttf +0 -0
  6. package/dist/atem.d.ts +280 -0
  7. package/dist/atem.d.ts.map +1 -0
  8. package/dist/atem.js +953 -0
  9. package/dist/atem.js.map +1 -0
  10. package/dist/commands/Audio/AudioMixerHeadphonesCommand.d.ts +20 -0
  11. package/dist/commands/Audio/AudioMixerHeadphonesCommand.d.ts.map +1 -0
  12. package/dist/commands/Audio/AudioMixerHeadphonesCommand.js +49 -0
  13. package/dist/commands/Audio/AudioMixerHeadphonesCommand.js.map +1 -0
  14. package/dist/commands/Audio/AudioMixerInputCommand.d.ts +34 -0
  15. package/dist/commands/Audio/AudioMixerInputCommand.d.ts.map +1 -0
  16. package/dist/commands/Audio/AudioMixerInputCommand.js +91 -0
  17. package/dist/commands/Audio/AudioMixerInputCommand.js.map +1 -0
  18. package/dist/commands/Audio/AudioMixerMasterCommand.d.ts +19 -0
  19. package/dist/commands/Audio/AudioMixerMasterCommand.d.ts.map +1 -0
  20. package/dist/commands/Audio/AudioMixerMasterCommand.js +46 -0
  21. package/dist/commands/Audio/AudioMixerMasterCommand.js.map +1 -0
  22. package/dist/commands/Audio/AudioMixerMonitorCommand.d.ts +23 -0
  23. package/dist/commands/Audio/AudioMixerMonitorCommand.d.ts.map +1 -0
  24. package/dist/commands/Audio/AudioMixerMonitorCommand.js +58 -0
  25. package/dist/commands/Audio/AudioMixerMonitorCommand.js.map +1 -0
  26. package/dist/commands/Audio/AudioMixerPropertiesCommand.d.ts +17 -0
  27. package/dist/commands/Audio/AudioMixerPropertiesCommand.d.ts.map +1 -0
  28. package/dist/commands/Audio/AudioMixerPropertiesCommand.js +31 -0
  29. package/dist/commands/Audio/AudioMixerPropertiesCommand.js.map +1 -0
  30. package/dist/commands/Audio/AudioMixerResetPeaksCommand.d.ts +19 -0
  31. package/dist/commands/Audio/AudioMixerResetPeaksCommand.d.ts.map +1 -0
  32. package/dist/commands/Audio/AudioMixerResetPeaksCommand.js +24 -0
  33. package/dist/commands/Audio/AudioMixerResetPeaksCommand.js.map +1 -0
  34. package/dist/commands/Audio/index.d.ts +7 -0
  35. package/dist/commands/Audio/index.d.ts.map +1 -0
  36. package/dist/commands/Audio/index.js +10 -0
  37. package/dist/commands/Audio/index.js.map +1 -0
  38. package/dist/commands/AuxSourceCommand.d.ts +20 -0
  39. package/dist/commands/AuxSourceCommand.d.ts.map +1 -0
  40. package/dist/commands/AuxSourceCommand.js +39 -0
  41. package/dist/commands/AuxSourceCommand.js.map +1 -0
  42. package/dist/commands/CameraControlCommand.d.ts +49 -0
  43. package/dist/commands/CameraControlCommand.d.ts.map +1 -0
  44. package/dist/commands/CameraControlCommand.js +204 -0
  45. package/dist/commands/CameraControlCommand.js.map +1 -0
  46. package/dist/commands/ColorGeneratorCommand.d.ts +22 -0
  47. package/dist/commands/ColorGeneratorCommand.d.ts.map +1 -0
  48. package/dist/commands/ColorGeneratorCommand.js +50 -0
  49. package/dist/commands/ColorGeneratorCommand.js.map +1 -0
  50. package/dist/commands/CommandBase.d.ts +56 -0
  51. package/dist/commands/CommandBase.d.ts.map +1 -0
  52. package/dist/commands/CommandBase.js +55 -0
  53. package/dist/commands/CommandBase.js.map +1 -0
  54. package/dist/commands/DataTransfer/DataTransferAckCommand.d.ts +13 -0
  55. package/dist/commands/DataTransfer/DataTransferAckCommand.d.ts.map +1 -0
  56. package/dist/commands/DataTransfer/DataTransferAckCommand.js +26 -0
  57. package/dist/commands/DataTransfer/DataTransferAckCommand.js.map +1 -0
  58. package/dist/commands/DataTransfer/DataTransferCompleteCommand.d.ts +10 -0
  59. package/dist/commands/DataTransfer/DataTransferCompleteCommand.d.ts.map +1 -0
  60. package/dist/commands/DataTransfer/DataTransferCompleteCommand.js +19 -0
  61. package/dist/commands/DataTransfer/DataTransferCompleteCommand.js.map +1 -0
  62. package/dist/commands/DataTransfer/DataTransferDataCommand.d.ts +13 -0
  63. package/dist/commands/DataTransfer/DataTransferDataCommand.d.ts.map +1 -0
  64. package/dist/commands/DataTransfer/DataTransferDataCommand.js +27 -0
  65. package/dist/commands/DataTransfer/DataTransferDataCommand.js.map +1 -0
  66. package/dist/commands/DataTransfer/DataTransferDownloadRequestCommand.d.ts +13 -0
  67. package/dist/commands/DataTransfer/DataTransferDownloadRequestCommand.d.ts.map +1 -0
  68. package/dist/commands/DataTransfer/DataTransferDownloadRequestCommand.js +17 -0
  69. package/dist/commands/DataTransfer/DataTransferDownloadRequestCommand.js.map +1 -0
  70. package/dist/commands/DataTransfer/DataTransferErrorCommand.d.ts +18 -0
  71. package/dist/commands/DataTransfer/DataTransferErrorCommand.d.ts.map +1 -0
  72. package/dist/commands/DataTransfer/DataTransferErrorCommand.js +27 -0
  73. package/dist/commands/DataTransfer/DataTransferErrorCommand.js.map +1 -0
  74. package/dist/commands/DataTransfer/DataTransferFileDescriptionCommand.d.ts +13 -0
  75. package/dist/commands/DataTransfer/DataTransferFileDescriptionCommand.d.ts.map +1 -0
  76. package/dist/commands/DataTransfer/DataTransferFileDescriptionCommand.js +19 -0
  77. package/dist/commands/DataTransfer/DataTransferFileDescriptionCommand.js.map +1 -0
  78. package/dist/commands/DataTransfer/DataTransferUploadContinueCommand.d.ts +13 -0
  79. package/dist/commands/DataTransfer/DataTransferUploadContinueCommand.d.ts.map +1 -0
  80. package/dist/commands/DataTransfer/DataTransferUploadContinueCommand.js +21 -0
  81. package/dist/commands/DataTransfer/DataTransferUploadContinueCommand.js.map +1 -0
  82. package/dist/commands/DataTransfer/DataTransferUploadRequestCommand.d.ts +14 -0
  83. package/dist/commands/DataTransfer/DataTransferUploadRequestCommand.d.ts.map +1 -0
  84. package/dist/commands/DataTransfer/DataTransferUploadRequestCommand.js +18 -0
  85. package/dist/commands/DataTransfer/DataTransferUploadRequestCommand.js.map +1 -0
  86. package/dist/commands/DataTransfer/LockObtainedCommand.d.ts +11 -0
  87. package/dist/commands/DataTransfer/LockObtainedCommand.d.ts.map +1 -0
  88. package/dist/commands/DataTransfer/LockObtainedCommand.js +20 -0
  89. package/dist/commands/DataTransfer/LockObtainedCommand.js.map +1 -0
  90. package/dist/commands/DataTransfer/LockStateCommand.d.ts +17 -0
  91. package/dist/commands/DataTransfer/LockStateCommand.d.ts.map +1 -0
  92. package/dist/commands/DataTransfer/LockStateCommand.js +33 -0
  93. package/dist/commands/DataTransfer/LockStateCommand.js.map +1 -0
  94. package/dist/commands/DataTransfer/index.d.ts +11 -0
  95. package/dist/commands/DataTransfer/index.d.ts.map +1 -0
  96. package/dist/commands/DataTransfer/index.js +14 -0
  97. package/dist/commands/DataTransfer/index.js.map +1 -0
  98. package/dist/commands/DeviceProfile/audioMixerConfigCommand.d.ts +11 -0
  99. package/dist/commands/DeviceProfile/audioMixerConfigCommand.d.ts.map +1 -0
  100. package/dist/commands/DeviceProfile/audioMixerConfigCommand.js +28 -0
  101. package/dist/commands/DeviceProfile/audioMixerConfigCommand.js.map +1 -0
  102. package/dist/commands/DeviceProfile/fairlightAudioMixerConfigCommand.d.ts +11 -0
  103. package/dist/commands/DeviceProfile/fairlightAudioMixerConfigCommand.d.ts.map +1 -0
  104. package/dist/commands/DeviceProfile/fairlightAudioMixerConfigCommand.js +25 -0
  105. package/dist/commands/DeviceProfile/fairlightAudioMixerConfigCommand.js.map +1 -0
  106. package/dist/commands/DeviceProfile/index.d.ts +12 -0
  107. package/dist/commands/DeviceProfile/index.d.ts.map +1 -0
  108. package/dist/commands/DeviceProfile/index.js +15 -0
  109. package/dist/commands/DeviceProfile/index.js.map +1 -0
  110. package/dist/commands/DeviceProfile/macroPoolConfigCommand.d.ts +11 -0
  111. package/dist/commands/DeviceProfile/macroPoolConfigCommand.d.ts.map +1 -0
  112. package/dist/commands/DeviceProfile/macroPoolConfigCommand.js +21 -0
  113. package/dist/commands/DeviceProfile/macroPoolConfigCommand.js.map +1 -0
  114. package/dist/commands/DeviceProfile/mediaPoolConfigCommand.d.ts +11 -0
  115. package/dist/commands/DeviceProfile/mediaPoolConfigCommand.d.ts.map +1 -0
  116. package/dist/commands/DeviceProfile/mediaPoolConfigCommand.js +22 -0
  117. package/dist/commands/DeviceProfile/mediaPoolConfigCommand.js.map +1 -0
  118. package/dist/commands/DeviceProfile/mixEffectBlockConfigCommand.d.ts +12 -0
  119. package/dist/commands/DeviceProfile/mixEffectBlockConfigCommand.d.ts.map +1 -0
  120. package/dist/commands/DeviceProfile/mixEffectBlockConfigCommand.js +20 -0
  121. package/dist/commands/DeviceProfile/mixEffectBlockConfigCommand.js.map +1 -0
  122. package/dist/commands/DeviceProfile/multiviewerConfigCommand.d.ts +12 -0
  123. package/dist/commands/DeviceProfile/multiviewerConfigCommand.d.ts.map +1 -0
  124. package/dist/commands/DeviceProfile/multiviewerConfigCommand.js +40 -0
  125. package/dist/commands/DeviceProfile/multiviewerConfigCommand.js.map +1 -0
  126. package/dist/commands/DeviceProfile/productIdentifierCommand.d.ts +10 -0
  127. package/dist/commands/DeviceProfile/productIdentifierCommand.d.ts.map +1 -0
  128. package/dist/commands/DeviceProfile/productIdentifierCommand.js +38 -0
  129. package/dist/commands/DeviceProfile/productIdentifierCommand.js.map +1 -0
  130. package/dist/commands/DeviceProfile/superSourceConfigCommand.d.ts +13 -0
  131. package/dist/commands/DeviceProfile/superSourceConfigCommand.d.ts.map +1 -0
  132. package/dist/commands/DeviceProfile/superSourceConfigCommand.js +26 -0
  133. package/dist/commands/DeviceProfile/superSourceConfigCommand.js.map +1 -0
  134. package/dist/commands/DeviceProfile/topologyCommand.d.ts +13 -0
  135. package/dist/commands/DeviceProfile/topologyCommand.d.ts.map +1 -0
  136. package/dist/commands/DeviceProfile/topologyCommand.js +52 -0
  137. package/dist/commands/DeviceProfile/topologyCommand.js.map +1 -0
  138. package/dist/commands/DeviceProfile/versionCommand.d.ts +13 -0
  139. package/dist/commands/DeviceProfile/versionCommand.d.ts.map +1 -0
  140. package/dist/commands/DeviceProfile/versionCommand.js +20 -0
  141. package/dist/commands/DeviceProfile/versionCommand.js.map +1 -0
  142. package/dist/commands/DeviceProfile/videoMixerConfigCommand.d.ts +12 -0
  143. package/dist/commands/DeviceProfile/videoMixerConfigCommand.d.ts.map +1 -0
  144. package/dist/commands/DeviceProfile/videoMixerConfigCommand.js +41 -0
  145. package/dist/commands/DeviceProfile/videoMixerConfigCommand.js.map +1 -0
  146. package/dist/commands/DisplayClock/DisplayClockCurrentTimeCommand.d.ts +13 -0
  147. package/dist/commands/DisplayClock/DisplayClockCurrentTimeCommand.d.ts.map +1 -0
  148. package/dist/commands/DisplayClock/DisplayClockCurrentTimeCommand.js +30 -0
  149. package/dist/commands/DisplayClock/DisplayClockCurrentTimeCommand.js.map +1 -0
  150. package/dist/commands/DisplayClock/DisplayClockPropertiesGetCommand.d.ts +11 -0
  151. package/dist/commands/DisplayClock/DisplayClockPropertiesGetCommand.d.ts.map +1 -0
  152. package/dist/commands/DisplayClock/DisplayClockPropertiesGetCommand.js +45 -0
  153. package/dist/commands/DisplayClock/DisplayClockPropertiesGetCommand.js.map +1 -0
  154. package/dist/commands/DisplayClock/DisplayClockPropertiesSetCommand.d.ts +22 -0
  155. package/dist/commands/DisplayClock/DisplayClockPropertiesSetCommand.d.ts.map +1 -0
  156. package/dist/commands/DisplayClock/DisplayClockPropertiesSetCommand.js +38 -0
  157. package/dist/commands/DisplayClock/DisplayClockPropertiesSetCommand.js.map +1 -0
  158. package/dist/commands/DisplayClock/DisplayClockRequestTimeCommand.d.ts +8 -0
  159. package/dist/commands/DisplayClock/DisplayClockRequestTimeCommand.d.ts.map +1 -0
  160. package/dist/commands/DisplayClock/DisplayClockRequestTimeCommand.js +16 -0
  161. package/dist/commands/DisplayClock/DisplayClockRequestTimeCommand.js.map +1 -0
  162. package/dist/commands/DisplayClock/DisplayClockStateSetCommand.d.ts +11 -0
  163. package/dist/commands/DisplayClock/DisplayClockStateSetCommand.d.ts.map +1 -0
  164. package/dist/commands/DisplayClock/DisplayClockStateSetCommand.js +18 -0
  165. package/dist/commands/DisplayClock/DisplayClockStateSetCommand.js.map +1 -0
  166. package/dist/commands/DisplayClock/index.d.ts +6 -0
  167. package/dist/commands/DisplayClock/index.d.ts.map +1 -0
  168. package/dist/commands/DisplayClock/index.js +9 -0
  169. package/dist/commands/DisplayClock/index.js.map +1 -0
  170. package/dist/commands/DownstreamKey/DownstreamKeyAutoCommand.d.ts +15 -0
  171. package/dist/commands/DownstreamKey/DownstreamKeyAutoCommand.d.ts.map +1 -0
  172. package/dist/commands/DownstreamKey/DownstreamKeyAutoCommand.js +29 -0
  173. package/dist/commands/DownstreamKey/DownstreamKeyAutoCommand.js.map +1 -0
  174. package/dist/commands/DownstreamKey/DownstreamKeyCutSourceCommand.d.ts +11 -0
  175. package/dist/commands/DownstreamKey/DownstreamKeyCutSourceCommand.d.ts.map +1 -0
  176. package/dist/commands/DownstreamKey/DownstreamKeyCutSourceCommand.js +19 -0
  177. package/dist/commands/DownstreamKey/DownstreamKeyCutSourceCommand.js.map +1 -0
  178. package/dist/commands/DownstreamKey/DownstreamKeyFillSourceCommand.d.ts +11 -0
  179. package/dist/commands/DownstreamKey/DownstreamKeyFillSourceCommand.d.ts.map +1 -0
  180. package/dist/commands/DownstreamKey/DownstreamKeyFillSourceCommand.js +19 -0
  181. package/dist/commands/DownstreamKey/DownstreamKeyFillSourceCommand.js.map +1 -0
  182. package/dist/commands/DownstreamKey/DownstreamKeyGeneralCommand.d.ts +16 -0
  183. package/dist/commands/DownstreamKey/DownstreamKeyGeneralCommand.d.ts.map +1 -0
  184. package/dist/commands/DownstreamKey/DownstreamKeyGeneralCommand.js +29 -0
  185. package/dist/commands/DownstreamKey/DownstreamKeyGeneralCommand.js.map +1 -0
  186. package/dist/commands/DownstreamKey/DownstreamKeyMaskCommand.d.ts +17 -0
  187. package/dist/commands/DownstreamKey/DownstreamKeyMaskCommand.d.ts.map +1 -0
  188. package/dist/commands/DownstreamKey/DownstreamKeyMaskCommand.js +31 -0
  189. package/dist/commands/DownstreamKey/DownstreamKeyMaskCommand.js.map +1 -0
  190. package/dist/commands/DownstreamKey/DownstreamKeyOnAirCommand.d.ts +11 -0
  191. package/dist/commands/DownstreamKey/DownstreamKeyOnAirCommand.d.ts.map +1 -0
  192. package/dist/commands/DownstreamKey/DownstreamKeyOnAirCommand.js +19 -0
  193. package/dist/commands/DownstreamKey/DownstreamKeyOnAirCommand.js.map +1 -0
  194. package/dist/commands/DownstreamKey/DownstreamKeyPropertiesCommand.d.ts +12 -0
  195. package/dist/commands/DownstreamKey/DownstreamKeyPropertiesCommand.d.ts.map +1 -0
  196. package/dist/commands/DownstreamKey/DownstreamKeyPropertiesCommand.js +40 -0
  197. package/dist/commands/DownstreamKey/DownstreamKeyPropertiesCommand.js.map +1 -0
  198. package/dist/commands/DownstreamKey/DownstreamKeyRateCommand.d.ts +11 -0
  199. package/dist/commands/DownstreamKey/DownstreamKeyRateCommand.d.ts.map +1 -0
  200. package/dist/commands/DownstreamKey/DownstreamKeyRateCommand.js +19 -0
  201. package/dist/commands/DownstreamKey/DownstreamKeyRateCommand.js.map +1 -0
  202. package/dist/commands/DownstreamKey/DownstreamKeySourcesCommand.d.ts +12 -0
  203. package/dist/commands/DownstreamKey/DownstreamKeySourcesCommand.d.ts.map +1 -0
  204. package/dist/commands/DownstreamKey/DownstreamKeySourcesCommand.js +29 -0
  205. package/dist/commands/DownstreamKey/DownstreamKeySourcesCommand.js.map +1 -0
  206. package/dist/commands/DownstreamKey/DownstreamKeyStateCommand.d.ts +21 -0
  207. package/dist/commands/DownstreamKey/DownstreamKeyStateCommand.d.ts.map +1 -0
  208. package/dist/commands/DownstreamKey/DownstreamKeyStateCommand.js +65 -0
  209. package/dist/commands/DownstreamKey/DownstreamKeyStateCommand.js.map +1 -0
  210. package/dist/commands/DownstreamKey/DownstreamKeyTieCommand.d.ts +11 -0
  211. package/dist/commands/DownstreamKey/DownstreamKeyTieCommand.d.ts.map +1 -0
  212. package/dist/commands/DownstreamKey/DownstreamKeyTieCommand.js +19 -0
  213. package/dist/commands/DownstreamKey/DownstreamKeyTieCommand.js.map +1 -0
  214. package/dist/commands/DownstreamKey/index.d.ts +12 -0
  215. package/dist/commands/DownstreamKey/index.d.ts.map +1 -0
  216. package/dist/commands/DownstreamKey/index.js +15 -0
  217. package/dist/commands/DownstreamKey/index.js.map +1 -0
  218. package/dist/commands/Fairlight/AudioRouting/AudioRoutingOutput.d.ts +23 -0
  219. package/dist/commands/Fairlight/AudioRouting/AudioRoutingOutput.d.ts.map +1 -0
  220. package/dist/commands/Fairlight/AudioRouting/AudioRoutingOutput.js +59 -0
  221. package/dist/commands/Fairlight/AudioRouting/AudioRoutingOutput.js.map +1 -0
  222. package/dist/commands/Fairlight/AudioRouting/AudioRoutingSource.d.ts +22 -0
  223. package/dist/commands/Fairlight/AudioRouting/AudioRoutingSource.d.ts.map +1 -0
  224. package/dist/commands/Fairlight/AudioRouting/AudioRoutingSource.js +56 -0
  225. package/dist/commands/Fairlight/AudioRouting/AudioRoutingSource.js.map +1 -0
  226. package/dist/commands/Fairlight/AudioRouting/index.d.ts +3 -0
  227. package/dist/commands/Fairlight/AudioRouting/index.d.ts.map +1 -0
  228. package/dist/commands/Fairlight/AudioRouting/index.js +6 -0
  229. package/dist/commands/Fairlight/AudioRouting/index.js.map +1 -0
  230. package/dist/commands/Fairlight/FairlightMixerInputCommand.d.ts +37 -0
  231. package/dist/commands/Fairlight/FairlightMixerInputCommand.d.ts.map +1 -0
  232. package/dist/commands/Fairlight/FairlightMixerInputCommand.js +90 -0
  233. package/dist/commands/Fairlight/FairlightMixerInputCommand.js.map +1 -0
  234. package/dist/commands/Fairlight/FairlightMixerMasterCommand.d.ts +28 -0
  235. package/dist/commands/Fairlight/FairlightMixerMasterCommand.d.ts.map +1 -0
  236. package/dist/commands/Fairlight/FairlightMixerMasterCommand.js +64 -0
  237. package/dist/commands/Fairlight/FairlightMixerMasterCommand.js.map +1 -0
  238. package/dist/commands/Fairlight/FairlightMixerMasterCompressorCommand.d.ts +23 -0
  239. package/dist/commands/Fairlight/FairlightMixerMasterCompressorCommand.d.ts.map +1 -0
  240. package/dist/commands/Fairlight/FairlightMixerMasterCompressorCommand.js +57 -0
  241. package/dist/commands/Fairlight/FairlightMixerMasterCompressorCommand.js.map +1 -0
  242. package/dist/commands/Fairlight/FairlightMixerMasterDynamicsResetCommand.d.ts +8 -0
  243. package/dist/commands/Fairlight/FairlightMixerMasterDynamicsResetCommand.d.ts.map +1 -0
  244. package/dist/commands/Fairlight/FairlightMixerMasterDynamicsResetCommand.js +27 -0
  245. package/dist/commands/Fairlight/FairlightMixerMasterDynamicsResetCommand.js.map +1 -0
  246. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerBandCommand.d.ts +27 -0
  247. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerBandCommand.d.ts.map +1 -0
  248. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerBandCommand.js +73 -0
  249. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerBandCommand.js.map +1 -0
  250. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerResetCommand.d.ts +14 -0
  251. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerResetCommand.d.ts.map +1 -0
  252. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerResetCommand.js +20 -0
  253. package/dist/commands/Fairlight/FairlightMixerMasterEqualizerResetCommand.js.map +1 -0
  254. package/dist/commands/Fairlight/FairlightMixerMasterLevelsCommand.d.ts +9 -0
  255. package/dist/commands/Fairlight/FairlightMixerMasterLevelsCommand.d.ts.map +1 -0
  256. package/dist/commands/Fairlight/FairlightMixerMasterLevelsCommand.js +32 -0
  257. package/dist/commands/Fairlight/FairlightMixerMasterLevelsCommand.js.map +1 -0
  258. package/dist/commands/Fairlight/FairlightMixerMasterLimiterCommand.d.ts +22 -0
  259. package/dist/commands/Fairlight/FairlightMixerMasterLimiterCommand.d.ts.map +1 -0
  260. package/dist/commands/Fairlight/FairlightMixerMasterLimiterCommand.js +54 -0
  261. package/dist/commands/Fairlight/FairlightMixerMasterLimiterCommand.js.map +1 -0
  262. package/dist/commands/Fairlight/FairlightMixerMasterPropertiesCommand.d.ts +21 -0
  263. package/dist/commands/Fairlight/FairlightMixerMasterPropertiesCommand.d.ts.map +1 -0
  264. package/dist/commands/Fairlight/FairlightMixerMasterPropertiesCommand.js +34 -0
  265. package/dist/commands/Fairlight/FairlightMixerMasterPropertiesCommand.js.map +1 -0
  266. package/dist/commands/Fairlight/FairlightMixerMonitorCommand.d.ts +23 -0
  267. package/dist/commands/Fairlight/FairlightMixerMonitorCommand.d.ts.map +1 -0
  268. package/dist/commands/Fairlight/FairlightMixerMonitorCommand.js +53 -0
  269. package/dist/commands/Fairlight/FairlightMixerMonitorCommand.js.map +1 -0
  270. package/dist/commands/Fairlight/FairlightMixerMonitorSoloCommand.d.ts +20 -0
  271. package/dist/commands/Fairlight/FairlightMixerMonitorSoloCommand.d.ts.map +1 -0
  272. package/dist/commands/Fairlight/FairlightMixerMonitorSoloCommand.js +43 -0
  273. package/dist/commands/Fairlight/FairlightMixerMonitorSoloCommand.js.map +1 -0
  274. package/dist/commands/Fairlight/FairlightMixerResetPeakLevelsCommand.d.ts +10 -0
  275. package/dist/commands/Fairlight/FairlightMixerResetPeakLevelsCommand.d.ts.map +1 -0
  276. package/dist/commands/Fairlight/FairlightMixerResetPeakLevelsCommand.js +25 -0
  277. package/dist/commands/Fairlight/FairlightMixerResetPeakLevelsCommand.js.map +1 -0
  278. package/dist/commands/Fairlight/FairlightMixerSendLevelsCommand.d.ts +10 -0
  279. package/dist/commands/Fairlight/FairlightMixerSendLevelsCommand.d.ts.map +1 -0
  280. package/dist/commands/Fairlight/FairlightMixerSendLevelsCommand.js +17 -0
  281. package/dist/commands/Fairlight/FairlightMixerSendLevelsCommand.js.map +1 -0
  282. package/dist/commands/Fairlight/FairlightMixerSourceCommand.d.ts +47 -0
  283. package/dist/commands/Fairlight/FairlightMixerSourceCommand.d.ts.map +1 -0
  284. package/dist/commands/Fairlight/FairlightMixerSourceCommand.js +126 -0
  285. package/dist/commands/Fairlight/FairlightMixerSourceCommand.js.map +1 -0
  286. package/dist/commands/Fairlight/FairlightMixerSourceCompressorCommand.d.ts +29 -0
  287. package/dist/commands/Fairlight/FairlightMixerSourceCompressorCommand.d.ts.map +1 -0
  288. package/dist/commands/Fairlight/FairlightMixerSourceCompressorCommand.js +75 -0
  289. package/dist/commands/Fairlight/FairlightMixerSourceCompressorCommand.js.map +1 -0
  290. package/dist/commands/Fairlight/FairlightMixerSourceDynamicsResetCommand.d.ts +11 -0
  291. package/dist/commands/Fairlight/FairlightMixerSourceDynamicsResetCommand.d.ts.map +1 -0
  292. package/dist/commands/Fairlight/FairlightMixerSourceDynamicsResetCommand.js +34 -0
  293. package/dist/commands/Fairlight/FairlightMixerSourceDynamicsResetCommand.js.map +1 -0
  294. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerBandCommand.d.ts +31 -0
  295. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerBandCommand.d.ts.map +1 -0
  296. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerBandCommand.js +85 -0
  297. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerBandCommand.js.map +1 -0
  298. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerResetCommand.d.ts +17 -0
  299. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerResetCommand.d.ts.map +1 -0
  300. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerResetCommand.js +27 -0
  301. package/dist/commands/Fairlight/FairlightMixerSourceEqualizerResetCommand.js.map +1 -0
  302. package/dist/commands/Fairlight/FairlightMixerSourceExpanderCommand.d.ts +31 -0
  303. package/dist/commands/Fairlight/FairlightMixerSourceExpanderCommand.d.ts.map +1 -0
  304. package/dist/commands/Fairlight/FairlightMixerSourceExpanderCommand.js +81 -0
  305. package/dist/commands/Fairlight/FairlightMixerSourceExpanderCommand.js.map +1 -0
  306. package/dist/commands/Fairlight/FairlightMixerSourceLevelsCommand.d.ts +12 -0
  307. package/dist/commands/Fairlight/FairlightMixerSourceLevelsCommand.d.ts.map +1 -0
  308. package/dist/commands/Fairlight/FairlightMixerSourceLevelsCommand.js +40 -0
  309. package/dist/commands/Fairlight/FairlightMixerSourceLevelsCommand.js.map +1 -0
  310. package/dist/commands/Fairlight/FairlightMixerSourceLimiterCommand.d.ts +28 -0
  311. package/dist/commands/Fairlight/FairlightMixerSourceLimiterCommand.d.ts.map +1 -0
  312. package/dist/commands/Fairlight/FairlightMixerSourceLimiterCommand.js +72 -0
  313. package/dist/commands/Fairlight/FairlightMixerSourceLimiterCommand.js.map +1 -0
  314. package/dist/commands/Fairlight/FairlightMixerSourceResetPeakLevelsCommand.d.ts +14 -0
  315. package/dist/commands/Fairlight/FairlightMixerSourceResetPeakLevelsCommand.d.ts.map +1 -0
  316. package/dist/commands/Fairlight/FairlightMixerSourceResetPeakLevelsCommand.js +31 -0
  317. package/dist/commands/Fairlight/FairlightMixerSourceResetPeakLevelsCommand.js.map +1 -0
  318. package/dist/commands/Fairlight/common.d.ts +7 -0
  319. package/dist/commands/Fairlight/common.d.ts.map +1 -0
  320. package/dist/commands/Fairlight/common.js +3 -0
  321. package/dist/commands/Fairlight/common.js.map +1 -0
  322. package/dist/commands/Fairlight/index.d.ts +24 -0
  323. package/dist/commands/Fairlight/index.d.ts.map +1 -0
  324. package/dist/commands/Fairlight/index.js +28 -0
  325. package/dist/commands/Fairlight/index.js.map +1 -0
  326. package/dist/commands/InitCompleteCommand.d.ts +8 -0
  327. package/dist/commands/InitCompleteCommand.d.ts.map +1 -0
  328. package/dist/commands/InitCompleteCommand.js +18 -0
  329. package/dist/commands/InitCompleteCommand.js.map +1 -0
  330. package/dist/commands/Inputs/InputPropertiesCommand.d.ts +24 -0
  331. package/dist/commands/Inputs/InputPropertiesCommand.d.ts.map +1 -0
  332. package/dist/commands/Inputs/InputPropertiesCommand.js +57 -0
  333. package/dist/commands/Inputs/InputPropertiesCommand.js.map +1 -0
  334. package/dist/commands/Inputs/index.d.ts +2 -0
  335. package/dist/commands/Inputs/index.d.ts.map +1 -0
  336. package/dist/commands/Inputs/index.js +5 -0
  337. package/dist/commands/Inputs/index.js.map +1 -0
  338. package/dist/commands/Macro/MacroActionCommand.d.ts +12 -0
  339. package/dist/commands/Macro/MacroActionCommand.d.ts.map +1 -0
  340. package/dist/commands/Macro/MacroActionCommand.js +33 -0
  341. package/dist/commands/Macro/MacroActionCommand.js.map +1 -0
  342. package/dist/commands/Macro/MacroAddTimedPauseCommand.d.ts +10 -0
  343. package/dist/commands/Macro/MacroAddTimedPauseCommand.d.ts.map +1 -0
  344. package/dist/commands/Macro/MacroAddTimedPauseCommand.js +17 -0
  345. package/dist/commands/Macro/MacroAddTimedPauseCommand.js.map +1 -0
  346. package/dist/commands/Macro/MacroPropertiesCommand.d.ts +23 -0
  347. package/dist/commands/Macro/MacroPropertiesCommand.d.ts.map +1 -0
  348. package/dist/commands/Macro/MacroPropertiesCommand.js +60 -0
  349. package/dist/commands/Macro/MacroPropertiesCommand.js.map +1 -0
  350. package/dist/commands/Macro/MacroRecordCommand.d.ts +12 -0
  351. package/dist/commands/Macro/MacroRecordCommand.d.ts.map +1 -0
  352. package/dist/commands/Macro/MacroRecordCommand.js +25 -0
  353. package/dist/commands/Macro/MacroRecordCommand.js.map +1 -0
  354. package/dist/commands/Macro/MacroRecordingStatusCommand.d.ts +10 -0
  355. package/dist/commands/Macro/MacroRecordingStatusCommand.d.ts.map +1 -0
  356. package/dist/commands/Macro/MacroRecordingStatusCommand.js +23 -0
  357. package/dist/commands/Macro/MacroRecordingStatusCommand.js.map +1 -0
  358. package/dist/commands/Macro/MacroRunStatusCommand.d.ts +19 -0
  359. package/dist/commands/Macro/MacroRunStatusCommand.d.ts.map +1 -0
  360. package/dist/commands/Macro/MacroRunStatusCommand.js +35 -0
  361. package/dist/commands/Macro/MacroRunStatusCommand.js.map +1 -0
  362. package/dist/commands/Macro/index.d.ts +7 -0
  363. package/dist/commands/Macro/index.d.ts.map +1 -0
  364. package/dist/commands/Macro/index.js +10 -0
  365. package/dist/commands/Macro/index.js.map +1 -0
  366. package/dist/commands/Media/MediaPlayerSourceCommand.d.ts +23 -0
  367. package/dist/commands/Media/MediaPlayerSourceCommand.d.ts.map +1 -0
  368. package/dist/commands/Media/MediaPlayerSourceCommand.js +55 -0
  369. package/dist/commands/Media/MediaPlayerSourceCommand.js.map +1 -0
  370. package/dist/commands/Media/MediaPlayerStatusCommand.d.ts +24 -0
  371. package/dist/commands/Media/MediaPlayerStatusCommand.d.ts.map +1 -0
  372. package/dist/commands/Media/MediaPlayerStatusCommand.js +58 -0
  373. package/dist/commands/Media/MediaPlayerStatusCommand.js.map +1 -0
  374. package/dist/commands/Media/MediaPoolCaptureStillCommand.d.ts +8 -0
  375. package/dist/commands/Media/MediaPoolCaptureStillCommand.d.ts.map +1 -0
  376. package/dist/commands/Media/MediaPoolCaptureStillCommand.js +15 -0
  377. package/dist/commands/Media/MediaPoolCaptureStillCommand.js.map +1 -0
  378. package/dist/commands/Media/MediaPoolClearClipCommand.d.ts +10 -0
  379. package/dist/commands/Media/MediaPoolClearClipCommand.d.ts.map +1 -0
  380. package/dist/commands/Media/MediaPoolClearClipCommand.js +17 -0
  381. package/dist/commands/Media/MediaPoolClearClipCommand.js.map +1 -0
  382. package/dist/commands/Media/MediaPoolClearStillCommand.d.ts +10 -0
  383. package/dist/commands/Media/MediaPoolClearStillCommand.d.ts.map +1 -0
  384. package/dist/commands/Media/MediaPoolClearStillCommand.js +17 -0
  385. package/dist/commands/Media/MediaPoolClearStillCommand.js.map +1 -0
  386. package/dist/commands/Media/MediaPoolClipDescription.d.ts +12 -0
  387. package/dist/commands/Media/MediaPoolClipDescription.d.ts.map +1 -0
  388. package/dist/commands/Media/MediaPoolClipDescription.js +32 -0
  389. package/dist/commands/Media/MediaPoolClipDescription.js.map +1 -0
  390. package/dist/commands/Media/MediaPoolFrameDescription.d.ts +13 -0
  391. package/dist/commands/Media/MediaPoolFrameDescription.d.ts.map +1 -0
  392. package/dist/commands/Media/MediaPoolFrameDescription.js +41 -0
  393. package/dist/commands/Media/MediaPoolFrameDescription.js.map +1 -0
  394. package/dist/commands/Media/MediaPoolSetClipCommand.d.ts +12 -0
  395. package/dist/commands/Media/MediaPoolSetClipCommand.d.ts.map +1 -0
  396. package/dist/commands/Media/MediaPoolSetClipCommand.js +17 -0
  397. package/dist/commands/Media/MediaPoolSetClipCommand.js.map +1 -0
  398. package/dist/commands/Media/index.d.ts +9 -0
  399. package/dist/commands/Media/index.d.ts.map +1 -0
  400. package/dist/commands/Media/index.js +12 -0
  401. package/dist/commands/Media/index.js.map +1 -0
  402. package/dist/commands/MixEffects/AutoTransitionCommand.d.ts +9 -0
  403. package/dist/commands/MixEffects/AutoTransitionCommand.d.ts.map +1 -0
  404. package/dist/commands/MixEffects/AutoTransitionCommand.js +18 -0
  405. package/dist/commands/MixEffects/AutoTransitionCommand.js.map +1 -0
  406. package/dist/commands/MixEffects/CutCommand.d.ts +9 -0
  407. package/dist/commands/MixEffects/CutCommand.d.ts.map +1 -0
  408. package/dist/commands/MixEffects/CutCommand.js +18 -0
  409. package/dist/commands/MixEffects/CutCommand.js.map +1 -0
  410. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackAutoCommand.d.ts +9 -0
  411. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackAutoCommand.d.ts.map +1 -0
  412. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackAutoCommand.js +18 -0
  413. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackAutoCommand.js.map +1 -0
  414. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackRateCommand.d.ts +21 -0
  415. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackRateCommand.d.ts.map +1 -0
  416. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackRateCommand.js +48 -0
  417. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackRateCommand.js.map +1 -0
  418. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackStateCommand.d.ts +16 -0
  419. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackStateCommand.d.ts.map +1 -0
  420. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackStateCommand.js +35 -0
  421. package/dist/commands/MixEffects/FadeToBlack/FadeToBlackStateCommand.js.map +1 -0
  422. package/dist/commands/MixEffects/FadeToBlack/index.d.ts +4 -0
  423. package/dist/commands/MixEffects/FadeToBlack/index.d.ts.map +1 -0
  424. package/dist/commands/MixEffects/FadeToBlack/index.js +7 -0
  425. package/dist/commands/MixEffects/FadeToBlack/index.js.map +1 -0
  426. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaPropertiesCommand.d.ts +33 -0
  427. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaPropertiesCommand.d.ts.map +1 -0
  428. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaPropertiesCommand.js +86 -0
  429. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaPropertiesCommand.js.map +1 -0
  430. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleCommand.d.ts +30 -0
  431. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleCommand.d.ts.map +1 -0
  432. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleCommand.js +77 -0
  433. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleCommand.js.map +1 -0
  434. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleResetCommand.d.ts +15 -0
  435. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleResetCommand.d.ts.map +1 -0
  436. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleResetCommand.js +31 -0
  437. package/dist/commands/MixEffects/Key/MixEffectKeyAdvancedChromaSampleResetCommand.js.map +1 -0
  438. package/dist/commands/MixEffects/Key/MixEffectKeyChromaCommand.d.ts +27 -0
  439. package/dist/commands/MixEffects/Key/MixEffectKeyChromaCommand.d.ts.map +1 -0
  440. package/dist/commands/MixEffects/Key/MixEffectKeyChromaCommand.js +67 -0
  441. package/dist/commands/MixEffects/Key/MixEffectKeyChromaCommand.js.map +1 -0
  442. package/dist/commands/MixEffects/Key/MixEffectKeyCutSourceSetCommand.d.ts +12 -0
  443. package/dist/commands/MixEffects/Key/MixEffectKeyCutSourceSetCommand.d.ts.map +1 -0
  444. package/dist/commands/MixEffects/Key/MixEffectKeyCutSourceSetCommand.js +21 -0
  445. package/dist/commands/MixEffects/Key/MixEffectKeyCutSourceSetCommand.js.map +1 -0
  446. package/dist/commands/MixEffects/Key/MixEffectKeyDVECommand.d.ts +48 -0
  447. package/dist/commands/MixEffects/Key/MixEffectKeyDVECommand.d.ts.map +1 -0
  448. package/dist/commands/MixEffects/Key/MixEffectKeyDVECommand.js +134 -0
  449. package/dist/commands/MixEffects/Key/MixEffectKeyDVECommand.js.map +1 -0
  450. package/dist/commands/MixEffects/Key/MixEffectKeyFillSourceSetCommand.d.ts +12 -0
  451. package/dist/commands/MixEffects/Key/MixEffectKeyFillSourceSetCommand.d.ts.map +1 -0
  452. package/dist/commands/MixEffects/Key/MixEffectKeyFillSourceSetCommand.js +21 -0
  453. package/dist/commands/MixEffects/Key/MixEffectKeyFillSourceSetCommand.js.map +1 -0
  454. package/dist/commands/MixEffects/Key/MixEffectKeyFlyKeyframeCommand.d.ts +53 -0
  455. package/dist/commands/MixEffects/Key/MixEffectKeyFlyKeyframeCommand.d.ts.map +1 -0
  456. package/dist/commands/MixEffects/Key/MixEffectKeyFlyKeyframeCommand.js +142 -0
  457. package/dist/commands/MixEffects/Key/MixEffectKeyFlyKeyframeCommand.js.map +1 -0
  458. package/dist/commands/MixEffects/Key/MixEffectKeyFlyPropertiesGetCommand.d.ts +13 -0
  459. package/dist/commands/MixEffects/Key/MixEffectKeyFlyPropertiesGetCommand.d.ts.map +1 -0
  460. package/dist/commands/MixEffects/Key/MixEffectKeyFlyPropertiesGetCommand.js +38 -0
  461. package/dist/commands/MixEffects/Key/MixEffectKeyFlyPropertiesGetCommand.js.map +1 -0
  462. package/dist/commands/MixEffects/Key/MixEffectKeyLumaCommand.d.ts +26 -0
  463. package/dist/commands/MixEffects/Key/MixEffectKeyLumaCommand.d.ts.map +1 -0
  464. package/dist/commands/MixEffects/Key/MixEffectKeyLumaCommand.js +64 -0
  465. package/dist/commands/MixEffects/Key/MixEffectKeyLumaCommand.js.map +1 -0
  466. package/dist/commands/MixEffects/Key/MixEffectKeyMaskSetCommand.d.ts +18 -0
  467. package/dist/commands/MixEffects/Key/MixEffectKeyMaskSetCommand.d.ts.map +1 -0
  468. package/dist/commands/MixEffects/Key/MixEffectKeyMaskSetCommand.js +33 -0
  469. package/dist/commands/MixEffects/Key/MixEffectKeyMaskSetCommand.js.map +1 -0
  470. package/dist/commands/MixEffects/Key/MixEffectKeyOnAirCommand.d.ts +23 -0
  471. package/dist/commands/MixEffects/Key/MixEffectKeyOnAirCommand.d.ts.map +1 -0
  472. package/dist/commands/MixEffects/Key/MixEffectKeyOnAirCommand.js +49 -0
  473. package/dist/commands/MixEffects/Key/MixEffectKeyOnAirCommand.js.map +1 -0
  474. package/dist/commands/MixEffects/Key/MixEffectKeyPatternCommand.d.ts +29 -0
  475. package/dist/commands/MixEffects/Key/MixEffectKeyPatternCommand.d.ts.map +1 -0
  476. package/dist/commands/MixEffects/Key/MixEffectKeyPatternCommand.js +73 -0
  477. package/dist/commands/MixEffects/Key/MixEffectKeyPatternCommand.js.map +1 -0
  478. package/dist/commands/MixEffects/Key/MixEffectKeyPropertiesGetCommand.d.ts +13 -0
  479. package/dist/commands/MixEffects/Key/MixEffectKeyPropertiesGetCommand.d.ts.map +1 -0
  480. package/dist/commands/MixEffects/Key/MixEffectKeyPropertiesGetCommand.js +47 -0
  481. package/dist/commands/MixEffects/Key/MixEffectKeyPropertiesGetCommand.js.map +1 -0
  482. package/dist/commands/MixEffects/Key/MixEffectKeyRunToCommand.d.ts +14 -0
  483. package/dist/commands/MixEffects/Key/MixEffectKeyRunToCommand.d.ts.map +1 -0
  484. package/dist/commands/MixEffects/Key/MixEffectKeyRunToCommand.js +24 -0
  485. package/dist/commands/MixEffects/Key/MixEffectKeyRunToCommand.js.map +1 -0
  486. package/dist/commands/MixEffects/Key/MixEffectKeyTypeSetCommand.d.ts +15 -0
  487. package/dist/commands/MixEffects/Key/MixEffectKeyTypeSetCommand.d.ts.map +1 -0
  488. package/dist/commands/MixEffects/Key/MixEffectKeyTypeSetCommand.js +27 -0
  489. package/dist/commands/MixEffects/Key/MixEffectKeyTypeSetCommand.js.map +1 -0
  490. package/dist/commands/MixEffects/Key/index.d.ts +17 -0
  491. package/dist/commands/MixEffects/Key/index.d.ts.map +1 -0
  492. package/dist/commands/MixEffects/Key/index.js +20 -0
  493. package/dist/commands/MixEffects/Key/index.js.map +1 -0
  494. package/dist/commands/MixEffects/PreviewInputCommand.d.ts +20 -0
  495. package/dist/commands/MixEffects/PreviewInputCommand.d.ts.map +1 -0
  496. package/dist/commands/MixEffects/PreviewInputCommand.js +43 -0
  497. package/dist/commands/MixEffects/PreviewInputCommand.js.map +1 -0
  498. package/dist/commands/MixEffects/ProgramInputCommand.d.ts +18 -0
  499. package/dist/commands/MixEffects/ProgramInputCommand.d.ts.map +1 -0
  500. package/dist/commands/MixEffects/ProgramInputCommand.js +43 -0
  501. package/dist/commands/MixEffects/ProgramInputCommand.js.map +1 -0
  502. package/dist/commands/MixEffects/Transition/TransitionDVECommand.d.ts +32 -0
  503. package/dist/commands/MixEffects/Transition/TransitionDVECommand.d.ts.map +1 -0
  504. package/dist/commands/MixEffects/Transition/TransitionDVECommand.js +85 -0
  505. package/dist/commands/MixEffects/Transition/TransitionDVECommand.js.map +1 -0
  506. package/dist/commands/MixEffects/Transition/TransitionDipCommand.d.ts +22 -0
  507. package/dist/commands/MixEffects/Transition/TransitionDipCommand.d.ts.map +1 -0
  508. package/dist/commands/MixEffects/Transition/TransitionDipCommand.js +52 -0
  509. package/dist/commands/MixEffects/Transition/TransitionDipCommand.js.map +1 -0
  510. package/dist/commands/MixEffects/Transition/TransitionMixCommand.d.ts +18 -0
  511. package/dist/commands/MixEffects/Transition/TransitionMixCommand.d.ts.map +1 -0
  512. package/dist/commands/MixEffects/Transition/TransitionMixCommand.js +45 -0
  513. package/dist/commands/MixEffects/Transition/TransitionMixCommand.js.map +1 -0
  514. package/dist/commands/MixEffects/Transition/TransitionPositionCommand.d.ts +18 -0
  515. package/dist/commands/MixEffects/Transition/TransitionPositionCommand.d.ts.map +1 -0
  516. package/dist/commands/MixEffects/Transition/TransitionPositionCommand.js +45 -0
  517. package/dist/commands/MixEffects/Transition/TransitionPositionCommand.js.map +1 -0
  518. package/dist/commands/MixEffects/Transition/TransitionPreviewCommand.d.ts +20 -0
  519. package/dist/commands/MixEffects/Transition/TransitionPreviewCommand.d.ts.map +1 -0
  520. package/dist/commands/MixEffects/Transition/TransitionPreviewCommand.js +43 -0
  521. package/dist/commands/MixEffects/Transition/TransitionPreviewCommand.js.map +1 -0
  522. package/dist/commands/MixEffects/Transition/TransitionPropertiesCommand.d.ts +23 -0
  523. package/dist/commands/MixEffects/Transition/TransitionPropertiesCommand.d.ts.map +1 -0
  524. package/dist/commands/MixEffects/Transition/TransitionPropertiesCommand.js +55 -0
  525. package/dist/commands/MixEffects/Transition/TransitionPropertiesCommand.js.map +1 -0
  526. package/dist/commands/MixEffects/Transition/TransitionStingerCommand.d.ts +29 -0
  527. package/dist/commands/MixEffects/Transition/TransitionStingerCommand.d.ts.map +1 -0
  528. package/dist/commands/MixEffects/Transition/TransitionStingerCommand.js +73 -0
  529. package/dist/commands/MixEffects/Transition/TransitionStingerCommand.js.map +1 -0
  530. package/dist/commands/MixEffects/Transition/TransitionWipeCommand.d.ts +30 -0
  531. package/dist/commands/MixEffects/Transition/TransitionWipeCommand.d.ts.map +1 -0
  532. package/dist/commands/MixEffects/Transition/TransitionWipeCommand.js +76 -0
  533. package/dist/commands/MixEffects/Transition/TransitionWipeCommand.js.map +1 -0
  534. package/dist/commands/MixEffects/Transition/index.d.ts +9 -0
  535. package/dist/commands/MixEffects/Transition/index.d.ts.map +1 -0
  536. package/dist/commands/MixEffects/Transition/index.js +12 -0
  537. package/dist/commands/MixEffects/Transition/index.js.map +1 -0
  538. package/dist/commands/MixEffects/index.d.ts +8 -0
  539. package/dist/commands/MixEffects/index.d.ts.map +1 -0
  540. package/dist/commands/MixEffects/index.js +11 -0
  541. package/dist/commands/MixEffects/index.js.map +1 -0
  542. package/dist/commands/PowerStatusCommand.d.ts +14 -0
  543. package/dist/commands/PowerStatusCommand.d.ts.map +1 -0
  544. package/dist/commands/PowerStatusCommand.js +23 -0
  545. package/dist/commands/PowerStatusCommand.js.map +1 -0
  546. package/dist/commands/Recording/RecordingDiskCommand.d.ts +24 -0
  547. package/dist/commands/Recording/RecordingDiskCommand.d.ts.map +1 -0
  548. package/dist/commands/Recording/RecordingDiskCommand.js +53 -0
  549. package/dist/commands/Recording/RecordingDiskCommand.js.map +1 -0
  550. package/dist/commands/Recording/RecordingDurationCommand.d.ts +19 -0
  551. package/dist/commands/Recording/RecordingDurationCommand.d.ts.map +1 -0
  552. package/dist/commands/Recording/RecordingDurationCommand.js +43 -0
  553. package/dist/commands/Recording/RecordingDurationCommand.js.map +1 -0
  554. package/dist/commands/Recording/RecordingISOCommand.d.ts +15 -0
  555. package/dist/commands/Recording/RecordingISOCommand.d.ts.map +1 -0
  556. package/dist/commands/Recording/RecordingISOCommand.js +31 -0
  557. package/dist/commands/Recording/RecordingISOCommand.js.map +1 -0
  558. package/dist/commands/Recording/RecordingSettingsCommand.d.ts +24 -0
  559. package/dist/commands/Recording/RecordingSettingsCommand.d.ts.map +1 -0
  560. package/dist/commands/Recording/RecordingSettingsCommand.js +56 -0
  561. package/dist/commands/Recording/RecordingSettingsCommand.js.map +1 -0
  562. package/dist/commands/Recording/RecordingStatusCommand.d.ts +21 -0
  563. package/dist/commands/Recording/RecordingStatusCommand.d.ts.map +1 -0
  564. package/dist/commands/Recording/RecordingStatusCommand.js +57 -0
  565. package/dist/commands/Recording/RecordingStatusCommand.js.map +1 -0
  566. package/dist/commands/Recording/index.d.ts +6 -0
  567. package/dist/commands/Recording/index.d.ts.map +1 -0
  568. package/dist/commands/Recording/index.js +9 -0
  569. package/dist/commands/Recording/index.js.map +1 -0
  570. package/dist/commands/Settings/MediaPool.d.ts +23 -0
  571. package/dist/commands/Settings/MediaPool.d.ts.map +1 -0
  572. package/dist/commands/Settings/MediaPool.js +45 -0
  573. package/dist/commands/Settings/MediaPool.js.map +1 -0
  574. package/dist/commands/Settings/MultiViewerBorderColorCommand.d.ts +13 -0
  575. package/dist/commands/Settings/MultiViewerBorderColorCommand.d.ts.map +1 -0
  576. package/dist/commands/Settings/MultiViewerBorderColorCommand.js +41 -0
  577. package/dist/commands/Settings/MultiViewerBorderColorCommand.js.map +1 -0
  578. package/dist/commands/Settings/MultiViewerPropertiesCommand.d.ts +25 -0
  579. package/dist/commands/Settings/MultiViewerPropertiesCommand.d.ts.map +1 -0
  580. package/dist/commands/Settings/MultiViewerPropertiesCommand.js +53 -0
  581. package/dist/commands/Settings/MultiViewerPropertiesCommand.js.map +1 -0
  582. package/dist/commands/Settings/MultiViewerSourceCommand.d.ts +18 -0
  583. package/dist/commands/Settings/MultiViewerSourceCommand.d.ts.map +1 -0
  584. package/dist/commands/Settings/MultiViewerSourceCommand.js +66 -0
  585. package/dist/commands/Settings/MultiViewerSourceCommand.js.map +1 -0
  586. package/dist/commands/Settings/MultiViewerVuOpacityCommand.d.ts +15 -0
  587. package/dist/commands/Settings/MultiViewerVuOpacityCommand.d.ts.map +1 -0
  588. package/dist/commands/Settings/MultiViewerVuOpacityCommand.js +33 -0
  589. package/dist/commands/Settings/MultiViewerVuOpacityCommand.js.map +1 -0
  590. package/dist/commands/Settings/MultiViewerWindowOverlayPropertiesCommand.d.ts +24 -0
  591. package/dist/commands/Settings/MultiViewerWindowOverlayPropertiesCommand.d.ts.map +1 -0
  592. package/dist/commands/Settings/MultiViewerWindowOverlayPropertiesCommand.js +63 -0
  593. package/dist/commands/Settings/MultiViewerWindowOverlayPropertiesCommand.js.map +1 -0
  594. package/dist/commands/Settings/MultiViewerWindowSafeAreaCommand.d.ts +17 -0
  595. package/dist/commands/Settings/MultiViewerWindowSafeAreaCommand.d.ts.map +1 -0
  596. package/dist/commands/Settings/MultiViewerWindowSafeAreaCommand.js +42 -0
  597. package/dist/commands/Settings/MultiViewerWindowSafeAreaCommand.js.map +1 -0
  598. package/dist/commands/Settings/MultiViewerWindowSafeAreaTypeCommand.d.ts +16 -0
  599. package/dist/commands/Settings/MultiViewerWindowSafeAreaTypeCommand.d.ts.map +1 -0
  600. package/dist/commands/Settings/MultiViewerWindowSafeAreaTypeCommand.js +41 -0
  601. package/dist/commands/Settings/MultiViewerWindowSafeAreaTypeCommand.js.map +1 -0
  602. package/dist/commands/Settings/MultiViewerWindowVuMeterCommand.d.ts +23 -0
  603. package/dist/commands/Settings/MultiViewerWindowVuMeterCommand.d.ts.map +1 -0
  604. package/dist/commands/Settings/MultiViewerWindowVuMeterCommand.js +49 -0
  605. package/dist/commands/Settings/MultiViewerWindowVuMeterCommand.js.map +1 -0
  606. package/dist/commands/Settings/VideoMode.d.ts +19 -0
  607. package/dist/commands/Settings/VideoMode.d.ts.map +1 -0
  608. package/dist/commands/Settings/VideoMode.js +31 -0
  609. package/dist/commands/Settings/VideoMode.js.map +1 -0
  610. package/dist/commands/Settings/index.d.ts +11 -0
  611. package/dist/commands/Settings/index.d.ts.map +1 -0
  612. package/dist/commands/Settings/index.js +14 -0
  613. package/dist/commands/Settings/index.js.map +1 -0
  614. package/dist/commands/StartupStateCommand.d.ts +13 -0
  615. package/dist/commands/StartupStateCommand.d.ts.map +1 -0
  616. package/dist/commands/StartupStateCommand.js +29 -0
  617. package/dist/commands/StartupStateCommand.js.map +1 -0
  618. package/dist/commands/Streaming/StreamingAudioBitratesCommand.d.ts +14 -0
  619. package/dist/commands/Streaming/StreamingAudioBitratesCommand.d.ts.map +1 -0
  620. package/dist/commands/Streaming/StreamingAudioBitratesCommand.js +41 -0
  621. package/dist/commands/Streaming/StreamingAudioBitratesCommand.js.map +1 -0
  622. package/dist/commands/Streaming/StreamingDurationCommand.d.ts +19 -0
  623. package/dist/commands/Streaming/StreamingDurationCommand.d.ts.map +1 -0
  624. package/dist/commands/Streaming/StreamingDurationCommand.js +43 -0
  625. package/dist/commands/Streaming/StreamingDurationCommand.js.map +1 -0
  626. package/dist/commands/Streaming/StreamingServiceCommand.d.ts +24 -0
  627. package/dist/commands/Streaming/StreamingServiceCommand.d.ts.map +1 -0
  628. package/dist/commands/Streaming/StreamingServiceCommand.js +57 -0
  629. package/dist/commands/Streaming/StreamingServiceCommand.js.map +1 -0
  630. package/dist/commands/Streaming/StreamingStatsCommand.d.ts +13 -0
  631. package/dist/commands/Streaming/StreamingStatsCommand.d.ts.map +1 -0
  632. package/dist/commands/Streaming/StreamingStatsCommand.js +29 -0
  633. package/dist/commands/Streaming/StreamingStatsCommand.js.map +1 -0
  634. package/dist/commands/Streaming/StreamingStatusCommand.d.ts +21 -0
  635. package/dist/commands/Streaming/StreamingStatusCommand.d.ts.map +1 -0
  636. package/dist/commands/Streaming/StreamingStatusCommand.js +56 -0
  637. package/dist/commands/Streaming/StreamingStatusCommand.js.map +1 -0
  638. package/dist/commands/Streaming/index.d.ts +6 -0
  639. package/dist/commands/Streaming/index.d.ts.map +1 -0
  640. package/dist/commands/Streaming/index.js +9 -0
  641. package/dist/commands/Streaming/index.js.map +1 -0
  642. package/dist/commands/SuperSource/SuperSourceBoxParametersCommand.d.ts +33 -0
  643. package/dist/commands/SuperSource/SuperSourceBoxParametersCommand.d.ts.map +1 -0
  644. package/dist/commands/SuperSource/SuperSourceBoxParametersCommand.js +92 -0
  645. package/dist/commands/SuperSource/SuperSourceBoxParametersCommand.js.map +1 -0
  646. package/dist/commands/SuperSource/SuperSourcePropertiesCommand.d.ts +95 -0
  647. package/dist/commands/SuperSource/SuperSourcePropertiesCommand.d.ts.map +1 -0
  648. package/dist/commands/SuperSource/SuperSourcePropertiesCommand.js +245 -0
  649. package/dist/commands/SuperSource/SuperSourcePropertiesCommand.js.map +1 -0
  650. package/dist/commands/SuperSource/index.d.ts +3 -0
  651. package/dist/commands/SuperSource/index.d.ts.map +1 -0
  652. package/dist/commands/SuperSource/index.js +6 -0
  653. package/dist/commands/SuperSource/index.js.map +1 -0
  654. package/dist/commands/TallyBySourceCommand.d.ts +15 -0
  655. package/dist/commands/TallyBySourceCommand.d.ts.map +1 -0
  656. package/dist/commands/TallyBySourceCommand.js +25 -0
  657. package/dist/commands/TallyBySourceCommand.js.map +1 -0
  658. package/dist/commands/TimeCommand.d.ts +19 -0
  659. package/dist/commands/TimeCommand.d.ts.map +1 -0
  660. package/dist/commands/TimeCommand.js +53 -0
  661. package/dist/commands/TimeCommand.js.map +1 -0
  662. package/dist/commands/TimeConfigCommand.d.ts +23 -0
  663. package/dist/commands/TimeConfigCommand.d.ts.map +1 -0
  664. package/dist/commands/TimeConfigCommand.js +36 -0
  665. package/dist/commands/TimeConfigCommand.js.map +1 -0
  666. package/dist/commands/index.d.ts +25 -0
  667. package/dist/commands/index.d.ts.map +1 -0
  668. package/dist/commands/index.js +28 -0
  669. package/dist/commands/index.js.map +1 -0
  670. package/dist/dataTransfer/dataTransfer.d.ts +33 -0
  671. package/dist/dataTransfer/dataTransfer.d.ts.map +1 -0
  672. package/dist/dataTransfer/dataTransfer.js +47 -0
  673. package/dist/dataTransfer/dataTransfer.js.map +1 -0
  674. package/dist/dataTransfer/dataTransferDownloadMacro.d.ts +11 -0
  675. package/dist/dataTransfer/dataTransferDownloadMacro.d.ts.map +1 -0
  676. package/dist/dataTransfer/dataTransferDownloadMacro.js +72 -0
  677. package/dist/dataTransfer/dataTransferDownloadMacro.js.map +1 -0
  678. package/dist/dataTransfer/dataTransferDownloadStill.d.ts +12 -0
  679. package/dist/dataTransfer/dataTransferDownloadStill.d.ts.map +1 -0
  680. package/dist/dataTransfer/dataTransferDownloadStill.js +73 -0
  681. package/dist/dataTransfer/dataTransferDownloadStill.js.map +1 -0
  682. package/dist/dataTransfer/dataTransferQueue.d.ts +53 -0
  683. package/dist/dataTransfer/dataTransferQueue.d.ts.map +1 -0
  684. package/dist/dataTransfer/dataTransferQueue.js +242 -0
  685. package/dist/dataTransfer/dataTransferQueue.js.map +1 -0
  686. package/dist/dataTransfer/dataTransferUploadAudio.d.ts +11 -0
  687. package/dist/dataTransfer/dataTransferUploadAudio.d.ts.map +1 -0
  688. package/dist/dataTransfer/dataTransferUploadAudio.js +45 -0
  689. package/dist/dataTransfer/dataTransferUploadAudio.js.map +1 -0
  690. package/dist/dataTransfer/dataTransferUploadBuffer.d.ts +36 -0
  691. package/dist/dataTransfer/dataTransferUploadBuffer.d.ts.map +1 -0
  692. package/dist/dataTransfer/dataTransferUploadBuffer.js +138 -0
  693. package/dist/dataTransfer/dataTransferUploadBuffer.js.map +1 -0
  694. package/dist/dataTransfer/dataTransferUploadClip.d.ts +20 -0
  695. package/dist/dataTransfer/dataTransferUploadClip.d.ts.map +1 -0
  696. package/dist/dataTransfer/dataTransferUploadClip.js +138 -0
  697. package/dist/dataTransfer/dataTransferUploadClip.js.map +1 -0
  698. package/dist/dataTransfer/dataTransferUploadMacro.d.ts +13 -0
  699. package/dist/dataTransfer/dataTransferUploadMacro.d.ts.map +1 -0
  700. package/dist/dataTransfer/dataTransferUploadMacro.js +42 -0
  701. package/dist/dataTransfer/dataTransferUploadMacro.js.map +1 -0
  702. package/dist/dataTransfer/dataTransferUploadMultiViewerLabel.d.ts +11 -0
  703. package/dist/dataTransfer/dataTransferUploadMultiViewerLabel.d.ts.map +1 -0
  704. package/dist/dataTransfer/dataTransferUploadMultiViewerLabel.js +43 -0
  705. package/dist/dataTransfer/dataTransferUploadMultiViewerLabel.js.map +1 -0
  706. package/dist/dataTransfer/dataTransferUploadStill.d.ts +10 -0
  707. package/dist/dataTransfer/dataTransferUploadStill.d.ts.map +1 -0
  708. package/dist/dataTransfer/dataTransferUploadStill.js +44 -0
  709. package/dist/dataTransfer/dataTransferUploadStill.js.map +1 -0
  710. package/dist/dataTransfer/index.d.ts +38 -0
  711. package/dist/dataTransfer/index.d.ts.map +1 -0
  712. package/dist/dataTransfer/index.js +211 -0
  713. package/dist/dataTransfer/index.js.map +1 -0
  714. package/dist/enums/index.d.ts +376 -0
  715. package/dist/enums/index.d.ts.map +1 -0
  716. package/dist/enums/index.js +424 -0
  717. package/dist/enums/index.js.map +1 -0
  718. package/dist/index.d.ts +18 -0
  719. package/dist/index.d.ts.map +1 -0
  720. package/dist/index.js +29 -0
  721. package/dist/index.js.map +1 -0
  722. package/dist/lib/atemCommandParser.d.ts +12 -0
  723. package/dist/lib/atemCommandParser.d.ts.map +1 -0
  724. package/dist/lib/atemCommandParser.js +54 -0
  725. package/dist/lib/atemCommandParser.js.map +1 -0
  726. package/dist/lib/atemSocket.d.ts +36 -0
  727. package/dist/lib/atemSocket.d.ts.map +1 -0
  728. package/dist/lib/atemSocket.js +133 -0
  729. package/dist/lib/atemSocket.js.map +1 -0
  730. package/dist/lib/atemSocketChild.d.ts +69 -0
  731. package/dist/lib/atemSocketChild.d.ts.map +1 -0
  732. package/dist/lib/atemSocketChild.js +347 -0
  733. package/dist/lib/atemSocketChild.js.map +1 -0
  734. package/dist/lib/atemUtil.d.ts +17 -0
  735. package/dist/lib/atemUtil.d.ts.map +1 -0
  736. package/dist/lib/atemUtil.js +82 -0
  737. package/dist/lib/atemUtil.js.map +1 -0
  738. package/dist/lib/converters/colorConstants.d.ts +21 -0
  739. package/dist/lib/converters/colorConstants.d.ts.map +1 -0
  740. package/dist/lib/converters/colorConstants.js +32 -0
  741. package/dist/lib/converters/colorConstants.js.map +1 -0
  742. package/dist/lib/converters/rgbaToYuv422.d.ts +7 -0
  743. package/dist/lib/converters/rgbaToYuv422.d.ts.map +1 -0
  744. package/dist/lib/converters/rgbaToYuv422.js +43 -0
  745. package/dist/lib/converters/rgbaToYuv422.js.map +1 -0
  746. package/dist/lib/converters/rle.d.ts +5 -0
  747. package/dist/lib/converters/rle.d.ts.map +1 -0
  748. package/dist/lib/converters/rle.js +83 -0
  749. package/dist/lib/converters/rle.js.map +1 -0
  750. package/dist/lib/converters/wavAudio.d.ts +4 -0
  751. package/dist/lib/converters/wavAudio.d.ts.map +1 -0
  752. package/dist/lib/converters/wavAudio.js +34 -0
  753. package/dist/lib/converters/wavAudio.js.map +1 -0
  754. package/dist/lib/converters/yuv422ToRgba.d.ts +7 -0
  755. package/dist/lib/converters/yuv422ToRgba.d.ts.map +1 -0
  756. package/dist/lib/converters/yuv422ToRgba.js +54 -0
  757. package/dist/lib/converters/yuv422ToRgba.js.map +1 -0
  758. package/dist/lib/multiviewLabel.d.ts +31 -0
  759. package/dist/lib/multiviewLabel.d.ts.map +1 -0
  760. package/dist/lib/multiviewLabel.js +286 -0
  761. package/dist/lib/multiviewLabel.js.map +1 -0
  762. package/dist/lib/packetBuilder.d.ts +10 -0
  763. package/dist/lib/packetBuilder.d.ts.map +1 -0
  764. package/dist/lib/packetBuilder.js +61 -0
  765. package/dist/lib/packetBuilder.js.map +1 -0
  766. package/dist/lib/tally.d.ts +10 -0
  767. package/dist/lib/tally.d.ts.map +1 -0
  768. package/dist/lib/tally.js +195 -0
  769. package/dist/lib/tally.js.map +1 -0
  770. package/dist/lib/types.d.ts +26 -0
  771. package/dist/lib/types.d.ts.map +1 -0
  772. package/dist/lib/types.js +4 -0
  773. package/dist/lib/types.js.map +1 -0
  774. package/dist/lib/videoMode.d.ts +8 -0
  775. package/dist/lib/videoMode.d.ts.map +1 -0
  776. package/dist/lib/videoMode.js +125 -0
  777. package/dist/lib/videoMode.js.map +1 -0
  778. package/dist/state/audio.d.ts +54 -0
  779. package/dist/state/audio.d.ts.map +1 -0
  780. package/dist/state/audio.js +3 -0
  781. package/dist/state/audio.js.map +1 -0
  782. package/dist/state/color.d.ts +6 -0
  783. package/dist/state/color.d.ts.map +1 -0
  784. package/dist/state/color.js +3 -0
  785. package/dist/state/color.js.map +1 -0
  786. package/dist/state/common.d.ts +8 -0
  787. package/dist/state/common.d.ts.map +1 -0
  788. package/dist/state/common.js +3 -0
  789. package/dist/state/common.js.map +1 -0
  790. package/dist/state/displayClock.d.ts +26 -0
  791. package/dist/state/displayClock.d.ts.map +1 -0
  792. package/dist/state/displayClock.js +3 -0
  793. package/dist/state/displayClock.js.map +1 -0
  794. package/dist/state/fairlight.d.ts +131 -0
  795. package/dist/state/fairlight.d.ts.map +1 -0
  796. package/dist/state/fairlight.js +3 -0
  797. package/dist/state/fairlight.js.map +1 -0
  798. package/dist/state/index.d.ts +37 -0
  799. package/dist/state/index.d.ts.map +1 -0
  800. package/dist/state/index.js +43 -0
  801. package/dist/state/index.js.map +1 -0
  802. package/dist/state/info.d.ts +73 -0
  803. package/dist/state/info.d.ts.map +1 -0
  804. package/dist/state/info.js +3 -0
  805. package/dist/state/info.js.map +1 -0
  806. package/dist/state/input.d.ts +13 -0
  807. package/dist/state/input.d.ts.map +1 -0
  808. package/dist/state/input.js +3 -0
  809. package/dist/state/input.js.map +1 -0
  810. package/dist/state/levels.d.ts +31 -0
  811. package/dist/state/levels.d.ts.map +1 -0
  812. package/dist/state/levels.js +3 -0
  813. package/dist/state/levels.js.map +1 -0
  814. package/dist/state/macro.d.ts +22 -0
  815. package/dist/state/macro.d.ts.map +1 -0
  816. package/dist/state/macro.js +3 -0
  817. package/dist/state/macro.js.map +1 -0
  818. package/dist/state/media.d.ts +30 -0
  819. package/dist/state/media.d.ts.map +1 -0
  820. package/dist/state/media.js +3 -0
  821. package/dist/state/media.js.map +1 -0
  822. package/dist/state/recording.d.ts +29 -0
  823. package/dist/state/recording.d.ts.map +1 -0
  824. package/dist/state/recording.js +3 -0
  825. package/dist/state/recording.js.map +1 -0
  826. package/dist/state/settings.d.ts +49 -0
  827. package/dist/state/settings.d.ts.map +1 -0
  828. package/dist/state/settings.js +3 -0
  829. package/dist/state/settings.js.map +1 -0
  830. package/dist/state/streaming.d.ts +28 -0
  831. package/dist/state/streaming.d.ts.map +1 -0
  832. package/dist/state/streaming.js +3 -0
  833. package/dist/state/streaming.js.map +1 -0
  834. package/dist/state/util.d.ts +13 -0
  835. package/dist/state/util.d.ts.map +1 -0
  836. package/dist/state/util.js +173 -0
  837. package/dist/state/util.js.map +1 -0
  838. package/dist/state/video/downstreamKeyers.d.ts +34 -0
  839. package/dist/state/video/downstreamKeyers.d.ts.map +1 -0
  840. package/dist/state/video/downstreamKeyers.js +3 -0
  841. package/dist/state/video/downstreamKeyers.js.map +1 -0
  842. package/dist/state/video/index.d.ts +95 -0
  843. package/dist/state/video/index.d.ts.map +1 -0
  844. package/dist/state/video/index.js +10 -0
  845. package/dist/state/video/index.js.map +1 -0
  846. package/dist/state/video/superSource.d.ts +49 -0
  847. package/dist/state/video/superSource.d.ts.map +1 -0
  848. package/dist/state/video/superSource.js +3 -0
  849. package/dist/state/video/superSource.js.map +1 -0
  850. package/dist/state/video/upstreamKeyers.d.ts +113 -0
  851. package/dist/state/video/upstreamKeyers.d.ts.map +1 -0
  852. package/dist/state/video/upstreamKeyers.js +3 -0
  853. package/dist/state/video/upstreamKeyers.js.map +1 -0
  854. package/package.json +110 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1155 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.
4
+
5
+ ## [3.9.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.8.2...v3.9.0) (Wed Feb 18 2026)
6
+
7
+
8
+ ### Features
9
+
10
+ * make retransmit timer use `setTimeout` instead of `setInterval` #96 [2fc828a8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2fc828a8d536696815574810178b133781830367)
11
+ * remove use of nanotimer [a4b8a6f0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a4b8a6f02512849222ff7cd726db1b7ab52af2d3)
12
+
13
+ ## [3.8.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.8.1...v3.8.2) (Mon Feb 09 2026)
14
+
15
+
16
+ ### Fixes
17
+
18
+ * update @julusian/freetype2 #189 [222e0d3d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/222e0d3d8fce3bd6307677766b26035ac34c70ec)
19
+
20
+ ## [3.8.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.8.0...v3.8.1) (Fri Feb 06 2026)
21
+
22
+
23
+ ### Fixes
24
+
25
+ * macro download transfer type (#188) [d2ec5164](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d2ec516462bc081c73fe72df6d09d47b172c7491)
26
+
27
+ ## [3.8.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.7.0...v3.8.0) (Sun Dec 21 2025)
28
+
29
+
30
+ ### Features
31
+
32
+ * add some recent enum additions [c57a0f76](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c57a0f769cd58937e63b3e8839ba8ff6d4ab9763)
33
+
34
+ ### Fixes
35
+
36
+ * add MiniExtremeISOG2 model [e522d538](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e522d53823dfa4acd0e9409bfc950726a103513b)
37
+
38
+ ## [3.7.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.6.1...v3.7.0) (Wed Nov 12 2025)
39
+
40
+
41
+ ### Fixes
42
+
43
+ * Allow installing direct from git repository (#184) [ebbbcc5d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ebbbcc5d1764544f9a7b0ce1e2e939687166b773)
44
+
45
+ ### Features
46
+
47
+ * Run order groups for ATEM commands (#178) [f3e5c351](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f3e5c35146893080120d8e41f795915745ece329)
48
+
49
+ ## [3.6.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.6.0...v3.6.1) (Mon Oct 20 2025)
50
+
51
+
52
+ ### Fixes
53
+
54
+ * bring back getVideoModeInfo export [f30b6d78](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f30b6d78e9ce30bf0d265e450e2d7adc452ca38f)
55
+
56
+ ## [3.6.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.5.0...v3.6.0) (Fri May 30 2025)
57
+
58
+
59
+ ### Features
60
+
61
+ * download clip frames [5c879b69](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5c879b6996e2447f702d359240e3a9270a3ca4e2)
62
+ * downloadStill from media pool (#167) [9036d5cf](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9036d5cf13e64552e8bbb79647a5619327dce99f)
63
+ * fairlight talkback mute and solo [84fbd738](https://github.com/Sofie-Automation/sofie-atem-connection/commit/84fbd7385e04a88358d3ba8b7ffbb09bbb9dee77)
64
+ * time mode [9e469df9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9e469df96591fc11c1d9d84e01ebd1321379f626)
65
+
66
+ ### Fixes
67
+
68
+ * cleanup fragile command check [c89d8677](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c89d8677be8effcec55f9412a3ce94fbf411a883)
69
+ * add 9.4 and 9.6 protocol versions [36bf64f8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/36bf64f88a218ad295627a1b2e290c3e125d1b2d)
70
+
71
+ ## [3.5.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.4.0...v3.5.0) (Wed Feb 07 2024)
72
+
73
+
74
+ ### Fixes
75
+
76
+ * camera control float encoding (#161) [37e4fec9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/37e4fec9ac6ad467179b5a311d915c8e04449bfd)
77
+
78
+ ### Features
79
+
80
+ * support enabling/disabling iso recording [d1fdfdbf](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d1fdfdbfad10e894447af0eccec5aaef8ffaa63c)
81
+ * support external colour conversions in uploadStill and uploadClip api (#160) [038a28ca](https://github.com/Sofie-Automation/sofie-atem-connection/commit/038a28cabaaf77aed92c01c247ee31a4961ebf09)
82
+
83
+ ## [3.4.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.3.3...v3.4.0) (Mon Dec 11 2023)
84
+
85
+
86
+ ### Features
87
+
88
+ * command batching SOFIE-2549 (#157) [4986fade](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4986fade17a9824f603fbbc23f631234884381d4)
89
+
90
+ ## [3.3.3](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.3.2...v3.3.3) (Sun Dec 10 2023)
91
+
92
+
93
+ ### Fixes
94
+
95
+ * add tvs-4k8 modelid and testcase [49935e2a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/49935e2aff22219c186870f8f577ab0eb5197707)
96
+
97
+ ## [3.3.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.3.1...v3.3.2) (Thu Sep 28 2023)
98
+
99
+
100
+ ### Fixes
101
+
102
+ * allow using with nodejs 20 [ca2e1bd6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ca2e1bd601256c0b8d50dfff4ae116647695380b)
103
+
104
+ ## [3.3.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.3.0...v3.3.1) (Tue Sep 26 2023)
105
+
106
+
107
+ ### Fixes
108
+
109
+ * add ModelId for Constellation4ME4K [496d3e3a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/496d3e3a53a44b457e555d98d876b5e190efb7c4)
110
+
111
+ ## [3.3.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.2.0...v3.3.0) (Sun Aug 27 2023)
112
+
113
+
114
+ ### Fixes
115
+
116
+ * remove some usages of constructor.name #74 [e4004358](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e40043587ba8b5a74233b7dfe55dc7900d5661af)
117
+ * prevent 'Lost lock mid-transfer' error with multiple transfers (#147) [3a331ffc](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3a331ffca6c921094d40933640b199e161e23307)
118
+ * disconnect called before connection has completed #107 (#150) [005f0d57](https://github.com/Sofie-Automation/sofie-atem-connection/commit/005f0d5723880d5a2a0900e54db220d09fa013ad)
119
+ * perform deep diff for `MultiViewerSourceUpdateCommand` before updating state #132 [6350a5b1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6350a5b1754b4deae9122c8498930984c1a6a5ec)
120
+
121
+ ### Features
122
+
123
+ * fairlight mixer send levels (#148) [56eb26cc](https://github.com/Sofie-Automation/sofie-atem-connection/commit/56eb26cce296ae8e1c6d3eb18d990473f0955552)
124
+ * atem tvs hd8 audio routing SOFIE-2512 (#146) [1caeb348](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1caeb3483db6c3a8e47f52a43520d5ca0cf57c00)
125
+ * add CameraControlCommand (#144) [1951a9ce](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1951a9cea9b8fe70cb737aa34a5c689bf99eb16d)
126
+
127
+ ## [3.2.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.1.3...v3.2.0) (Wed Feb 15 2023)
128
+
129
+
130
+ ### Features
131
+
132
+ * add DisplayClock support [15b692c1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/15b692c1c427826c1c83fdf9a0d7fbce37607a51)
133
+ * add MediaPoolCaptureStillCommand [cef85b9b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cef85b9bf6acf21a597b3fe8a816c1bcc5ca4b25)
134
+
135
+ ## [3.1.3](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.1.2...v3.1.3) (Fri Dec 02 2022)
136
+
137
+
138
+ ### Fixes
139
+
140
+ * error logging when closing the socket fails [4f7b6d5f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4f7b6d5fbe66ed96acf6e995722d1730f657da9e)
141
+ * leaking sockets on reconnection [5cfcb37d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5cfcb37d957083e7345395af259d8e3f81e087d0)
142
+ * use performance.now instead of Date.now [effad296](https://github.com/Sofie-Automation/sofie-atem-connection/commit/effad296d0459b528cba64a6f73462f7ddd9409a)
143
+
144
+ ## [3.1.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.1.1...v3.1.2) (Mon Nov 21 2022)
145
+
146
+
147
+ ## [3.1.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.1.0...v3.1.1) (Mon Nov 21 2022)
148
+
149
+
150
+ ### Fixes
151
+
152
+ * FairlightMixerResetPeakLevelsCommand [d670fb5e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d670fb5e1b0b0b7030785c0fa4d78888d09750d5)
153
+
154
+ ## [3.1.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/3.0.1...v3.1.0) (Tue Nov 01 2022)
155
+
156
+
157
+ ### Features
158
+
159
+ * streaming audio bitrates (#130) [f105231](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f105231b8f065d1b0ded4b8dcc6707e3ffbc6286)
160
+
161
+ ### [3.0.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/3.0.0...3.0.1) (2022-09-03)
162
+
163
+
164
+ ### Bug Fixes
165
+
166
+ * draw blank buffer when input has no name ([4f5b50c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4f5b50c1ec199bf5ab440fc136644a82cf9ff0b9))
167
+
168
+ ## [3.0.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.4.0...3.0.0) (2022-07-28)
169
+
170
+
171
+ ### ⚠ BREAKING CHANGES
172
+
173
+ * make transition nextSelection and selection be an array of enums, instead of a bitmask
174
+ * replace big-integer with native bigint
175
+ * drop node 10
176
+
177
+ ### Features
178
+
179
+ * add constellation hd models ([c9b2971](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c9b2971e737b6f71e39bb0a2fe5b66fb2c763d3c))
180
+ * add ids for SDI range ([498e9ef](https://github.com/Sofie-Automation/sofie-atem-connection/commit/498e9efff7b67a10fd2e9e5f31f56d53e02f63f1))
181
+ * add new commands to atem class ([c1467d2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c1467d27ad0f49b32d7d6bc4429828869c8906ac))
182
+ * add support for using generators with uploadClip ([#122](https://github.com/Sofie-Automation/sofie-atem-connection/issues/122)) ([97fe5af](https://github.com/Sofie-Automation/sofie-atem-connection/commit/97fe5af938a600297867b9911b5b783e4b49bf15))
183
+ * advanced chroma keyer ([e8dcf62](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e8dcf622699a0e7f6faaf5a959912683aa6ac846))
184
+ * classic audio ([bf949bd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bf949bda8da7025adf2471f55dea2a123a4d917b))
185
+ * classic audio reset peaks ([3d62c37](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3d62c37b9562072709d2d7e7f32e666a812a7c2e))
186
+ * color generators ([c4f5a12](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c4f5a12f32a3cb7f8fd9bac3321524aed530f739))
187
+ * customisable font scale ([951d121](https://github.com/Sofie-Automation/sofie-atem-connection/commit/951d1217b1e4acb1ca88a004e92a93c349c8802a))
188
+ * data-transfer refactoring ([a597571](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a597571e836b0c7932b79f9b50cf448778f46fee))
189
+ * drop node 10 ([1e66bf5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1e66bf521e3d4796d74f1eec80b010bcce17bb90))
190
+ * expose new commands on atem class ([efbeb3d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/efbeb3dff40afe91a348bedf2fee5bcb768f96e7))
191
+ * fairlight headphone master muted ([8ee2621](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8ee26214add88e165b3af29fa05a29c700ff8822))
192
+ * figure out required multiview resolutions from state ([ee66311](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ee66311a380b28ec0a9c81e21abf41bd9958c560))
193
+ * macro data transfers ([3aaea78](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3aaea7874ad950fa6eb64dce2dabe194c604bc81))
194
+ * make transition nextSelection and selection be an array of enums, instead of a bitmask ([cd19ac1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cd19ac14b0d7628dc11bb8acb30c343b9bec87d1))
195
+ * most of remaining fairlight audio ([6cedb95](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6cedb954877567c80a33bebc57ee075e2fe864cb))
196
+ * move lastTime off of the state, into its own event ([2337013](https://github.com/Sofie-Automation/sofie-atem-connection/commit/233701343d44c494018bc6dd4f8a772d90f4ea85))
197
+ * multiviewer properties ([50421b6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/50421b6190dab566afd23771efa66e9391679fc5))
198
+ * parse supportedVideoModes ([d199934](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d1999348b89cd25f3c785e43921aed10d81943d9))
199
+ * remaining multiviewer commands ([f241a0c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f241a0c43d8da41e9f91ef782a9aa2945230d322))
200
+ * replace big-integer with native bigint ([3683968](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3683968139e5da62ecebb0505e57f09f9e33a10d))
201
+ * rounded corners on multiviewer labels ([f8b44bf](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f8b44bf17c952097f5ef12a1fac081c0372879cb))
202
+ * startup state commands ([7d54c00](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7d54c003e1c516ca058b5336958a27868e834e27))
203
+ * upstream keyer keyframe commands ([087b918](https://github.com/Sofie-Automation/sofie-atem-connection/commit/087b9187dc854c0d9dd727a9747d188182033742))
204
+
205
+
206
+ ### Bug Fixes
207
+
208
+ * audio encoding on newer atems ([1bcaf83](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1bcaf8330c5e253fb544eed4cf06ea69e34ed08c))
209
+ * expose multiviewer properties command ([16c3cdd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/16c3cdd6b7fedb4770a2841ff193b1930de7eeb5))
210
+ * expose startup state commands ([1fecaa3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1fecaa38787ff2251d2e7e371a9d3f55f9ddef61))
211
+ * FairlightMixerSourceEqualizerBandCommand incorrect state updating ([be8c961](https://github.com/Sofie-Automation/sofie-atem-connection/commit/be8c96133489cd6b5bb6f9d960b95f2dede4d2ed))
212
+ * FTDC signals end of macro download ([a22861f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a22861fca082e1c8f896f729c4bf5218ee3209b0))
213
+ * improve multiviewer text rendering ([9c06dd2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9c06dd22000f1c3145d95d808af88b4881a1ce75))
214
+ * lint and updates ([b321988](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b321988cba698dee6443a4986fe48b81279cffd2))
215
+ * MixEffectKeyFlyKeyframeGetCommand using wrong state array index ([ffb347e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ffb347e023cdaa54277e9ab6f4e8930661327cf9))
216
+ * multiview upload ([9109e33](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9109e33ed7b9b6f4d2d27505f2e55dbfa522df46))
217
+ * reduce cross worker-thread boundary code imports ([0de261e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0de261e03905e6706d0537a48f75189cca616fd0))
218
+ * replace freetype2 with @julusian/freetype2 ([ab0e528](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ab0e5283c0af5da5c9679cb92ed0f36c67517521))
219
+ * restructure fairlight eq state to be more logical (for users) ([8bd5c28](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8bd5c2858eb76c3aee4737cf9686960615104b91))
220
+ * tests ([f8145aa](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f8145aa7ef03cd35e4b7ea0a58de45642ffa631d))
221
+ * tweak 4k sizings ([8387b4a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8387b4aedb804566882b6eadaea74cdc8a9f9f35))
222
+ * update threadedclass ([50377ec](https://github.com/Sofie-Automation/sofie-atem-connection/commit/50377ecb44912a91a8d17a0e9f63af387eb44848))
223
+ * Updated URLs to match the renamed repo ([947b77d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/947b77de684a2958c9dc47abce00189ab40f2b5c))
224
+ * Updated URLs to match the renamed repo ([51183bd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/51183bda0ddfd22c2c04cd54d2a7742d8387efb9))
225
+ * uploading unit tests ([47fcc05](https://github.com/Sofie-Automation/sofie-atem-connection/commit/47fcc053d092207ea2aeafd218ffc90d14dac79e))
226
+ * use custom font. better vertical alignment ([346ecb6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/346ecb6d88e27fc1866f4f60e86dbf37a96d324e))
227
+
228
+ ## [2.4.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.3.1...2.4.0) (2021-11-15)
229
+
230
+
231
+ ### Features
232
+
233
+ * add support for Media Pool settings ([#121](https://github.com/Sofie-Automation/sofie-atem-connection/issues/121)) ([b1969c5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b1969c54ef308eadc578d6ed93d95e837c0d6e54))
234
+ * add support for Media Pool settings ([#121](https://github.com/Sofie-Automation/sofie-atem-connection/issues/121)) ([b1969c5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b1969c54ef308eadc578d6ed93d95e837c0d6e54))
235
+
236
+ ### [2.3.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.3.0...2.3.1) (2021-10-08)
237
+
238
+
239
+ ### Bug Fixes
240
+
241
+ * unable to upload to clip 3 or 4 ([0bd3519](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0bd3519a463650a0960af2ab3e87982c9082e05b))
242
+ * unable to upload to clip 3 or 4 ([0bd3519](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0bd3519a463650a0960af2ab3e87982c9082e05b))
243
+
244
+ ## [2.3.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.2.2...2.3.0) (2021-07-05)
245
+
246
+
247
+ ### Features
248
+
249
+ * add mini-extreme and mini-extreme-iso ([51762f8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/51762f8a0d5567841ff7e7563462f16e8e1f5efd))
250
+ * add mini-extreme and mini-extreme-iso ([51762f8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/51762f8a0d5567841ff7e7563462f16e8e1f5efd))
251
+ * add new SourceAvailability enum values ([8963dd5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8963dd5575403e2998316c98125f434381b688c7))
252
+ * add new SourceAvailability enum values ([8963dd5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8963dd5575403e2998316c98125f434381b688c7))
253
+
254
+
255
+ ### Bug Fixes
256
+
257
+ * typedoc publishing ([755a331](https://github.com/Sofie-Automation/sofie-atem-connection/commit/755a33129da23e2f6941a46bc3c4146e3f91eee8))
258
+ * typedoc publishing ([755a331](https://github.com/Sofie-Automation/sofie-atem-connection/commit/755a33129da23e2f6941a46bc3c4146e3f91eee8))
259
+ * utf8 encode strings ([abcff0c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/abcff0c74a51b3ffb4880106b87109a7fc72b9ec))
260
+ * utf8 encode strings ([abcff0c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/abcff0c74a51b3ffb4880106b87109a7fc72b9ec))
261
+
262
+ ### [2.2.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.2.1...2.2.2) (2021-03-03)
263
+
264
+ ### [2.2.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.2.0...2.2.1) (2021-03-03)
265
+
266
+ ## [2.2.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.1.0...2.2.0) (2021-03-03)
267
+
268
+
269
+ ### Features
270
+
271
+ * github actions ([#103](https://github.com/Sofie-Automation/sofie-atem-connection/issues/103)) ([017898a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/017898a62ea94346cf01721167ecaca601b66b3a))
272
+ * github actions ([#103](https://github.com/Sofie-Automation/sofie-atem-connection/issues/103)) ([017898a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/017898a62ea94346cf01721167ecaca601b66b3a))
273
+ * support for flying key 'Run to' (to keyframe and to infinite) ([#102](https://github.com/Sofie-Automation/sofie-atem-connection/issues/102)) ([7ccc292](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7ccc292d8eda16cb0e5830b0c128f26f0127a684))
274
+ * support for flying key 'Run to' (to keyframe and to infinite) ([#102](https://github.com/Sofie-Automation/sofie-atem-connection/issues/102)) ([7ccc292](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7ccc292d8eda16cb0e5830b0c128f26f0127a684))
275
+
276
+
277
+ ### Bug Fixes
278
+
279
+ * Incorrect paths returned from applyToState ([66bb5be](https://github.com/Sofie-Automation/sofie-atem-connection/commit/66bb5be76b9faf5b7ac5e6c903136a726c13cfec))
280
+ * Incorrect paths returned from applyToState ([66bb5be](https://github.com/Sofie-Automation/sofie-atem-connection/commit/66bb5be76b9faf5b7ac5e6c903136a726c13cfec))
281
+
282
+ ## [2.1.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/2.0.0...2.1.0) (2020-09-16)
283
+
284
+
285
+ ### Features
286
+
287
+ * atem mini streaming and recording ([7fd86b9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7fd86b9c1b683e2b180f75f04a4dac0b7e7e1814))
288
+ * atem mini streaming and recording ([7fd86b9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7fd86b9c1b683e2b180f75f04a4dac0b7e7e1814))
289
+ * basic fairlight audio ([13f46a6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/13f46a6c28c4f38d043ae0e721026e273432f0f8))
290
+ * basic fairlight audio ([13f46a6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/13f46a6c28c4f38d043ae0e721026e273432f0f8))
291
+ * make classic audio optional ([73ee0f6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/73ee0f6f8ea24462983d9dd61f1322be3db717c5))
292
+ * make classic audio optional ([73ee0f6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/73ee0f6f8ea24462983d9dd61f1322be3db717c5))
293
+
294
+
295
+ ### Bug Fixes
296
+
297
+ * use big-integer instead of native bigint for node8 support ([a1cc735](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a1cc7353b7e4fc1cff416b978f50b8d7f8d72c97))
298
+ * use big-integer instead of native bigint for node8 support ([a1cc735](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a1cc7353b7e4fc1cff416b978f50b8d7f8d72c97))
299
+
300
+ ## [2.0.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.3.2...2.0.0) (2020-08-17)
301
+
302
+
303
+ ### Features
304
+
305
+ * add missing videomodes ([543ef69](https://github.com/Sofie-Automation/sofie-atem-connection/commit/543ef69173dae0696f2245a00f23f40d9f40dbdb))
306
+ * add missing videomodes ([543ef69](https://github.com/Sofie-Automation/sofie-atem-connection/commit/543ef69173dae0696f2245a00f23f40d9f40dbdb))
307
+ * add remaining macro commands ([8af7a0f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8af7a0fb0ddb7b44c8a47f78c22754ceae7491ee))
308
+ * add remaining macro commands ([8af7a0f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8af7a0fb0ddb7b44c8a47f78c22754ceae7491ee))
309
+ * add test to ensure all serialized properties are covered by MaskFlags (when appropriate) ([bf688ba](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bf688baa8ee5128d9d50f4fe48789053ebfb7c51))
310
+ * add test to ensure all serialized properties are covered by MaskFlags (when appropriate) ([bf688ba](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bf688baa8ee5128d9d50f4fe48789053ebfb7c51))
311
+ * Add tests to ensure device connection is successful ([1f7ef94](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1f7ef94d393f6f176c3e4159cac5199b05b6314a))
312
+ * Add tests to ensure device connection is successful ([1f7ef94](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1f7ef94d393f6f176c3e4159cac5199b05b6314a))
313
+ * attempt to handle out of range features safely ([062e977](https://github.com/Sofie-Automation/sofie-atem-connection/commit/062e9775ed67982bbd02b530aea180fe6c20ffd9))
314
+ * attempt to handle out of range features safely ([062e977](https://github.com/Sofie-Automation/sofie-atem-connection/commit/062e9775ed67982bbd02b530aea180fe6c20ffd9))
315
+ * batch commands ([1ac7da8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1ac7da862c66cc57b82a37c98b51cc5dcfa4e682))
316
+ * batch commands ([1ac7da8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1ac7da862c66cc57b82a37c98b51cc5dcfa4e682))
317
+ * don't validate deserialized commands values are in range ([29e61bd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/29e61bd7fbeb567ef9861e7585216aa672039ae7))
318
+ * don't validate deserialized commands values are in range ([29e61bd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/29e61bd7fbeb567ef9861e7585216aa672039ae7))
319
+ * emit more events in batches, rather than for individual commands ([f646e92](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f646e923afd1d18bf186247e065d17b6ec52a1db))
320
+ * emit more events in batches, rather than for individual commands ([f646e92](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f646e923afd1d18bf186247e065d17b6ec52a1db))
321
+ * ensure state update after deserialize is successful ([24eb1da](https://github.com/Sofie-Automation/sofie-atem-connection/commit/24eb1da8981217b75b65cbcb4145cef850268d64))
322
+ * ensure state update after deserialize is successful ([24eb1da](https://github.com/Sofie-Automation/sofie-atem-connection/commit/24eb1da8981217b75b65cbcb4145cef850268d64))
323
+ * expose childProcessTimeout to resolve issues if the default timeout is too low ([724d5aa](https://github.com/Sofie-Automation/sofie-atem-connection/commit/724d5aaa142f23afc62f5ee53d572501a541cfa4))
324
+ * expose childProcessTimeout to resolve issues if the default timeout is too low ([724d5aa](https://github.com/Sofie-Automation/sofie-atem-connection/commit/724d5aaa142f23afc62f5ee53d572501a541cfa4))
325
+ * individual commands cannot be rejected ([35a85a5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/35a85a5c13d84e58e89c2a1aa3e1c253b2968dbe))
326
+ * individual commands cannot be rejected ([35a85a5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/35a85a5c13d84e58e89c2a1aa3e1c253b2968dbe))
327
+ * macro record ([d9d9a3f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d9d9a3f6a461e3b970332b9265d72fd3da5be467))
328
+ * macro record ([d9d9a3f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d9d9a3f6a461e3b970332b9265d72fd3da5be467))
329
+ * parse multiviewerConfigCommand ([06ec5a5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/06ec5a5357fe10f5893d9ee057a7145b93b2ce88))
330
+ * parse multiviewerConfigCommand ([06ec5a5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/06ec5a5357fe10f5893d9ee057a7145b93b2ce88))
331
+ * parse some more deviceprofile commands ([137d135](https://github.com/Sofie-Automation/sofie-atem-connection/commit/137d135bc73b5bf68ef6907ba55f0cb4465eb620))
332
+ * parse some more deviceprofile commands ([137d135](https://github.com/Sofie-Automation/sofie-atem-connection/commit/137d135bc73b5bf68ef6907ba55f0cb4465eb620))
333
+ * refactor state to be purely interfaces, to allow for better cloning ([2f1dd1a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2f1dd1adf05489ed45cfca748e8e60c70577bac2))
334
+ * refactor state to be purely interfaces, to allow for better cloning ([2f1dd1a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2f1dd1adf05489ed45cfca748e8e60c70577bac2))
335
+ * Replace usage of fork with threadedClass ([d20b185](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d20b1852041e81dde5a25d3ddd52ac8e30697dad))
336
+ * Replace usage of fork with threadedClass ([d20b185](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d20b1852041e81dde5a25d3ddd52ac8e30697dad))
337
+ * retransmit on demand and handle impossible retransmits by resetting the connection ([537d907](https://github.com/Sofie-Automation/sofie-atem-connection/commit/537d90701959fa4c99e478814e53d4ea2f664e79))
338
+ * retransmit on demand and handle impossible retransmits by resetting the connection ([537d907](https://github.com/Sofie-Automation/sofie-atem-connection/commit/537d90701959fa4c99e478814e53d4ea2f664e79))
339
+ * rewrite command comparison tests, and add new properties to state ([9b6295b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9b6295b520b18ca2a28c6b382a56abe0809bf2c8))
340
+ * rewrite command comparison tests, and add new properties to state ([9b6295b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9b6295b520b18ca2a28c6b382a56abe0809bf2c8))
341
+ * some changes for atem-state ([e681623](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e681623db01636c5b7b60a2d4d17f93417e3fa7f))
342
+ * some changes for atem-state ([e681623](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e681623db01636c5b7b60a2d4d17f93417e3fa7f))
343
+ * some tidying of socket-child and parsing of previously unknown PacketFlag ([42a99c9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/42a99c92dda698d75fab5036909be2e9225a9a28))
344
+ * some tidying of socket-child and parsing of previously unknown PacketFlag ([42a99c9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/42a99c92dda698d75fab5036909be2e9225a9a28))
345
+ * split Atem into a BasicAtem base class, as an easier to mock alternative when commands are constructed manually ([d6e02d8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d6e02d806f407678284fb1c9e9ed34bd5a68ae05))
346
+ * split Atem into a BasicAtem base class, as an easier to mock alternative when commands are constructed manually ([d6e02d8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d6e02d806f407678284fb1c9e9ed34bd5a68ae05))
347
+ * strict tsconfig and use threadedClass ([#60](https://github.com/Sofie-Automation/sofie-atem-connection/issues/60)) ([a830261](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a830261afba4c0736ed6ae3df2ce31f16d55f9ce))
348
+ * strict tsconfig and use threadedClass ([#60](https://github.com/Sofie-Automation/sofie-atem-connection/issues/60)) ([a830261](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a830261afba4c0736ed6ae3df2ce31f16d55f9ce))
349
+ * tests for audio and clips uploading ([d1cf174](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d1cf1741bc2c97f4e39dc8960e41234c76ee50e0))
350
+ * tests for audio and clips uploading ([d1cf174](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d1cf1741bc2c97f4e39dc8960e41234c76ee50e0))
351
+ * throw InvalidIdError when trying to applyToState. These are only logged at the debug level. Tidy up the logging to be events emitted from the Atem class. ([d4f26ee](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d4f26ee8393c5314ea819d3d935360a4ed85f159))
352
+ * throw InvalidIdError when trying to applyToState. These are only logged at the debug level. Tidy up the logging to be events emitted from the Atem class. ([d4f26ee](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d4f26ee8393c5314ea819d3d935360a4ed85f159))
353
+ * unlock media pool as part of transfer. this avoids race conditions when doing multiple uploads ([14dda0b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/14dda0b9509d55a209193f4a3f54367d0b7c29a4))
354
+ * unlock media pool as part of transfer. this avoids race conditions when doing multiple uploads ([14dda0b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/14dda0b9509d55a209193f4a3f54367d0b7c29a4))
355
+ * update threadedclass ([8f39d18](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8f39d1897c0faa7b6f15a9d1eb8d79e8008ff795))
356
+ * update threadedclass ([8f39d18](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8f39d1897c0faa7b6f15a9d1eb8d79e8008ff795))
357
+ * updateProps only updates the valid properties (according to the mask). Returns true if anything was changed ([7d48ff6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7d48ff6d73ba40f6697e147b962a3f21714e6a4c))
358
+ * updateProps only updates the valid properties (according to the mask). Returns true if anything was changed ([7d48ff6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7d48ff6d73ba40f6697e147b962a3f21714e6a4c))
359
+ * use eventemitter3 to give easier stronger eventemitter typings ([9f7a0c8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9f7a0c82eac3e941610e588f81cfa4d62d426890))
360
+ * use objects instead of sparse arrays ([97d0522](https://github.com/Sofie-Automation/sofie-atem-connection/commit/97d0522813fccd266b83c51f41a832c9fd85a1d7))
361
+ * **tests:** For atemsocket class (child process wrapper) ([caa9ac5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/caa9ac54d39173476c75da4cd82919c85c31c67a))
362
+ * **tests:** For atemsocket class (child process wrapper) ([caa9ac5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/caa9ac54d39173476c75da4cd82919c85c31c67a))
363
+ * **tests:** Tests for basic atem methods ([c0a2471](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c0a2471a022c21f8265e186858c460a4851f68aa))
364
+ * use eventemitter3 to give easier stronger eventemitter typings ([9f7a0c8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9f7a0c82eac3e941610e588f81cfa4d62d426890))
365
+ * use objects instead of sparse arrays ([97d0522](https://github.com/Sofie-Automation/sofie-atem-connection/commit/97d0522813fccd266b83c51f41a832c9fd85a1d7))
366
+ * **tests:** Tests for basic atem methods ([c0a2471](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c0a2471a022c21f8265e186858c460a4851f68aa))
367
+
368
+
369
+ ### Bug Fixes
370
+
371
+ * add atem-mini id ([6be1024](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6be10243d7fbb7fe19dce6c821c2e1a8f4ceb66f))
372
+ * add atem-mini id ([6be1024](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6be10243d7fbb7fe19dce6c821c2e1a8f4ceb66f))
373
+ * add MiniPro model enum ([7905c51](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7905c51f4af6454ff6569718e0c9cc3d460c9132))
374
+ * add MiniPro model enum ([7905c51](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7905c51f4af6454ff6569718e0c9cc3d460c9132))
375
+ * add usk mask into typings ([f29fb8d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f29fb8de9edf1aa9e48aa4d92acba6c9f2951c6d))
376
+ * add usk mask into typings ([f29fb8d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f29fb8de9edf1aa9e48aa4d92acba6c9f2951c6d))
377
+ * create new state object on connection start ([a451a90](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a451a90d997cc95595efa68f5fe746ab2b487758))
378
+ * create new state object on connection start ([a451a90](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a451a90d997cc95595efa68f5fe746ab2b487758))
379
+ * do a todo ([77ef0d1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/77ef0d164df68f4f2340ab732cd8c5d7c96818c2))
380
+ * do a todo ([77ef0d1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/77ef0d164df68f4f2340ab732cd8c5d7c96818c2))
381
+ * ensure the retransmit fromId is within range ([447f1d1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/447f1d1d256daab2eee6326fd9c39bd6723e0da4))
382
+ * ensure the retransmit fromId is within range ([447f1d1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/447f1d1d256daab2eee6326fd9c39bd6723e0da4))
383
+ * export keyer state types ([17b1fdb](https://github.com/Sofie-Automation/sofie-atem-connection/commit/17b1fdb70b314c171d6301b3948129b62935da0e))
384
+ * export keyer state types ([17b1fdb](https://github.com/Sofie-Automation/sofie-atem-connection/commit/17b1fdb70b314c171d6301b3948129b62935da0e))
385
+ * failing tests ([3b76248](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3b762487b44a5f8f95f2e78246fd004e2b89a1c6))
386
+ * failing tests ([3b76248](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3b762487b44a5f8f95f2e78246fd004e2b89a1c6))
387
+ * firmware v8.1.1 / protocol v2.30 changes topology command ([#80](https://github.com/Sofie-Automation/sofie-atem-connection/issues/80)) ([cd3f386](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cd3f386009b198626705687fcceacaa7b5c06f6d))
388
+ * firmware v8.1.1 / protocol v2.30 changes topology command ([#80](https://github.com/Sofie-Automation/sofie-atem-connection/issues/80)) ([cd3f386](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cd3f386009b198626705687fcceacaa7b5c06f6d))
389
+ * format received buffers as hex in debug messages ([611d12c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/611d12c579f318750c4f140a041c7a16703ab6a0))
390
+ * format received buffers as hex in debug messages ([611d12c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/611d12c579f318750c4f140a041c7a16703ab6a0))
391
+ * gracefully emit error if applyToState fails ([698c19e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/698c19e4a364c2f5ce4f073b965454212353dfa5))
392
+ * gracefully emit error if applyToState fails ([698c19e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/698c19e4a364c2f5ce4f073b965454212353dfa5))
393
+ * handle udp message errors gracefully ([022918c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/022918ce5f92ff452e947ccd90ca2cd78bd7f8e4))
394
+ * handle udp message errors gracefully ([022918c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/022918ce5f92ff452e947ccd90ca2cd78bd7f8e4))
395
+ * ignore dve commands if not supported ([aa9cea6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/aa9cea64fa470d429a3ee3c79f22d025a1f7ca5a))
396
+ * ignore dve commands if not supported ([aa9cea6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/aa9cea64fa470d429a3ee3c79f22d025a1f7ca5a))
397
+ * ignore properties set to undefined in updateProps ([7b40374](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7b4037414df5c1df63589a72fb9e2efa37b7bf45))
398
+ * ignore properties set to undefined in updateProps ([7b40374](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7b4037414df5c1df63589a72fb9e2efa37b7bf45))
399
+ * incorrectly handling acks for sent packets around the wrap point ([b261ee2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b261ee2dbd563e1b8e88b89c499a3f547508b989))
400
+ * incorrectly handling acks for sent packets around the wrap point ([b261ee2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b261ee2dbd563e1b8e88b89c499a3f547508b989))
401
+ * lint ([d9471ef](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d9471efc13210b88127d50aa0a1adc598e5ecfea))
402
+ * lint ([d9471ef](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d9471efc13210b88127d50aa0a1adc598e5ecfea))
403
+ * make cleanup of connections better ([8b840f4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8b840f4af98db59388937c2a8bb6a4a12e794bb8))
404
+ * make cleanup of connections better ([8b840f4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8b840f4af98db59388937c2a8bb6a4a12e794bb8))
405
+ * make more state properties readonly ([e5e57e7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e5e57e7153ebb0980b082e308354cfa8f0a6e173))
406
+ * make more state properties readonly ([e5e57e7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e5e57e7153ebb0980b082e308354cfa8f0a6e173))
407
+ * move exit-hook inside dataTransferManager to ensure it gets run when needed ([a9f5269](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a9f52698eefd0677971beeb94c08d1f7d7826ee4))
408
+ * move exit-hook inside dataTransferManager to ensure it gets run when needed ([a9f5269](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a9f52698eefd0677971beeb94c08d1f7d7826ee4))
409
+ * multiview source set command ([5575e9b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5575e9bba7138f8869e9af8cd0300216bbd0fa1b))
410
+ * multiview source set command ([5575e9b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5575e9bba7138f8869e9af8cd0300216bbd0fa1b))
411
+ * not resending packets when id has wrapped and retransmit is needed for just before the wrap ([1b32e35](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1b32e35a924bb7ad5a11ea805001ec36ef8ecdd8))
412
+ * not resending packets when id has wrapped and retransmit is needed for just before the wrap ([1b32e35](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1b32e35a924bb7ad5a11ea805001ec36ef8ecdd8))
413
+ * outdated test ([eb05a5c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/eb05a5cf896c68162348349f77a0e15128fcc864))
414
+ * outdated test ([eb05a5c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/eb05a5cf896c68162348349f77a0e15128fcc864))
415
+ * packet management incorrect if one times out ([b136ac0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b136ac0f08f74efeb38e4a3854136336d9d252ad))
416
+ * packet management incorrect if one times out ([b136ac0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b136ac0f08f74efeb38e4a3854136336d9d252ad))
417
+ * publish master to correct npm tag ([040f343](https://github.com/Sofie-Automation/sofie-atem-connection/commit/040f343d34bcfd3b934cef46f8bfdcbaf5c59ebf))
418
+ * publish master to correct npm tag ([040f343](https://github.com/Sofie-Automation/sofie-atem-connection/commit/040f343d34bcfd3b934cef46f8bfdcbaf5c59ebf))
419
+ * replace IPCMessageType with stricter basic strings ([3b07d0a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3b07d0a2d0b6394f851ab76346f72d84f679dd44))
420
+ * replace IPCMessageType with stricter basic strings ([3b07d0a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3b07d0a2d0b6394f851ab76346f72d84f679dd44))
421
+ * restructure transitionPosition properties in the state ([2aa7d14](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2aa7d1499a6da4acc92023e35120736ba139f508))
422
+ * restructure transitionPosition properties in the state ([2aa7d14](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2aa7d1499a6da4acc92023e35120736ba139f508))
423
+ * some command tests ([0086eee](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0086eeebf15890d9efb5a0042d4e5635ef4d9a2e))
424
+ * some command tests ([0086eee](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0086eeebf15890d9efb5a0042d4e5635ef4d9a2e))
425
+ * some defaults ([85ac91f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/85ac91f8402af4bb3798dbc4540ee4a7f6a85dc7))
426
+ * some defaults ([85ac91f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/85ac91f8402af4bb3798dbc4540ee4a7f6a85dc7))
427
+ * some more command tests ([4e5b5a7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4e5b5a745b5f27738af14bf04a835d951768de3c))
428
+ * some more command tests ([4e5b5a7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4e5b5a745b5f27738af14bf04a835d951768de3c))
429
+ * some topologyCommand properties using wrong index in 8.1.1+ ([11a05c0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/11a05c0ef3e4f510307052dd9a7c80d2276ec945))
430
+ * some topologyCommand properties using wrong index in 8.1.1+ ([11a05c0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/11a05c0ef3e4f510307052dd9a7c80d2276ec945))
431
+ * tests ([6048802](https://github.com/Sofie-Automation/sofie-atem-connection/commit/604880249b6942b632a0ffd528ef52b41d316646))
432
+ * tests ([e57d44c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e57d44c322dc22da99f672629a9fff53caf831c7))
433
+ * tests ([6048802](https://github.com/Sofie-Automation/sofie-atem-connection/commit/604880249b6942b632a0ffd528ef52b41d316646))
434
+ * tests ([e57d44c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e57d44c322dc22da99f672629a9fff53caf831c7))
435
+ * tidy up multiviewer state object ([c31fc1a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c31fc1a1c239089aaea0e76600fe6e9735f3079a))
436
+ * tidy up multiviewer state object ([c31fc1a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c31fc1a1c239089aaea0e76600fe6e9735f3079a))
437
+ * tidying ([cb255fb](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cb255fb0294c28d0fea1ef9165574afc9738eb84))
438
+ * tidying ([cb255fb](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cb255fb0294c28d0fea1ef9165574afc9738eb84))
439
+ * TransitionMixCommand using wrong base class ([416a520](https://github.com/Sofie-Automation/sofie-atem-connection/commit/416a5205603c94120253394c421b7a00af89f981))
440
+ * TransitionMixCommand using wrong base class ([416a520](https://github.com/Sofie-Automation/sofie-atem-connection/commit/416a5205603c94120253394c421b7a00af89f981))
441
+ * try to fix broken test ([33a3da4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/33a3da44943ac5a735316f1e23c6eb1f2a1d8084))
442
+ * try to fix broken test ([33a3da4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/33a3da44943ac5a735316f1e23c6eb1f2a1d8084))
443
+ * tslint member-access rule ([b26293a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b26293a337a94746af454831f4c8e3cc47f2e6ec))
444
+ * tslint member-access rule ([b26293a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b26293a337a94746af454831f4c8e3cc47f2e6ec))
445
+ * typedoc ([bf27947](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bf279479ccd5bff95767b93334328b074af8ff18))
446
+ * typedoc ([bf27947](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bf279479ccd5bff95767b93334328b074af8ff18))
447
+ * upstream keyers using missing field to check validity ([d884eb1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d884eb1b120d972c110985c958cb27f3ccb9d935))
448
+ * upstream keyers using missing field to check validity ([d884eb1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d884eb1b120d972c110985c958cb27f3ccb9d935))
449
+ * use dev threadedclass and remove some hacks ([69c7d32](https://github.com/Sofie-Automation/sofie-atem-connection/commit/69c7d326d47921efee9830fdec155c24a04708d8))
450
+ * use dev threadedclass and remove some hacks ([69c7d32](https://github.com/Sofie-Automation/sofie-atem-connection/commit/69c7d326d47921efee9830fdec155c24a04708d8))
451
+ * wrap transferIndex once it reaches maximum ([234284e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/234284ea57d62189b654d6ec3886f9bba71836d3))
452
+ * wrap transferIndex once it reaches maximum ([234284e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/234284ea57d62189b654d6ec3886f9bba71836d3))
453
+
454
+ ### [1.3.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.3.1...1.3.2) (2020-06-25)
455
+
456
+
457
+ ### Bug Fixes
458
+
459
+ * listVisibleInputs with multiple levels of nesting ([6c1c848](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6c1c8480a261ec7029906b31af8df95f91ff6e29))
460
+ * listVisibleInputs with multiple levels of nesting ([6c1c848](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6c1c8480a261ec7029906b31af8df95f91ff6e29))
461
+
462
+ ### [1.3.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.3.0...1.3.1) (2020-06-17)
463
+
464
+
465
+ ### Bug Fixes
466
+
467
+ * pin broken dev-dependencies ([edfa595](https://github.com/Sofie-Automation/sofie-atem-connection/commit/edfa5955006f878ec7c4e63a62ab2fd7c761aa9a))
468
+ * pin broken dev-dependencies ([edfa595](https://github.com/Sofie-Automation/sofie-atem-connection/commit/edfa5955006f878ec7c4e63a62ab2fd7c761aa9a))
469
+ * TopologyCommand for v8.1.1+ ([1db6cf8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1db6cf83a241d983a8cedb1af8c9b95fba2b5d0e))
470
+ * TopologyCommand for v8.1.1+ ([1db6cf8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1db6cf83a241d983a8cedb1af8c9b95fba2b5d0e))
471
+
472
+ ## [1.3.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.2.0...1.3.0) (2020-01-12)
473
+
474
+
475
+ ### Features
476
+
477
+ * add TimeCommand and TimeRequestCommand ([6a95340](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6a953403be9fd930a47a14b38bd843028174c167))
478
+
479
+
480
+ ### Bug Fixes
481
+
482
+ * add atem-mini ModelId ([b6787a9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b6787a92f4ad35b60020219d36878db818adbdfb))
483
+ * expose listVisibleInputs to allow explicit usage on an old/cached state ([ee69821](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ee69821ed25af8e6d8c999bcb5271e8d87b04b9f))
484
+
485
+ ## [1.2.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.1.0...1.2.0) (2019-12-13)
486
+
487
+
488
+ ### Features
489
+
490
+ * add listVisibleInputs method ([#57](https://github.com/Sofie-Automation/sofie-atem-connection/issues/57)) ([23c9318](https://github.com/Sofie-Automation/sofie-atem-connection/commit/23c93185fe05c4bf763aefd301717414a5ec8d88))
491
+ * expose setFadeToBlackRate ([fa974a4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/fa974a4412344054eca0cf9950aa5943381452d7))
492
+
493
+
494
+ ### Bug Fixes
495
+
496
+ * add missing TVS-pro models to Model enum ([8ac6777](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8ac67776e8a419bb41ac0e543545b73210029673))
497
+
498
+ ## [1.1.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.0.2...1.1.0) (2019-10-24)
499
+
500
+
501
+ ### Features
502
+
503
+ * refactor circleci config ([a7b0ca2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a7b0ca249b9e104833e8abde6d97e82934c8a14d))
504
+ * update ci to run for node 8,10,12 ([25f1fb1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/25f1fb13d6c3d551ecc5f35ad05375858d18dcc7))
505
+
506
+
507
+ ### Bug Fixes
508
+
509
+ * incorrect order in ci release step ([ca0d207](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ca0d207a04d8a19cd53308d83e05e12c2808f852))
510
+ * parse productIdentifierCommand successfully even for unknown models ([d991fdd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d991fddabf84e977c7a53197a4208e717d68e782))
511
+ * SuperSourceConfigCommand broken ([ccc7d33](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ccc7d333e226ec0e7f9c09f640789d5520d7061a))
512
+
513
+ ### [1.0.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.0.1...1.0.2) (2019-10-09)
514
+
515
+
516
+ ### Bug Fixes
517
+
518
+ * media player source still & clip inverted ([6dec48f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6dec48f09e4c02d404578095bb7e2cac551d398c))
519
+
520
+ ### [1.0.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/1.0.0...1.0.1) (2019-09-21)
521
+
522
+
523
+ ### Bug Fixes
524
+
525
+ * better support for constellation ([b540f11](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b540f11))
526
+ * better support for constellation ([#58](https://github.com/Sofie-Automation/sofie-atem-connection/issues/58)) ([5bb512d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5bb512d))
527
+
528
+ ## [1.0.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.10.0...1.0.0) (2019-09-17)
529
+
530
+
531
+ ### Bug Fixes
532
+
533
+ * broken autoDownstreamKey function and mangled multiviewer window state ([71c61f6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/71c61f6))
534
+ * consistent API for super source methods ([4327660](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4327660))
535
+ * data transfer uses old command names ([e6a6bd0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e6a6bd0))
536
+ * disable unsupported v8 tests ([8bcafb5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8bcafb5))
537
+ * dve value range ([33784bc](https://github.com/Sofie-Automation/sofie-atem-connection/commit/33784bc))
538
+ * exclude test helpers in build ([041c37f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/041c37f))
539
+ * exit cleanly after running tests ([c23a9f9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c23a9f9))
540
+ * ignore failing tests ([8cfcfaf](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8cfcfaf))
541
+ * improve commandParser typings ([1e26d6d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1e26d6d))
542
+ * Make buffer use in serialize consistent. Remove setting command name in serialize. ([40eec6e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/40eec6e))
543
+ * More command test data mangling ([8bd9009](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8bd9009))
544
+ * multiviewer state initialization ([2547af1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2547af1))
545
+ * regenerate commands test data ([fe619c4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/fe619c4))
546
+ * restructure all command tests to use new structure ([957ed76](https://github.com/Sofie-Automation/sofie-atem-connection/commit/957ed76))
547
+ * some broken cases ([9ebde2e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9ebde2e))
548
+ * some more command serialization ([cf66953](https://github.com/Sofie-Automation/sofie-atem-connection/commit/cf66953))
549
+ * some tests ([3f14715](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3f14715))
550
+ * **AudioMixerInputCommand:** sign in deserialization ([d9a3865](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d9a3865))
551
+ * **MediaPlayerSourceCommand:** order of serialization ([a0a89f3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a0a89f3))
552
+ * **MixEffectFlyKeyFrameGetCommand:** correct validators ([a1648c1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a1648c1))
553
+ * tidy up some commented out code ([f1a1252](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f1a1252))
554
+ * topology command ([e5812d9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e5812d9))
555
+
556
+
557
+ ### Features
558
+
559
+ * 8.0.1 support ([eaa1e72](https://github.com/Sofie-Automation/sofie-atem-connection/commit/eaa1e72))
560
+ * Add test for api methods which change command based on version ([7208ee4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7208ee4))
561
+ * add test to verify that all commands have serialization test cases ([3cb9ae7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3cb9ae7))
562
+ * Enable and fix v8 command tests ([3a7d23d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3a7d23d))
563
+ * enable running tests in circleci ([662638d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/662638d))
564
+ * expect commands to be split to be a serialize or deserialize (unless they use the same name for both) ([e9704f2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e9704f2))
565
+ * FadeToBlack control ([660e8dc](https://github.com/Sofie-Automation/sofie-atem-connection/commit/660e8dc))
566
+ * initial multi-version support ([fedc690](https://github.com/Sofie-Automation/sofie-atem-connection/commit/fedc690))
567
+ * prototype serialize command ([010fff2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/010fff2))
568
+ * prototype what separate command converter structures would look like ([378be83](https://github.com/Sofie-Automation/sofie-atem-connection/commit/378be83))
569
+ * restructure some core buffer usage, and move command header (length + name) writing into common command serialization code ([3c8b062](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3c8b062))
570
+ * split some commands ([beae1c4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/beae1c4))
571
+ * stateChanged events report a path instead of the Command ([845909f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/845909f))
572
+
573
+ # [0.10.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.9.0...0.10.0) (2019-04-02)
574
+
575
+
576
+ ### Bug Fixes
577
+
578
+ * fix error spam that occurs when the child process attempts to log certain data ([7c9e31c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7c9e31c))
579
+ * fixed parsing of audioMixer input ([3430cb7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3430cb7))
580
+ * kill the child process with an error code with an uncaughtException or unhandledRejection occurs ([e5323c9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e5323c9))
581
+ * rename setAudioChannelXX methods to setAudioMixerInputXXX to harmonize with other audio commands ([77fe521](https://github.com/Sofie-Automation/sofie-atem-connection/commit/77fe521))
582
+ * set enum values explicitly ([bd50491](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bd50491))
583
+ * upgrade dependencies to pass audit ([98d16a8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/98d16a8))
584
+ * upgrade typescript to latest ([b68afbf](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b68afbf))
585
+ * **AudioMixerMasterCommand:** set flag properly ([78fa0b5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/78fa0b5))
586
+
587
+
588
+ ### Features
589
+
590
+ * add support for MasterChannel ([722d744](https://github.com/Sofie-Automation/sofie-atem-connection/commit/722d744))
591
+
592
+
593
+
594
+ # [0.9.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.8.2...0.9.0) (2019-02-21)
595
+
596
+
597
+ ### Bug Fixes
598
+
599
+ * AudioMixerInputCommand ([69608c7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/69608c7))
600
+
601
+
602
+ ### Features
603
+
604
+ * audio channels ([1b3bd32](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1b3bd32))
605
+ * top level methods for audio channels ([6c390d3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6c390d3))
606
+
607
+
608
+
609
+ <a name="0.8.2"></a>
610
+ ## [0.8.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.8.1...0.8.2) (2019-01-19)
611
+
612
+
613
+ ### Bug Fixes
614
+
615
+ * one object per multiviewer in the state ([5f53526](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5f53526))
616
+
617
+
618
+
619
+ <a name="0.8.1"></a>
620
+ ## [0.8.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.8.0...0.8.1) (2018-11-26)
621
+
622
+
623
+ ### Bug Fixes
624
+
625
+ * **perf:** remove nanotimer for intervals as it uses 100% cpu ([d7bc543](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d7bc543))
626
+ * let node bind to a random port for our udp socket ([b7be165](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b7be165))
627
+ * timers are cleaned when calling disconnect, even when not connected ([d3040d1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d3040d1))
628
+
629
+
630
+
631
+ <a name="0.8.0"></a>
632
+ # [0.8.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.7.0...0.8.0) (2018-11-02)
633
+
634
+
635
+ ### Bug Fixes
636
+
637
+ * improve reliability of resending ([ccaa051](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ccaa051))
638
+
639
+
640
+ ### Features
641
+
642
+ * Rename downstreamKeyId to downstreamKeyerId to make them all consistent and be consistent with upstream keyer ([58f61ee](https://github.com/Sofie-Automation/sofie-atem-connection/commit/58f61ee))
643
+ * use a nanotimer in socket child for ack'ing ([84482ca](https://github.com/Sofie-Automation/sofie-atem-connection/commit/84482ca))
644
+
645
+
646
+
647
+ <a name="0.7.0"></a>
648
+ # [0.7.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.6.1...0.7.0) (2018-10-24)
649
+
650
+
651
+ ### Bug Fixes
652
+
653
+ * **atemSocket:** fix _maxPacketID being off-by-one ([ee70083](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ee70083))
654
+ * **atemSocket:** fix _maxPacketID being off-by-one ([4efecdd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4efecdd))
655
+ * file description cmd does not always need name / descr. ([8837dd0](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8837dd0))
656
+ * **Data Command:** size property ([df16109](https://github.com/Sofie-Automation/sofie-atem-connection/commit/df16109))
657
+ * **Data Command:** size property ([35a846d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/35a846d))
658
+ * ack'ing after init ([8197ab5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8197ab5))
659
+ * behaviour around packetId wrapping ([d8e4626](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d8e4626))
660
+ * child process timeout ([8196d8e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8196d8e))
661
+ * colour space ([bb19e9e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bb19e9e))
662
+ * colour space ([8f295d3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8f295d3))
663
+ * convencience method for setting clip in MP ([a8feeef](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a8feeef))
664
+ * convencience method for setting clip in MP ([b5455a3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b5455a3))
665
+ * do not ack discontinuous packet sequences ([bfb679f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bfb679f))
666
+ * file description cmd does not always need name / descr. ([683d83b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/683d83b))
667
+ * frame description file name ([bc1224b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bc1224b))
668
+ * frame description file name ([1c7290d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1c7290d))
669
+ * **Data Transfer:** stop condition, send description only once ([bca847f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bca847f))
670
+ * lint ([666cff5](https://github.com/Sofie-Automation/sofie-atem-connection/commit/666cff5))
671
+ * lint ([61ba6f8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/61ba6f8))
672
+ * Media Player Source Command ([3103ca6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3103ca6))
673
+ * Media Player Source Command ([5c1ebb1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5c1ebb1))
674
+ * messages without correct transferid will be ignored ([301c545](https://github.com/Sofie-Automation/sofie-atem-connection/commit/301c545))
675
+ * more aggressive resend strategy ([8900ded](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8900ded))
676
+ * optimize inFlightTimeout ([32b3c44](https://github.com/Sofie-Automation/sofie-atem-connection/commit/32b3c44))
677
+ * reject timed out commands ([fd3d045](https://github.com/Sofie-Automation/sofie-atem-connection/commit/fd3d045))
678
+ * revert new packetId on resend ([2fe6368](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2fe6368))
679
+ * socket process exits when parent process does ([#30](https://github.com/Sofie-Automation/sofie-atem-connection/issues/30)) ([4754cc7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4754cc7))
680
+ * **Data Transfer:** remove old commands after failing ([09ee4b4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/09ee4b4))
681
+ * **Data Transfer:** remove old commands after failing ([dfa1cfc](https://github.com/Sofie-Automation/sofie-atem-connection/commit/dfa1cfc))
682
+ * **Data Transfer:** stop condition, send description only once ([627c9f2](https://github.com/Sofie-Automation/sofie-atem-connection/commit/627c9f2))
683
+ * **dataTransfer:** ignore unexpected DataTransferCompleteCommands ([1f97a4a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1f97a4a))
684
+ * **dataTransfer:** ignore unexpected DataTransferCompleteCommands ([517253d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/517253d))
685
+ * **dataTrasnfer:** fail when a DataTransferErrorCommand is received ([ba17501](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ba17501))
686
+ * **dataTrasnfer:** fail when a DataTransferErrorCommand is received ([441ef68](https://github.com/Sofie-Automation/sofie-atem-connection/commit/441ef68))
687
+ * **Media:** fix Util imports ([55a1f28](https://github.com/Sofie-Automation/sofie-atem-connection/commit/55a1f28))
688
+ * **Media:** fix Util imports ([7f0577a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7f0577a))
689
+
690
+
691
+ ### Features
692
+
693
+ * clear media pool ([310308b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/310308b))
694
+ * clear media pool ([9f64e58](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9f64e58))
695
+ * **DataTransfer:** add errorCode property to DataTransferErrorCommand ([7e302e1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7e302e1))
696
+ * Data Commands ([d1bf2ba](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d1bf2ba))
697
+ * Data Commands ([2e14efb](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2e14efb))
698
+ * **DataTransfer:** add errorCode property to DataTransferErrorCommand ([d8b2d5f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d8b2d5f))
699
+ * **Media:** Media Pool Description Commands ([fbae9b1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/fbae9b1))
700
+ * **Media:** Media Pool Description Commands ([5050fe8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5050fe8))
701
+ * **Media Pool:** clear / set commands ([40fce0c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/40fce0c))
702
+ * **Media Pool:** clear / set commands ([a2ecc82](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a2ecc82))
703
+ * Media Upload API, File Transfer Manager ([c240477](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c240477))
704
+ * Media Upload API, File Transfer Manager ([c5e4684](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c5e4684))
705
+ * TransferManager ([a9336c9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a9336c9))
706
+ * TransferManager ([a2588a7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a2588a7))
707
+ * TransferManager ([e3e69a1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e3e69a1))
708
+ * TransferManager ([ee3ed26](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ee3ed26))
709
+ * Video Mode command ([b9980e3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b9980e3))
710
+ * Video Mode command ([c87c0b8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c87c0b8))
711
+
712
+
713
+ ### Performance Improvements
714
+
715
+ * **dataTransfer:** increase transfer throughput ([db8e4c4](https://github.com/Sofie-Automation/sofie-atem-connection/commit/db8e4c4))
716
+ * **dataTransfer:** increase transfer throughput ([d96b38d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d96b38d))
717
+
718
+
719
+
720
+ <a name="0.6.1"></a>
721
+ ## [0.6.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.6.0...0.6.1) (2018-10-23)
722
+
723
+
724
+ ### Bug Fixes
725
+
726
+ * behaviour around packetId wrapping ([9c8e3a8](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9c8e3a8))
727
+ * do not ack discontinuous packet sequences ([91f36bf](https://github.com/Sofie-Automation/sofie-atem-connection/commit/91f36bf))
728
+ * do not ack discontinuous packet sequences ([1bde19d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1bde19d))
729
+ * more aggressive resend strategy ([d1fd66c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d1fd66c))
730
+ * optimize inFlightTimeout ([0812a63](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0812a63))
731
+ * reject timed out commands ([a8cfa68](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a8cfa68))
732
+
733
+
734
+
735
+ <a name="0.6.0"></a>
736
+ # [0.6.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.5.2...0.6.0) (2018-10-16)
737
+
738
+
739
+ ### Bug Fixes
740
+
741
+ * **DVE upstream key:** borderHueWidth is 3600 ([4b2db48](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4b2db48))
742
+
743
+
744
+ ### Features
745
+
746
+ * parse psu status ([16f677f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/16f677f))
747
+ * Use device ModelId to determine how many psu to track in state ([f0631d1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f0631d1))
748
+
749
+
750
+
751
+ <a name="0.5.2"></a>
752
+ ## [0.5.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.5.1...0.5.2) (2018-09-23)
753
+
754
+
755
+ ### Bug Fixes
756
+
757
+ * **socket:** prevent connection from dying when the main thread is blocked ([#19](https://github.com/Sofie-Automation/sofie-atem-connection/issues/19)) ([6814713](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6814713))
758
+ * dsk state not being updated ([bcdea2b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/bcdea2b))
759
+
760
+
761
+
762
+ <a name="0.5.1"></a>
763
+ ## [0.5.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.5.0...0.5.1) (2018-09-04)
764
+
765
+
766
+
767
+ <a name="0.5.0"></a>
768
+ # [0.5.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.4.0...0.5.0) (2018-08-17)
769
+
770
+
771
+ ### Bug Fixes
772
+
773
+ * macro state is not an array, it's one "macro player" ([76c8b7b](https://github.com/Sofie-Automation/sofie-atem-connection/commit/76c8b7b))
774
+ * typo in super source boxes capabilities command ([f123694](https://github.com/Sofie-Automation/sofie-atem-connection/commit/f123694))
775
+
776
+
777
+ ### Features
778
+
779
+ * implement MacroRunStatus command (MRPr) ([98f5650](https://github.com/Sofie-Automation/sofie-atem-connection/commit/98f5650))
780
+
781
+
782
+
783
+ <a name="0.4.0"></a>
784
+ # [0.4.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.3.2...0.4.0) (2018-08-15)
785
+
786
+
787
+ ### Bug Fixes
788
+
789
+ * symmetry is a percentage ([3dd03a9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3dd03a9))
790
+
791
+
792
+ ### Features
793
+
794
+ * Super Source Properties ([031df18](https://github.com/Sofie-Automation/sofie-atem-connection/commit/031df18))
795
+
796
+
797
+
798
+ <a name="0.3.2"></a>
799
+ ## [0.3.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.3.1...0.3.2) (2018-08-14)
800
+
801
+
802
+ ### Bug Fixes
803
+
804
+ * symmetry is a percentage ([93e751d](https://github.com/Sofie-Automation/sofie-atem-connection/commit/93e751d))
805
+
806
+
807
+
808
+ <a name="0.3.1"></a>
809
+ ## [0.3.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.3.0...0.3.1) (2018-08-09)
810
+
811
+
812
+ ### Bug Fixes
813
+
814
+ * reported transition position may be 10 000 ([c301808](https://github.com/Sofie-Automation/sofie-atem-connection/commit/c301808))
815
+
816
+
817
+
818
+ <a name="0.3.0"></a>
819
+ # [0.3.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.2.3...0.3.0) (2018-08-07)
820
+
821
+
822
+ ### Bug Fixes
823
+
824
+ * emit error upon failing value sanity check ([e11b3fa](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e11b3fa))
825
+ * export util ([004ef9a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/004ef9a))
826
+ * flyKeyFrameId is 1 or 2 ([b0ced83](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b0ced83))
827
+ * use an object when appriopriate ([7d13bd3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7d13bd3))
828
+ * **atemSocket:** fix _maxPacketID being off-by-one ([28c1400](https://github.com/Sofie-Automation/sofie-atem-connection/commit/28c1400))
829
+
830
+
831
+ ### Features
832
+
833
+ * value sanity checks ([9d2b021](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9d2b021))
834
+
835
+
836
+
837
+ <a name="0.2.3"></a>
838
+ ## [0.2.3](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.2.2...0.2.3) (2018-08-07)
839
+
840
+
841
+ ### Bug Fixes
842
+
843
+ * **atemSocket:** fix _maxPacketID being off-by-one ([e116c35](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e116c35))
844
+
845
+
846
+
847
+ <a name="0.2.2"></a>
848
+ ## [0.2.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.2.1...0.2.2) (2018-08-06)
849
+
850
+
851
+
852
+ <a name="0.2.1"></a>
853
+ ## [0.2.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.2.0...0.2.1) (2018-07-01)
854
+
855
+
856
+ ### Bug Fixes
857
+
858
+ * typo ([41a29ff](https://github.com/Sofie-Automation/sofie-atem-connection/commit/41a29ff))
859
+
860
+
861
+
862
+ <a name="0.2.0"></a>
863
+ # [0.2.0](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.7...0.2.0) (2018-07-01)
864
+
865
+
866
+ ### Features
867
+
868
+ * disconnect method ([54dfa15](https://github.com/Sofie-Automation/sofie-atem-connection/commit/54dfa15))
869
+
870
+
871
+
872
+ <a name="0.1.7"></a>
873
+ ## [0.1.7](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.6...0.1.7) (2018-06-21)
874
+
875
+
876
+ ### Bug Fixes
877
+
878
+ * deserialization of preview,program and aux source ([3c0027e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3c0027e))
879
+
880
+
881
+
882
+ <a name="0.1.6"></a>
883
+ ## [0.1.6](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.5...0.1.6) (2018-06-21)
884
+
885
+
886
+ ### Bug Fixes
887
+
888
+ * supersource info commands ([2e13938](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2e13938))
889
+
890
+
891
+
892
+ <a name="0.1.5"></a>
893
+ ## [0.1.5](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.4...0.1.5) (2018-06-15)
894
+
895
+
896
+
897
+ <a name="0.1.4"></a>
898
+ ## [0.1.4](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.3...0.1.4) (2018-06-15)
899
+
900
+
901
+ ### Bug Fixes
902
+
903
+ * preview command sets the right property in the state ([103fabd](https://github.com/Sofie-Automation/sofie-atem-connection/commit/103fabd))
904
+
905
+
906
+
907
+ <a name="0.1.3"></a>
908
+ ## [0.1.3](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.2...0.1.3) (2018-06-09)
909
+
910
+
911
+ ### Bug Fixes
912
+
913
+ * AbstractCommand works with static MaskFlags ([360f266](https://github.com/Sofie-Automation/sofie-atem-connection/commit/360f266))
914
+
915
+
916
+
917
+ <a name="0.1.2"></a>
918
+ ## [0.1.2](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.1...0.1.2) (2018-06-07)
919
+
920
+
921
+ ### Bug Fixes
922
+
923
+ * export abstract command ([5c82037](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5c82037))
924
+
925
+
926
+
927
+ <a name="0.1.1"></a>
928
+ ## [0.1.1](https://github.com/Sofie-Automation/sofie-atem-connection/compare/0.1.0...0.1.1) (2018-06-07)
929
+
930
+
931
+ ### Bug Fixes
932
+
933
+ * export Abstract Command ([88a12b6](https://github.com/Sofie-Automation/sofie-atem-connection/commit/88a12b6))
934
+ * MaskFlags are a static property ([ddafc4f](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ddafc4f))
935
+
936
+
937
+
938
+ <a name="0.1.0"></a>
939
+ # 0.1.0 (2018-06-05)
940
+
941
+
942
+ ### Bug Fixes
943
+
944
+ * **API:** make properties a public member of commands ([a3b69d3](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a3b69d3))
945
+ * **Aux command:** set default bus to 1, add a mask in the raw command ([db4f0ba](https://github.com/Sofie-Automation/sofie-atem-connection/commit/db4f0ba))
946
+ * **DVE Upstream Keyer:** Correct word size ([9ba5635](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9ba5635))
947
+ * add correct ssh fingerprint ([6019e6e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/6019e6e))
948
+ * prevent garbage data from being added to productName ([5b3417a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/5b3417a))
949
+ * rename back to atem-connection ([e1b3e63](https://github.com/Sofie-Automation/sofie-atem-connection/commit/e1b3e63))
950
+ * rename library and add contributer ([a57299e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a57299e))
951
+ * **DVE Upstream Keyer:** property name should equal flag name ([d684198](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d684198))
952
+ * rename workflow for better readability ([7f1fbd9](https://github.com/Sofie-Automation/sofie-atem-connection/commit/7f1fbd9))
953
+ * safely get the downstream keyer ([25bf0f1](https://github.com/Sofie-Automation/sofie-atem-connection/commit/25bf0f1))
954
+ * **Socket:** local packetId should start at 1 ([2199e5c](https://github.com/Sofie-Automation/sofie-atem-connection/commit/2199e5c))
955
+ * set rawnames ([b68ad41](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b68ad41))
956
+ * **InputPropertiesCommand:** include the inputId of each source in the state tree ([3fdabba](https://github.com/Sofie-Automation/sofie-atem-connection/commit/3fdabba))
957
+ * **Socket:** fix parsing of packet name and length ([dc25ea7](https://github.com/Sofie-Automation/sofie-atem-connection/commit/dc25ea7))
958
+ * **Utility functions:** remove unnecessary utility functions ([a7d0f78](https://github.com/Sofie-Automation/sofie-atem-connection/commit/a7d0f78))
959
+ * tests ([4d3576a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4d3576a))
960
+ * update config for new features ([4682a64](https://github.com/Sofie-Automation/sofie-atem-connection/commit/4682a64))
961
+ * update ignores ([d79b224](https://github.com/Sofie-Automation/sofie-atem-connection/commit/d79b224))
962
+ * update scripts-info ([8508f98](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8508f98))
963
+ * use ASCII encoding for strings, instead of utf8 ([8978d49](https://github.com/Sofie-Automation/sofie-atem-connection/commit/8978d49))
964
+
965
+
966
+ ### Features
967
+
968
+ * **Inputs:** implement InPr (read) and CInL (write) commands ([17e1688](https://github.com/Sofie-Automation/sofie-atem-connection/commit/17e1688))
969
+ * **Media Player Status:** get and set play/loop/atBeginning and frames ([664af37](https://github.com/Sofie-Automation/sofie-atem-connection/commit/664af37))
970
+ * **SuperSource:** implement SSBP (read) and CSBP (write) commands ([b21e56e](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b21e56e))
971
+ * Downstream Keyer Settings ([b90cf3a](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b90cf3a))
972
+ * export commands and substates ([9be9e61](https://github.com/Sofie-Automation/sofie-atem-connection/commit/9be9e61))
973
+ * Initialization Complete Command ([ba55c89](https://github.com/Sofie-Automation/sofie-atem-connection/commit/ba55c89))
974
+ * top level connection status events ([1f606ed](https://github.com/Sofie-Automation/sofie-atem-connection/commit/1f606ed))
975
+ * Topology Command ([0380432](https://github.com/Sofie-Automation/sofie-atem-connection/commit/0380432))
976
+ * use external logging function, limit packet logs to debug mode ([b92f175](https://github.com/Sofie-Automation/sofie-atem-connection/commit/b92f175))
977
+
978
+
979
+
980
+ <a name="0.5.1"></a>
981
+ ## [0.5.1](https://bitbucket.org/superflytv/node-boilerplate/compare/0.5.0...0.5.1) (2018-02-25)
982
+
983
+
984
+ ### Bug Fixes
985
+
986
+ * remove auto-deploy to npm ([5515b71](https://bitbucket.org/superflytv/node-boilerplate/commits/5515b71))
987
+
988
+
989
+
990
+ <a name="0.5.0"></a>
991
+ # [0.5.0](https://bitbucket.org/superflytv/node-boilerplate/compare/0.4.6...0.5.0) (2018-02-25)
992
+
993
+
994
+ ### Bug Fixes
995
+
996
+ * adding release for one final publication ([7f11b78](https://bitbucket.org/superflytv/node-boilerplate/commits/7f11b78))
997
+ * Cleaning up repository ([ba7cafc](https://bitbucket.org/superflytv/node-boilerplate/commits/ba7cafc))
998
+ * cleanup ([562fb0c](https://bitbucket.org/superflytv/node-boilerplate/commits/562fb0c))
999
+
1000
+
1001
+ ### Features
1002
+
1003
+ * Disable automatic rollout to NPM for now ([18dd79f](https://bitbucket.org/superflytv/node-boilerplate/commits/18dd79f))
1004
+
1005
+
1006
+
1007
+ <a name="0.4.6"></a>
1008
+ ## [0.4.6](https://github.com/superflytv/node-boilerplate/compare/0.4.5...0.4.6) (2018-02-25)
1009
+
1010
+
1011
+ ### Bug Fixes
1012
+
1013
+ * add tslib ([2447570](https://github.com/superflytv/node-boilerplate/commit/2447570))
1014
+
1015
+
1016
+
1017
+ <a name="0.4.5"></a>
1018
+ ## [0.4.5](https://github.com/superflytv/node-boilerplate/compare/0.4.4...0.4.5) (2018-02-25)
1019
+
1020
+
1021
+ ### Bug Fixes
1022
+
1023
+ * send coverage before release ([b53c1aa](https://github.com/superflytv/node-boilerplate/commit/b53c1aa))
1024
+
1025
+
1026
+
1027
+ <a name="0.4.4"></a>
1028
+ ## [0.4.4](https://github.com/superflytv/node-boilerplate/compare/0.4.3...0.4.4) (2018-02-25)
1029
+
1030
+
1031
+ ### Bug Fixes
1032
+
1033
+ * auto rollout to npm on master branch ([ef5d68f](https://github.com/superflytv/node-boilerplate/commit/ef5d68f))
1034
+
1035
+
1036
+
1037
+ <a name="0.4.3"></a>
1038
+ ## [0.4.3](https://github.com/superflytv/node-boilerplate/compare/0.4.2...0.4.3) (2018-02-25)
1039
+
1040
+
1041
+ ### Bug Fixes
1042
+
1043
+ * only allow spec.ts files ([027b4f2](https://github.com/superflytv/node-boilerplate/commit/027b4f2))
1044
+ * use npm for npm deploy, for now ([0bb1911](https://github.com/superflytv/node-boilerplate/commit/0bb1911))
1045
+
1046
+
1047
+
1048
+ <a name="0.4.2"></a>
1049
+ ## [0.4.2](https://github.com/superflytv/node-boilerplate/compare/0.4.1...0.4.2) (2018-02-25)
1050
+
1051
+
1052
+ ### Bug Fixes
1053
+
1054
+ * add ssh key to npm step for ssh ([8ca98f5](https://github.com/superflytv/node-boilerplate/commit/8ca98f5))
1055
+
1056
+
1057
+
1058
+ <a name="0.4.1"></a>
1059
+ ## [0.4.1](https://github.com/superflytv/node-boilerplate/compare/v0.4.0...v0.4.1) (2018-02-25)
1060
+
1061
+
1062
+ ### Bug Fixes
1063
+
1064
+ * Set skip ci in auto-commit message and rename tag releases ([1338bd0](https://github.com/superflytv/node-boilerplate/commit/1338bd0))
1065
+
1066
+
1067
+
1068
+ <a name="0.4.0"></a>
1069
+ # 0.4.0 (2018-02-25)
1070
+
1071
+
1072
+ ### Bug Fixes
1073
+
1074
+ * add ssh key to release build ([00a03c2](https://github.com/superflytv/node-boilerplate/commit/00a03c2))
1075
+ * Auto-release on circleci ([64ba8d7](https://github.com/superflytv/node-boilerplate/commit/64ba8d7))
1076
+ * Bugfix and add not strict for bitbucket ([0d5f60b](https://github.com/superflytv/node-boilerplate/commit/0d5f60b))
1077
+ * casing issue ([71a7295](https://github.com/superflytv/node-boilerplate/commit/71a7295))
1078
+ * changing to .org ([746f766](https://github.com/superflytv/node-boilerplate/commit/746f766))
1079
+ * changing to .org ([b0837bc](https://github.com/superflytv/node-boilerplate/commit/b0837bc))
1080
+ * Explicit coverage repoting ([1aac204](https://github.com/superflytv/node-boilerplate/commit/1aac204))
1081
+ * indent style on yaml files ([3b3582b](https://github.com/superflytv/node-boilerplate/commit/3b3582b))
1082
+ * indentation and paths wrong ([cad01af](https://github.com/superflytv/node-boilerplate/commit/cad01af))
1083
+ * rearange commands ([c7ad4c1](https://github.com/superflytv/node-boilerplate/commit/c7ad4c1))
1084
+ * Reordering workflow ([c912127](https://github.com/superflytv/node-boilerplate/commit/c912127))
1085
+ * set correct ssh fingerprint ([616fc49](https://github.com/superflytv/node-boilerplate/commit/616fc49))
1086
+ * Set git push command ([b825993](https://github.com/superflytv/node-boilerplate/commit/b825993))
1087
+ * Set orgname ([9eb70e3](https://github.com/superflytv/node-boilerplate/commit/9eb70e3))
1088
+ * setting git config ([a61c929](https://github.com/superflytv/node-boilerplate/commit/a61c929))
1089
+ * Temporarily remove gh-pages publish ([c1cd735](https://github.com/superflytv/node-boilerplate/commit/c1cd735))
1090
+ * use knownhost in stead of ssh config ([e432a10](https://github.com/superflytv/node-boilerplate/commit/e432a10))
1091
+ * use knownhost in stead of ssh config ([3f37f75](https://github.com/superflytv/node-boilerplate/commit/3f37f75))
1092
+
1093
+
1094
+ ### Features
1095
+
1096
+ * full npm release cycle ([955863a](https://github.com/superflytv/node-boilerplate/commit/955863a))
1097
+ * Initial boiler plate ([fbd16db](https://github.com/superflytv/node-boilerplate/commit/fbd16db))
1098
+ * rename package for npm release ([53ac25c](https://github.com/superflytv/node-boilerplate/commit/53ac25c))
1099
+
1100
+
1101
+
1102
+ <a name="0.3.0"></a>
1103
+ # [0.3.0](https://github.com/superflytv/node-boilerplate/compare/v0.2.2...v0.3.0) (2018-02-25)
1104
+
1105
+
1106
+ ### Bug Fixes
1107
+
1108
+ * Auto-release on circleci ([64ba8d7](https://github.com/superflytv/node-boilerplate/commit/64ba8d7))
1109
+ * Explicit coverage repoting ([1aac204](https://github.com/superflytv/node-boilerplate/commit/1aac204))
1110
+ * indent style on yaml files ([3b3582b](https://github.com/superflytv/node-boilerplate/commit/3b3582b))
1111
+
1112
+
1113
+ ### Features
1114
+
1115
+ * full npm release cycle ([955863a](https://github.com/superflytv/node-boilerplate/commit/955863a))
1116
+
1117
+
1118
+
1119
+ <a name="0.2.2"></a>
1120
+ ## [0.2.2](https://github.com/superflytv/node-boilerplate/compare/v0.2.1...v0.2.2) (2018-02-24)
1121
+
1122
+
1123
+
1124
+ <a name="0.2.1"></a>
1125
+ ## [0.2.1](https://github.com/superflytv/node-boilerplate/compare/v0.2.0...v0.2.1) (2018-02-24)
1126
+
1127
+
1128
+ ### Bug Fixes
1129
+
1130
+ * Set orgname ([9eb70e3](https://github.com/superflytv/node-boilerplate/commit/9eb70e3))
1131
+
1132
+
1133
+
1134
+ <a name="0.2.0"></a>
1135
+ # [0.2.0](https://github.com/superflytv/node-boilerplate/compare/v0.1.0...v0.2.0) (2018-02-24)
1136
+
1137
+
1138
+ ### Features
1139
+
1140
+ * rename package for npm release ([53ac25c](https://github.com/superflytv/node-boilerplate/commit/53ac25c))
1141
+
1142
+
1143
+
1144
+ <a name="0.1.0"></a>
1145
+ # 0.1.0 (2018-02-24)
1146
+
1147
+
1148
+ ### Bug Fixes
1149
+
1150
+ * casing issue ([71a7295](https://github.com/superflytv/node-boilerplate/commit/71a7295))
1151
+
1152
+
1153
+ ### Features
1154
+
1155
+ * Initial boiler plate ([fbd16db](https://github.com/superflytv/node-boilerplate/commit/fbd16db))