Peter Steffey
Peter Steffey
I haven't tested, please re-open if this "fix" doesn't work!
Good news! Just got an email from BlackMagic that ATEM Switchers update 8.6.4 includes support for M1 Macs. That means I can turn off Rosetta, and you can get the...
In talking with them, I discovered that if I add direct M1 support to atemOSC, atemOSC will only work if you have 8.6.4 installed on your switcher. So that I...
@randallpacker Does the current version work on you M1 Mac Mini?
@Wilts01 If you enter the IP address of your Arduino as the OSC Out IP Address and listen on the OSC outgoing port, you will receive a message every time...
Yep, it's identical to program except with the address `/atem/preview`
Though now that I'm looking at the code, there seems to be a bug. Oops! So for now, every time the program changes, you'll receive two messages per input. The...
That's strange, what do you mean by "not able to keep up with the flood"? What are you seeing? Given how fast networks and systems are these days, I'd be...
Ah missed packets, I see. I wonder why you are getting 96 packets, it should only be sending 2 packets per input. How many inputs do you have? I'll definitely...
Another thing I've done the in the past is deliberately spacing out the packets by putting in an artificial delay, I could try to do that more conservatively for the...