Skip to content

Alternative to wrap incremental button? #1167

Answered by helgoboss
tompad2 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes. There are many ways in fact.

One of the easiest is using a control transformation:

// You should adjust this
count = 4;
v[0] = 0.1;
v[1] = 0.3;
v[2] = 0.5;
v[3] = 0.3;

// Leave as is
x > 0 ? (
    i += 1;
    y = v[i % count];
);

Alternatives:

  • Target "ReaLearn: Browse group mappings" (each mapping in the group would then represent one possible value)
  • Value sequence (would be the easiest way if you used absolute control, but since you want relative control via incremental buttons, it's not so straightforward)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tompad2
Comment options

@tompad2
Comment options

Answer selected by tompad2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants