Hi everyone, is it possible to manually trigger the return direction of bidirectional mappings in order to initialize the controller with the correct values? I know that Cantabile does something like this automatically when the song loads. That doesn’t work for me because the bindings in question are not enabled at that time.
I’ve looked at the “re-send bound values” binding but it doesn’t do the trick either.
I appreciate any kind of ideas or insights into how these things work under the hood.
Jonas
Edit: I should probably add that the target parameters of these bidirectional bindings are plugin parameters.
Edit 2: A possible workaround I just found is to disable and re-enable the bidirectional bindings. Unfortunately, this cannot be achieved without the use of rack states which I want to avoid because I might need them for other things.