Couldn't find anything in the doco but wanted to make sure I'm not missing something -
Is it possible to define functions/scripts with arguments/parameters?
eg:
Code: Select all
function sendIt(note, velocity, foo, bar) {
...
}
Cheers,
skye
Code: Select all
function sendIt(note, velocity, foo, bar) {
...
}