Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+2 votes

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.

 

in Feature Requests by Monty M. (3.1k points)

2 Answers

+1 vote
 
Best answer
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)
by Nikola Viel (1.6k points)
selected by Monty M.
0 votes
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.
by Monty M. (3.1k points)
...