[script widget in O-S-C v1.10.3] I have found a bug! A dead bug!

The content of the scripting property in the script widget:

console.log("hi, people!") // prints the message successfully
send('midi:SessionKiano','/note',1,75,1) // fails to send any message out

// no error, no nothing!

According to this, the scripting property should allow sending messages. Or am I missing something?

From the linked page:

If the event that triggered the script's execution was not initiated by a user interaction, this function will have no effect.

1 Like