-
Notifications
You must be signed in to change notification settings - Fork 32
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
DSK On Air Issue #229
Comments
Please read the documentation in the README. You should be passing true or false Boolean values to turn it on or off, instead of adding /0 and /1 to the address. The fact that it works in one direction is probably just an accident. |
Thanks for the response. I have tried /atem/dsk/1/on-air/true and /atem/dsk/1/on-air/false but they do not seem to work. Is that the correct syntax or is there a different way? |
I'm not sure how to "passing true or false Boolean values". Sorry, I am rather new at this and still learning. Any help would be greatly appreciated. Thank you! |
What tool are you using to send the OSC commands? Each tool has a different process for sending values |
I am using OSCulator and ATEMOSC with ProPresenter 7
…________________________________
From: Peter Steffey ***@***.***>
Sent: Tuesday, August 17, 2021 11:52:43 AM
To: SteffeyDev/atemOSC ***@***.***>
Cc: joshjarmin ***@***.***>; Author ***@***.***>
Subject: Re: [SteffeyDev/atemOSC] DSK On Air Issue (#229)
What tool are you using to send the OSC commands? Each tool has a different process for sending values
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#229 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVHV5RRDYHTLZJH4ZNLWDOTT5KAUXANCNFSM5CJ7ZFNA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Ok, please review the OSCulator manual, specifically the section on OSC Routing Parameters. https://dl.osculator.net/doc/OSCulator+2.12+Manual.pdf#page9 The goal is to send a single Boolean argument to the address |
I have read through the manual and do not see how to accomplish this command. Any advice you can give would be greatly appreciated. Thank you! |
Sorry I didn't respond, been busy with work. Did you end up figuring this out? |
I'm still having the same issue. I can toggle the "Key" button on but it goes right back off. I'm using /atem/AtemMini/usk/1/on-air |
No I am still trying to figure out the correct syntax. Any advice? |
If you look at the log in atemOSC, what does it say? |
I am having the exact same isue, using qlab to send to command. What can i do to switch the key to off? |
ps this is the error: |
You need to use 0 for off and 1 for on. Give that a try... /atem/dsk/1/on-air 0 |
We'll, more formally you should send true and false as I mentioned above... /atem/dsk/1/on-air true But I think the issue @randallpacker is that they don't know how to set the value in OSCulator. As far as I can tell, you just need to type |
thx guys for the quick reply, I will try this soon,(not in studio now) what I all ready know is that the 'true / false' option doesn't work. |
@jochemno it looks like you were sending the true/false as part of the address, instead of as an argument. If you are not already familiar, please research OSC message structure so that you can differentiate between the address and the arguments. |
after testing it looks like Qlab can't send the arguments the right way. I solved it with a /toggle command. That did the job. |
So I'm having an issue where I can turn off the DSK but can not figure out how to get it to turn back on. What am I missing with this command?
It seems that both of these commands turn the DSK On Air button off:
/atem/dsk/1/on-air/0
/atem/dsk/1/on-air/1
Shouldn't 0 turn it off and 1 turn it back on? I was able to get the /atem/dsk/1/on-air/toggle to work but I really need separate control over turning it on and off at different times rather than trying to figure out toggling back and forth. Is there something I missing or doing wrong? Thanks for the help!
The text was updated successfully, but these errors were encountered: