Skip to content

Request - Copy encoder to push button macro #43

Description

@RadekPilich

One idea for macro that would be quite useful for most of the programing I do.

A macro, that takes the settings from an encoder and copies them to the button function of the given encoder.

Obviously, this is applicable only partially and mostly relevant to the CC mode in my case, although there are other modes (note, pbend....) that are available on both encoders and push buttons and the macro could function there as well, but I haven't really explored those modes nearly enough yet.

For CC, the macro would:

  • switch the push button type to CC
  • set push button mode to toggle and display to on
  • copy the right column of parameters from the encoder - chan, num, low, high

Use cases:

  • sometimes, I set the push button to toggle between two low and high values - either the same end of range values as encoder moves between or two specific values - i.e. two favorite modes of a multi-mode device. The end of range toggling would be the default result of the macro.
  • sometimes, I set the push button to set the same controller as the encoder controls to a specific value - i.e. single central value of a bi-polar controller. In this case, I would have to manually change a couple of parameters - set low and high to 63 (or the actual middle value) and I would turn display off. This could potentially be a differentiated macro copy behavior for when the encoder display is in the +/- mode.
  • sometimes, I set a a completely different CC and related parameters to the push button, yet copying the parameters from encoder would be much more comfortable starting point than setting everything manually from the initial state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions