Skip to content

Commit

Permalink
Merge pull request applest#22 from sestg/master
Browse files Browse the repository at this point in the history
Added Mix transition time command
  • Loading branch information
miyukki authored Jul 2, 2017
2 parents 62341f0 + b08b45e commit 06ff318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/atem.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ class ATEM
changeTransitionType: (type, me = 0) ->
@_sendCommand('CTTp', [0x01, me, type, 0x00])

changeTransitionMix: (frames, me = 0) ->
@_sendCommand('CTMx', [me, frames, 0x00, 0x00])

changeUpstreamKeyState: (number, state, me = 0) ->
@_sendCommand('CKOn', [me, number, state, 0x00])

Expand Down

0 comments on commit 06ff318

Please sign in to comment.