社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

+2 投票

Say we have a basic layered piece of music with two layers: 
a) exploration layer
b) combat layer
The combat layer is on a switch track in order to fade in/out with a switch that is mapped to an RTPC.
Additionally we have a FILL to be played simultaneously with this change to mask the fade.
The result would look something like this: https://postimg.cc/MnLzBLCM

There are current limitations for transitions on sub-tracks. 
1) There is only ONE transition available. You can't add a transition with different source/destination.  This seems like an arbitrary limitation and should be allowed.
2) You can't choose a TRANSITION SEGMENT.  This seems like an oversight as well.  Why wouldn't you want to allow a transition segment between sub-tracks?
https://postimg.cc/gXm8Z4Lh

That's my WISH however.  The ability to specify a "transition segment" for the transition between sub-tracks would allow us coordinate the appropriate behavior of the fills.

 

分类:Feature Requests | 用户: Monty M. (3.1k 分)

2 个回答

+1 投票
 
已采纳
The workaround is creating two playlist, one with the exploration layer and one with both layers. You then set the transition between the two to Same Time As Playing Segment. (That being said, it would be great for the sub-track system to be more versatile)
用户: Nikola Viel (1.6k 分)
采纳于 用户:Monty M.
0 投票
That's a fantanstic solution, N.V.! Thanks for responding with a workaround. Works great!

Although I have playlists with many randomized segments so it requires a bit more legwork to setup a bunch of specific transitions from segment ## to jump to corresponding segment ##.  Definitely doable but tedious on a large scale.  

I'm currently hacking it by tracking the same RTPC and posting an event to trigger a stinger at the same time as the fade transition.  It's handy for assigning different sets of stingers per playlist if needed.
用户: Monty M. (3.1k 分)
...