-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bugs, Features for nextTransition (and code organization for the same) #54
Comments
this issue should be split into the bug parts and the restructure part |
OK. Tomorrow. Should I close this one and open two more? Just edit in place? (more bugs I forgot to include:
|
we can edit this. I give it a shot |
No i think it is correct with a dropdown, if you want to toggle multiple of the targets then just duplicate the action changing the target . And for your last point, this logic is handled on the device itself, there is no need to add this logic in the companion module. The state, thus the feedbacks, will only be updated by what is reported from the device and illegal state requests will not change anything . But the action does not work so issue #57 is created |
A number of features related to the nextTransition KEY/DSK/BKGD buttons are either broken or missing, including:
Corresponding "DSK on preview" appears to be missing- Created issue Add DSK on PVW feature #55('Next Transition:Set Transition Key Switch' uses "magic numbers" to set the nextTransition state)- The magic numbers are there because this is a bitfield beeing send to the device, but it does not work, issue gostream: Next Transition:Set Transition Key Switch does not work #57 created- nextTransition functionality is spread between two or three modules (downstreamKeyer, upstreamKeyer, and mixEffect)- Created issue nextTransition is spread out over many function #56I have fixed the upstream-in-pvw button and have implemented the feedback (#45) on my local repo...
Files affected so far:
src/functions/mixEffect/state.ts
src/functions/upstreamKeyer/actions.ts
src/functions/upstreamKeyer/state.ts
The text was updated successfully, but these errors were encountered: