Binding can't read modifier status

Hi all,

Cantabile 4303 here.

My goal is to load state 1 if modifier #1 is off and state 2 if it’s on.

This doesn’t work, result is always the off value even if modifier #1 is activated.

Loads state 1: Expected behavior

Modifier is on but still loads state 1.

Changed state numbers but it always returns the value set for the off status.

Any ideas?

Thanks.

An idea. If you are just trying to change the rack state to the same number as the program change you appear to be using to select the state with you could use a binding like this that has no modifier.

If you are using modifiers for this it would help if you showed all the bindings that are tied to the modifier. Can you post pics all the bindings you have made to set up the modifier and the binding affected by the modifier?

Thanks Dave for your time replying.

I really need this flag for other things too.

I found a workaround using onscreen keyboard CC instead of modifier.

Setting it here

And reading it here

Anyway, modifier as source and reading value doesn’t seem to work in a binding. @brad ?

Thanks for reporting - I’ve fixed this in 4306 available now.

Thank you @Brad for the very quick fix.