Direct Addressable OSC - multiple arguments

Is it possible to set up a widget with Direct Addressable OSC that uses multiple arguments (without scripting) ?
e.g. a string and an integer?

Not at this time, and not even sure how that would work since the only thing that changes is the widget value.
What are you trying to do? Use the same address but pass in different widget names?

I’m referencing a scripted command in another app that has 2 arguments—track name(string) and parameter value (integer).
Obviously I can do this via GP Script, I was just checking in case I was missing something obvious.

I’ve been wondering whether to change the direct addressable system to work the same way as the new OSC action where you can just type in values of different types and they get parsed to validate them. For widgets this could be done by entering (say):

/foo/bar “xyz” [value]

where the value argument would be the widget value - then one could have anything one wanted.

I think that makes sense. It provides consistency and greater versatility.

I like that approach

Very good idea!