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

0 투표
Hi,

There's no Randomizer Button for the Initial Phase of Wwise Flanger. So, I gave it a shot and tried randomizing it by using RTPC and LFO, then using the LFO's Initial Phase Randomizer. But well, that didn't work either, unsurprisingly. Does anybody have an idea how it could work, though?

Thanks!

Christian
General Discussion Christian S. (610 포인트) 로 부터

1 답변

0 투표
Hi Christian

I think the LFO is triggered after the Initial Phase value is used, so it makes sense that it doesn't work.
A hacky solution could be to control the value with a game parameter instead, and set that game parameter
to a random value from within the game code before triggering the event that uses the flanger.

Kind Regards
Tobias
Tobias D. Nielsen (2.5k 포인트) 로 부터
I think you're right about the signal-chain, which makes it impossible to get it done inside Wwise alone. Anyway, thanks for the idea with the game parameter!
...