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?