Benjamin Klum
Benjamin Klum
I could rename "By name" to "First by name" and add "Last by name".
Just out of curiosity, what's the use case for this? Why not the first only or adjusting the naming so you can address the object more explicitly?
@DLongoni Is this still an issue with the new projection feedback in 2.8.0-pre3? It's not a text but it shows you instantly what's happening.
Using REAPER function `Help_Set` could be an interesting way to solve this.
This sounds interesting but should go into a new FR. I'm actually working on this one already and it only covers providing a `rel_time` variable in transformation formulas. I think...
A work-in-progress collection of practical formulas that I use for testing: - Linear transition to control value: `y = abs(x - y) < 0.05 ? stop : x * min(rel_time...
Note to self: Still need to add the following possibilities: 1. Possibility to return a special `stop` value - This stops repeated invocation of the formula until the mapping is...
> ... and you could combine this with the "performance control" feature (y_last) Any particular use case in mind?
> Doesn't the "Smooth transition from current value to control value" example above require y_last? No. The way it works is that it looks at the current target value `y`...
A `rel_count` variable which always counts the number of invocations since last mapping control would probably also make sense. Good for stepped transitions, e.g. change things at every 10-th invocation...