menu
 

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

0 투표

I've implemented a piece of dynamic music in Wwise. I have sections that are filled with seperate stems and those sections are called upon through a switch container. I created a video of it, https://vimeo.com/76748880  

My question is whether it is possible to use a playlist container to switch between two stems (let's say Violin melody 1 or 2). 

In order to be able to do this I would need to put a playlist container into another playlist container. But Wwise won't let me. Is there another solution? Thanks

General Discussion Robert B. (110 포인트) 로 부터
수정 Bernard R. (Audiokinetic) 로 부터

2 답변

0 투표

The Playlist Container supports hierarchical groups inside itself.  

To create a group inside the Music Playlist Container, click the New Group button in the Music Playlist Editor.  For each group, you can select the play mode (sequence vs random, step vs continuous).

Bernard R. (Audiokinetic) (35.8k 포인트) 로 부터
Thanks for the answer. But I would need the Playlist container to play 1 of each group simultaneously, since they are seperate stems of the same soundtrack. A solution would be to have a random container inside the Music Segment. So you would have:

Switch Container -> Playlist Container (eg. Section 1 of 4) -> Music Segment -> Random Container -> Two Melody tracks.  

The system would then choose one of the melodies and play them along with the rest of the stems located in the Music Segment.
+1 투표
If you open the music segment editor with the segment in question selected you can right click on any lane and set it to be random or seq step (rather than normal). Add an additional sub-track via the same menu to this lane and then copy or move the alt stem into this sub-track by selecting the sub-track and pasting. That should behave exactly as you requested and you obviously have the option to add as many additional sub-tracks as you like to each lane thus switching up the phrasing on the fly.
Jomo K. (160 포인트) 로 부터
...