Peter Steffey
Peter Steffey
If none of that works, what MacOS version are you running?
Thanks for the details. I'll have to spend some time to investigate what I changed in the code that may have caused this issue.
Like @carbon43 mentioned, I think it would be more valuable to create a standalone app that is good at converting MIDI to OSC but has a lower learning curve than...
When a module supports feedback, it means two things: 1) If the value is changed by another method (e.g. the ATEM Switcher Control software), an update is sent out over...
Specifically, when a program is changed, an OSC message of `/atem/program` with a value of the program number as an `int` is sent out, and also the message `/atem/program/x`, where...
Ah I see, atemOSC will send feedback of `/atem/program/#` with the Input ID of the current camera every time it is changed, maybe you can use that?
Ok, all you have to do to get it to build is change ``` UpstreamKeyerFlyParametersMonitor::Notify(BMDSwitcherKeyFlyParametersEventType eventType) ``` to ``` UpstreamKeyerFlyParametersMonitor::Notify(BMDSwitcherKeyFlyParametersEventType eventType, BMDSwitcherFlyKeyFrame keyFrame) ``` in `FeedbackMonitors.mm`, and make a similar...
@reno- This was fixed by #251, right?
@danielbuechele What's the status of this issue?
No clue what affects this, I can do some tests and see. Unfortunately, the networking is mostly out of my hands, but if there's an issue with the connection part...