You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
TcMenu defines the following enum for the rotary encoder type.
The plugin in TcMenu Designer, however, doesn't list all the options. HALF_CYCLE is missing and FULL_CYCLE is implicit.
Describe the solution you'd like
Instead of having a checkbox titled Quarter cycle encoder, add a new drop-down list with all encoder type options, defaulting to FULL_CYCLE.
The text was updated successfully, but these errors were encountered:
Agreed that would be better, I'll look at this, but the issue is that existing users could be quite badly affected by the change as their properties may no longer align, and it would default to the wrong value.
As per offline discussion earlier, I think that we should get the state-machine based encoder working first, and then maybe even create an entirely new plugin item for it. Marking this one as deprecated or similar.
Is your feature request related to a problem? Please describe.
TcMenu defines the following enum for the rotary encoder type.
The plugin in TcMenu Designer, however, doesn't list all the options.
HALF_CYCLE
is missing andFULL_CYCLE
is implicit.Describe the solution you'd like
Instead of having a checkbox titled Quarter cycle encoder, add a new drop-down list with all encoder type options, defaulting to
FULL_CYCLE
.The text was updated successfully, but these errors were encountered: