Hello,
I'm currently using GrandMA3 version 1.9.2.
I realized that, in a matricks, if I have a decimal number, calling the method: "MATricks:Get('FadeFromX')" for example returns the integer number instead of my decimal number.
If I dump via the ":dump()" method or via gma3_helpers, I can see my decimal value.
Is there a way to retrieve this decimal value, or is this a bug? At the moment, I'm working around the problem using a variable, but I was wondering if it's just me who doesn't know lua very well.