Peter Steffey
Peter Steffey
This is really good info, thanks! I forgot that the media players are considered inputs, and that we send both program and preview. Obviously there is still the bug where...
Ok, I think you are right, a single OSC message with the address of `/atem/preview` and value of a list of integers, one for each active camera & USK seems...
Unfortunately, I have no way via the SDK to get either the time remaining, or the length of the current clip to calculate the time remaining. I'll reach out to...
I missed something in the SDK, it looks like this is possible after all!
Merging #157 into here, basically want to support all features that [this board](https://www.blackmagicdesign.com/products/atemcameracontrolpanel) supports
Note to self: protocol details are in this doc: https://documents.blackmagicdesign.com/UserManuals/BlackmagicPocketCinemaCameraManual.pdf?_v=1613635212000 Starting on page 163
Unfortunately, I'm going to have to delay this feature, as it uses a custom protocol for implementation and is very different from other control surfaces in the SDK. As such,...
Until I have time to work on this, you can try setting the IP to 192.168.188.255 (assuming a /24), which will broadcast the messages to every device on the subnet.
I know this chat is a bit old, but http://findmyfbid.com is great for finding the id given someone's name. If someone could integrate this into the web app so that...
Did you look at this example? https://reaflow.dev/?path=/story/demos-nodes--foreign-objects Paired with this doc: https://reaflow.dev/?path=/story/docs-advanced-custom-nodes--page For me, that was sufficient to get me going on custom nodes, and there are no other libraries...