menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
Is there anyway to trigger custom waapi scripts based on wwise editor events?
The use case I have in mind is to automatically generate corresponding events when source files are imported
Richard P. (140 ポイント) General Discussion

回答 1

0 支持

What you could do is to start a stand-by script that is always running. The script would subscribe to ak.wwise.core.audio.imported, and execute additional WAAPI calls every time a "imported" publish is received:
https://www.audiokinetic.com/library/edge/?source=SDK&id=ak_wwise_core_audio_imported.html

You may also look at ak.wwise.core.object.created. This would allow you to know when new sounds are created.  You might also be interested to ak.wwise.core.object.nameChanged

Hope this helps!

Bernard R. (Audiokinetic) (35.8k ポイント)
Bernard R. (Audiokinetic) 編集
...