SteffeyDev / atemOSC

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

Using atemOSC to simultaneously control John Barker's h2r and ATEM mini pro #153

Closed ravens202 closed 3 years ago

ravens202 commented 4 years ago

I have a running implementation of atemOSC/OSCulator to communicate between Novation LaunchControlXL and BMD atem Mini Pro....works well. I want to, simultaneously, use LaunchControl to issue commands to John Barker's (heretorecord.com) h2r. My implementation is not working. ATEM OSC is logging the following message when I execute the button press: "OSC endpoint not implemented for /h2r-graphics/lower-third/1, refer to help menu for a list of available addresses" "value:<OSC val f 1.00000>" Is this a bug or do I have a string or argument error? The OSC Message I'm sending is :/h2r-graphics/lower-third/1 on 127.0.0.1

SteffeyDev commented 4 years ago

Did you refer to the help menu for the list of available addresses? I’m not familiar with LaunchControl or heretorecord, but I do know that atemOSC does not support any commands that start with /h2r-graphics. You can also view the README for a list of commands we support in general.

SteffeyDev commented 3 years ago

Closing due to inactivity