Retrigger bidirectional bindings

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.

Hi @Thijon

I’m a little confused by your question. You say the reverse binding doesn’t trigger because it’s disabled when the song is loaded, but also that disabling and re-enabling the bindings triggers the reverse side of the binding?

Are you saying you want to trigger the reverse side of a disabled bidi binding?

Brad