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

Target variable evaluation in Control Transformation #3

Closed
DLongoni opened this issue Jul 16, 2020 · 1 comment
Closed

Target variable evaluation in Control Transformation #3

DLongoni opened this issue Jul 16, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@DLongoni
Copy link

Currently in the Control Transformation y is not set to the target value right now before evaluating the formula. This means that formulas like
y = x == 0 ? y : (y == 0 ? 1 : 0)
cannot work.

In Feedback transofrmation, on the other hand, a formula like x=x==0?62/127:60/127 for me works fine (colors are correct).

@helgoboss helgoboss added the enhancement New feature or request label Jul 16, 2020
helgoboss added a commit that referenced this issue Jul 19, 2020
- Bring feedback transformation to all modes
- Let source min/max influence feedback value in
  toggle mode just like in absolute and relative mode
@helgoboss helgoboss added this to the 1.10.0-pre7 milestone Jul 29, 2020
@helgoboss
Copy link
Owner

Implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants