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

Dynamic expression improvements #481

Closed
helgoboss opened this issue Nov 18, 2021 · 0 comments
Closed

Dynamic expression improvements #481

helgoboss opened this issue Nov 18, 2021 · 0 comments
Labels
enhancement New feature or request realearn Related to ReaLearn

Comments

@helgoboss
Copy link
Owner

helgoboss commented Nov 18, 2021

Most importantly: Set target to inactive if expression fails and more

E.g. when using an undefined variable or if a variable doesn't return a value. At the moment it always uses a fallback to 0, which turned out to be very confusing when building a variant of the "DAW control" preset that selects track.

@helgoboss helgoboss added the enhancement New feature or request label Nov 18, 2021
helgoboss added a commit that referenced this issue Nov 18, 2021
… dynamic expressions

also let track_selected_index evaluate to 'none' if no track is selected
helgoboss added a commit that referenced this issue Nov 18, 2021
@helgoboss helgoboss changed the title Set target to inactive if <Dynamic> expression fails Dynamic expression improvements Nov 18, 2021
helgoboss added a commit that referenced this issue Nov 18, 2021
as an zero-based alternative to p1, p2, etc. we can now use
p[0], p[1], etc.
helgoboss added a commit that referenced this issue Nov 27, 2021
… dynamic expressions

also let track_selected_index evaluate to 'none' if no track is selected
helgoboss added a commit that referenced this issue Nov 27, 2021
helgoboss added a commit that referenced this issue Nov 27, 2021
as an zero-based alternative to p1, p2, etc. we can now use
p[0], p[1], etc.
@helgoboss helgoboss added the realearn Related to ReaLearn label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request realearn Related to ReaLearn
Projects
None yet
Development

No branches or pull requests

1 participant