Page 1 of 1

Regarding midi inputs triggering a button

PostPosted: Fri Jan 23, 2015 7:16 pm
by claude.rivet
I use a midi input node and a script output node, I set the midi input node to

midi input: 1
Status: 9
Channel: 0
Note: 54

My script output just does

Code: Select all
WDCustomScriptClick,1


The conditions are that if the midi input trigger is 1 then the script reads.

I just can't make it work.

In short: I want to make a script that click on a custom button when a certain midi message is received.

Thanks for the help!

Re: Regarding midi inputs triggering a button

PostPosted: Mon Jan 26, 2015 3:34 pm
by claude.rivet
Just noticed, it seems to work if the button is in toggle mode but not in click mode.