Page 1 of 1

OSC-Output

Posted: Tue Aug 30, 2022 10:22
by luckaas
Hi there!

I'm making an application that goes from my Ipad to Touchdesigner to Resolume.
Now I was wondering if there's a possibility to get an OSC out message from resolume to Touchdesigner with for example the amount of clips in layer 1.
That would be a big help!

Thanks in advance
Lucas

Re: OSC-Output

Posted: Mon Sep 05, 2022 13:40
by Zoltán
Well, the layer count is not available via OSC, but you could try polling all the clip names like /composition/layers/*/clips/*/name "?", and use the layer and clip index in the response OSC addresses.

Or use the API, to get the whole composition. https://resolume.com/support/en/restapi