You can of course iterate through the clips manually, by replacing the * with a specific number.Zoltán wrote: Mon Sep 28, 2020 17:35 Would it be possible to add a feature in the future to have a single address return an int value of the clip in that layer? No biggie if that's too much, just thought it might help.
If you mean the layer should return the index of the playing clip exactly (which could be two ints during transition) that would be a new feature.
What you could also do would be starting your app first, listening for the clip connect and connected messages and keep a record of that. That way you'd know which clip is playing, and you can query if needed.