コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

+1 支持

It is awesome to be able to modify MusicFade objects using WAAPI, especially when there are many (hundreds?) of MusicTransitions within a MusicSwitchContainer.

However, unlike CustomCue objects, which can be created within MusicSegments with core.object.create using the Lists argument, the same can't be done for MusicFade objects.

MusicFade objects cannot be created with WAAPI. So while it is possible to modify many MusicFade objects in one command (e.g. the user wants to change hundreds of existing MusicFade objects to the linear fade-type instead of exponential), the MusicFade must exist beforehand. The only way to actually create a MusicFade object is through the authoring tool. The user has to go into the MusicTransition, enable the bool that specifies which MusicFade you want to make (which can also be performed via WAAPI), and click on the "Edit..." button.

After saving, the MusicFade object is part of the .wwu and can be modified with WAAPI.

Can the creation of MusicFade objects through WAAPI be supported in the future? This would really speed up tedious music workflows.

Thanks,
Cameron

Wwise version 2021.1.6 (though the documentation for 2022 shows the behavior should be the same).

Cameron Konner (310 ポイント) Feature Requests

回答 1

+1 支持
Thanks for reporting this issue. I confirm the Music Fade objects can only be created in the user interface. We took note of the issue.

FYI: We are currently working on a roadmap to expose the complete Music Hierarchy from WAAPI.
Bernard R. (Audiokinetic) (35.8k ポイント)
That's great news, thanks! I do a lot of automation work with WAAPI in the Interactive Music Hierarchy, and there are just some things I can't modify using WAAPI and end up scripting changes to the .wwu directly.

E.g. JumpToPlaylistItemRef, TransitionObjectRef, MusicPlaylistItem ordering, Music Switch Container Association Editor mappings (PathElementRef/AudioNodeRef) etc.
Was this ever addressed? I also run into this frequently...
...