menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표

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,
General Discussion Tomohiro T. (110 포인트) 로 부터

Please sign-in or register to answer this question.

...