Help Understanding 'move_device' function and LOM Parameters
Hi everyone,
I'm trying to move devices within a device chain using the Live Object Model (LOM), specifically the 'move_device'
function. However, I'm having trouble understanding how the parameters work. According to the documentation, the function takes the following parameters:
Parameter:device
[live object]target
[live object]target position
[int]
My questions are:
What exactly is meant by a "live object" in this context?
What should a working message or example look like when calling
move_device
?
I haven’t been able to get it working so far and would really appreciate any insights or examples you can share.
Thanks!
PS. I'm also getting into Javascript right now, apparently it's also possible to control Ableton's API via the 'JS' object. Does anyone have some good tutorials regarding this specific topic?