Page 1 of 1

WDNodeSetParam When Param is a Button

PostPosted: Sun Jan 05, 2014 8:26 pm
by asherrobinson
Hi Guys,

I see in the Midi Note Catch Node that theres a Button ("Reset") that is a numbered param. What I need to know though, is what to send it as a value, in order to "push" the button from a script.

i.e. if its node 3: WDNodeSetParam,3,1, ????

I've tried a bunch of things, like 1,0,255,blank input,the name of the button....

Thanks
-A

Re: WDNodeSetParam When Param is a Button

PostPosted: Mon Jan 06, 2014 5:04 am
by JustynR
Not sure...

But are you looking for

WDCustomScriptClick,ID

??

That script will click a button.

Cheers,

Re: WDNodeSetParam When Param is a Button

PostPosted: Mon Jan 06, 2014 7:48 am
by asherrobinson
Definitely not looking for that. For visual reference, open the item properties pane of the "Midi Note Catch" Input Node.

Thanks Though.

Best
-A

Re: WDNodeSetParam When Param is a Button

PostPosted: Mon Jan 06, 2014 6:11 pm
by Dennis Kuypers
Hi A,

This worked for me (assuming NodeID: 3)
Code: Select all
WDNodeSetParam,3,1,0


Best regards
Dennis

Re: WDNodeSetParam When Param is a Button

PostPosted: Tue May 03, 2016 4:38 am
by Sam Kriemelmeyer
i used this tonight! midi note catch RESET!

thanks boys and girls!