Benjamin Klum
Benjamin Klum
Okay, enough progress on this one for upcoming 2.13.0-pre.5. I'll leave it open though because it still might need some polishing or changes here and there.
Oops, referenced the wrong issue with many of the upper commits. Belongs to #589.
I think this has natured enough to be closed. The new control transformation editor even visualizes the transformation and some thought has been put into making rel_time better.
Ah, the reason is that the target "Project: Navigate within tracks" takes absolute values. The "Glue" section calculates the new absolute value based on the total number of tracks and...
Oh, but actually the existing behaviour was intended: main/lib/helgoboss-learn/src/mode/mode_struct.rs:6060 says: ```rust /// Yes, we want to ignore the target's atomic step size! We want a full control sweep to ///...
We can't simply change this, also because there are plug-ins out there which expose continuous parameters as discrete parameters with a very large value count (hello NI). The "full control...
Sounds very useful workflow-wise. I like to implement features in a generic way, first to not artificially limit the ways in which they can be used and second to have...
> With regard to 1: > Not sure what you mean with "Management overhead". > Changing the zoom size dynamically: yes, this would be possible the way I imagine it....
I thought you were more thinking about a factor (multiplication of the existing setting)?
Oh sorry, I was not reading carefully enough. Of course, a formula would allow for multiplication.