atemOSC icon indicating copy to clipboard operation
atemOSC copied to clipboard

Feature/fly and pattern feedback

Open reno- opened this issue 3 years ago • 3 comments

I tried to implement fly and pattern feedback, but it does not compile with Xcode, with only one error that I don't know to get rid. I hop that will help to implement feedback for 4.3 version !

reno- avatar Mar 21 '22 23:03 reno-

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 change in FeedbackMonitors.h by adding BMDSwitcherFlyKeyFrame keyFrame to the Notify function definition. I was able to get it to build with those two files. Please make that change and test to make sure all is working as expected.

SteffeyDev avatar Mar 23 '22 21:03 SteffeyDev

Please make that change and test to make sure all is working as expected. Thank you @SteffeyDev . I cannot access to an Atem until a few days, so I cannot test it now. But I will do it asap !

reno- avatar Mar 23 '22 21:03 reno-

Hi @SteffeyDev , I just test with an Atem 2 M/E, and it works fine with these last changes you can safely merge it. best !

reno- avatar Sep 19 '22 16:09 reno-