SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

Only fade to black transition works with BlackMagic Television #19

Closed ghost closed 8 years ago

ghost commented 8 years ago

I tried to call transition addresses, but none of them works with Blackmagic television studio except for

/atem/transition/ftb

Is this hardware related problem or something that could be fixed with communication protocol?

ghost commented 8 years ago

Nevermind, it was osc-client's problem. I was able to trigger auto after I used TouchOsc preset. But there is one more problem... I tried to add

/atem/transition/set-style/foo

to TouchOsc, but none of them seems to be working...

sneat commented 8 years ago

I've successfully used sendOSC with the following commands without issue:

atem/transition/set-type/mix
atem/transition/set-type/sting
atem/transition/set-type/dip
atem/transition/set-type/wipe

Using: sendOSC -h 10.0.0.2 10000 /atem/transition/set-type/mix

ghost commented 8 years ago

Thank you sneat for the solution! they worked like a charm. Adding these addresses to the documentation would be nice.

sneat commented 8 years ago

@no-wa-ke they are in the documentation? Both in the readme (just under the input list) and also in the app's help menu.

ghost commented 8 years ago

@sneat Sorry, I meant adding 'set-type' to README.md would be nice!