Hi
I'm trying to get the function of buttons of an executor.
Properties are Key and Fader
How can i get their values with lua code ?
I can handle the exec and get its name with GetExecutor() and GetExecutor().name
How can i get properties ?
i've tried PropertyName and PropertyCount, but it gives me nil values.
Thank you