Script widget: Using default --send ip:port as first argument in send() function

Hello,

Is it possible, when using the Script widget, to use the send function in the following manner:

send(@{default_send}, "/oscaddress", "myvalue");

What I should use instead of @{default_send} to refer to the ip:port I passed with the “–send” argument when launching o-s-c ?

Hi,
When setting the first argument to false, the function will use the script widget’s own target (extended with the server’s targets by default).

1 Like