SteffeyDev / atemOSC

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

ATEMOSC doesn't send commands to my ATEM 4K #99

Closed tingkumajique closed 5 years ago

tingkumajique commented 6 years ago

This has left me stumped...

OCUlator's monitoring shows feedback from the ATEM Software Control and that the nanoKONTROL2. OSCulator's OSC messages is routed to atemOSC but, and atemOSC sees the ATEM Software control.

I also tried touchOSC on my iPad and it detects atemOSC immediately.

Still no parameter is changing on the Software control when buttons on the nanKONTROL is pressed.

please help!

atemOSC - Version 2.5.3 (1) ATEM Software Control 7.4

SteffeyDev commented 6 years ago

Ok let’s work through this. What do you mean by “atemOSC sees the Atem Software Control”? If you open the Log panel from the help menu in atemOSC, does it see the message incoming? What message exactly is OSCulator sending that isn’t being updated in Atem Software Control?

Pick one command and trace through, for example

OSCulator is sending /atem/preview/7 and it is being received by atemOSC (I can see it in the log), but the preview button in Atem Software Control isn’t changing to 7.

tingkumajique commented 6 years ago

Hi, I’m guessing it sees because when I tap on any inputs on the ATEM, Osculator registers incoming commands. Just tapping input one and I have the whole “\atem\program\1” till 8 and other OSCcommands appearing on osculator.

Log panel is blank, which is also another red flag for me.

I did a basic command which is cutting between inputs, and there is no response from the switcher

SteffeyDev commented 6 years ago

If atemOSC receives anything, it will print out what it sees; if the log is empty, it is most likely because you are not sending anything to atemOSC to start with. Make sure you are sending to atemOSC on the correct IP address and port, and maybe screenshot your OSCulator configuration and send that along so that we can see if something is configured wrong.

tingkumajique commented 6 years ago

screen shot 2018-06-26 at 10 45 29 pm

Hi SteffeyDev, I've attached an image of my setup.

tingkumajique commented 6 years ago

Hi, am I doing it correctly? What am I not seeing?

Thanks!

SteffeyDev commented 6 years ago

Ok, I see a few things it could be:

xtonross commented 6 years ago

It could be the firewall settings from your Mac. Initial press at any of the button on the MIDI controller this pop up message will appear (see image below). You have to select "Allow".

screen shot 2018-06-28 at 7 33 35 pm
tingkumajique commented 6 years ago

Hi,

It's not the firewall as I have it turned off in the system preferences. I've tried both options one and 2 and they don't work either...

Attached is a screenshot of what I did... logs are still empty... so strange

screen shot 2018-06-28 at 11 22 16 pm

SteffeyDev commented 6 years ago

In the OSCulator logs it says it is sending to 192.168.1.25, is that your IP address? And did you have the chance to check out sendOSC yet?

SteffeyDev commented 5 years ago

As this is over a year old, I’m assuming that the issue is resolved.