applest / node-applest-atem

A module to control Blackmagic Design ATEM Switchers
88 stars 30 forks source link

Fix typo in _merge-function #9

Closed bastibeckr closed 8 years ago

bastibeckr commented 8 years ago

set the correct key for obj1

miyukki commented 8 years ago

Thanks @bastibeckr. Well.. I found another typo in _merge function, so I'll check the behavior with ATEM and write a util test.

bastibeckr commented 8 years ago

I am working on getting audio levels from Atem but it seems that it works only for Master channel. The other audio channels get only peak value, but not current audio level. I tried to figure out whats wrong but at the moment without success. Thanks anyway for the great work so far, I will continue to get audio levels.

Von meinem iPad gesendet

Am 26.02.2016 um 16:22 schrieb Yusei Yamanaka notifications@github.com:

Thanks @bastibeckr. Well.. I found another typo in _merge function, so I'll check the behavior with ATEM and write a util test.

— Reply to this email directly or view it on GitHub.

miyukki commented 8 years ago

@bastibeckr I fix those problems previous commit: https://github.com/applest/node-applest-atem/commit/abef82f8efd4195fce5928b81c5014a53f97b2ae You can download the version v0.1.7 that fixed it. Thank you for your opinion.