-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the rest of the commands #23
Comments
Hi, which features do you miss? |
It’s already in there: runMacro(number) should do it. If you go into the applest-atem module folder and look at the atem.js code you’ll see all the functions that have been implemented. There are a number of macro related functions in place.
Cheers.
–––––
John Meloy
[email protected]
phone (360) 201-9039
http://www.johnnydanger.net
http://danger.photos
…On Sep 7, 2018, 4:30 AM -0700, Arthur Penner ***@***.***>, wrote:
Macro calling would be really nice.
Is it possible?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yee, sorry I was to late finding it and deleted my Question. But is there a way to add other functions by myself? Can I find the Hex Code(?) reference anywhere for the commands from the Blackmagic API? |
Absolutely. You can find all the reverse engineered ATEM switcher protocol info here:
https://www.skaarhoj.com/fileadmin/BMDPROTOCOL.html
You’d want to look at the CSBP super source box parameters set string info, or the CSSc super source parameters.
–––––
John Meloy
[email protected]
phone (360) 201-9039
http://www.johnnydanger.net
http://danger.photos
…On Sep 9, 2018, 1:06 PM -0700, Arthur Penner ***@***.***>, wrote:
Yee, sorry I was to late finding it and deleted my Question.
But is there a way to add other functions by myself? Can I find the Hex Code(?) reference anywhere for the commands from the Blackmagic API?
For example to change the supersource as I can do with the mixer itself or through the XML files.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if the plugin implemented all of the features of the ATEM protocol. Most of them are listed here: http://skaarhoj.com/fileadmin/BMDPROTOCOL.html
The text was updated successfully, but these errors were encountered: