Skip to content
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

switcher.downstreamKeyer[].onAir not working #2

Closed
clvLabs opened this issue Jan 25, 2021 · 1 comment
Closed

switcher.downstreamKeyer[].onAir not working #2

clvLabs opened this issue Jan 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@clvLabs
Copy link
Owner

clvLabs commented Jan 25, 2021

Got a report of the variable not reflecting the real state of the switcher.

Tried it running the scheduled-tasks example and there it was... DSK1 was not changed (when it was in previous versions).

@clvLabs
Copy link
Owner Author

clvLabs commented Jan 25, 2021

Found it, it was a copy-paste bug... 🤦🏼

ATEMBuffer.getFlag() was using a binary OR instead of a binary AND to check the flag.

return True if (self.getInt(offset, signed, bits) | 1<<bit) else False

clvLabs added a commit that referenced this issue Jan 25, 2021
@clvLabs clvLabs closed this as completed Jan 25, 2021
@clvLabs clvLabs added the bug Something isn't working label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant