Im developing some university project with vvvv+Ableton and I really need to obtain some status information from Ableton (eg: If some clip is playing or not).
Do you know a way to do this? I was looking into LivvvveOSC but I couldn’t make it…
as far as I know, the official way is to use Max4Live and ask Live about its state (or set something) using LiveObjectModel. Then the data can be sent to vvvv as OSC.
There is a small example in the girlpowers on how to communicate to Live. It uses LiveObjectModel as well.
Check here: girlpower\IO\Networking\2_Advanced (OSC)\04_Remote Player
You need the Controller.v4p and Live\LiveSet.als.
I don’t have a working Live version at the moment, can’t check this. Sorry.