Sending OSC message on when tab is selected

OSC messages don't seem to be able to be sent out when a tab becomes active. Do you have any workarounds?

Here's a video explaining the issue:

It's the tab's parent that sends message, not the tab itself. In your case, it's the root widget that should be configured. Its value represent the selected tab's index, starting with 0.

1 Like

Thanks Jean!