live.object and 'length'
Hi All,
Am building a M4L patch to pass clip information across to our visuals set up - have got everything working really nicely apart from an issue with the 'get length' command in the live.object. This works perfectly for sending the length of the clip as long as the audio clip doesn't have a loop set in it - as soon as it does it sends the length of the loop which breaks everything at our visuals end. Is there an alternative that I haven't seen that can give the overall length of the clip even if the loop is assigned?
Many thanks
Andrew
Hello Andrew. I face exactly the same issue as you. Have you find a solution since then?
I think there's a way to 'get end' or something like that. Then that should be the length, regardless of loop settings or start point
'get end_marker'
Thanks a million BENJ. That’s exactly what I was looking for!!