Hello community,
I would like to automate setting stingers to music objects in our workflow. However I cannot find any documented way to do so.
I'm using 2021.1.0 (so query examples below are using WAQL).
Some peripheral information:
- I can list all stinger entries in entire project using "$ from type MusicStinger"
- There seems to be an accessor to a list of MusicStingers using "$ from type MusicSegment select stingers", although I cannot find it in documentation.
- A MusicSegment (or any other music object accepting stingers) has references to MusicStingers and a MusicStinger has the "owner": "$ from type MusicStinger select referencesTo", "$ from type MusicStinger select owner" gives the same result.
Thanks,