live.object method expects python list
Hello,
I have a live.object of a control surface. I want to use the method call send_state VALUE
. If I look into the python code of the control surface, I can see, that the method needs a python list (24 entries). I tried call send_state "1 1 1 1 …"
, but I get a invalid syntax error. Has anyone an idea, what else I can send?