Page 1 of 1

arguments/parameter for custom sequenceCommand

Posted: Sat Oct 17, 2020 7:09 pm
by fkkcloud
Hi,

How do I put any arguments into the custom SequenceCommand functions?

Thank you,

Re: arguments/parameter for custom sequenceCommand

Posted: Sat Oct 17, 2020 9:37 pm
by Tony Li
Hi,

In your sequencer command script. use GetParameter(#), GetParameterAsBool(#), GetParameterAsFloat(#), etc., or GetSubject(#).