Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
In the MIDI tab of object property editor, I can see an option of "Break on Note-Off". According to the contextural helper, it is used to break a looping sound when MIDI note is released. However, I am making a playable instrument in game and made a sampler BlendContainer in Wwise with one-shot samples. I need the note to be interrupted and stoped when a Note-Off event is triggered, but the sample will continue to play until end. I tried creating another event of stopping the BlendContainer and called PostMIDIOnEvent on that event, but it doesn't work regardless of setting stop mode to per game object or global.

Is there anyone who successfully implemented the stopping feature of MIDI notes like a real sampler?

BTW, is it possible for Wwise to read a player provided .mid file for a MusicTrack in runtime?
in General Discussion by Victor L. (310 points)

Please sign-in or register to answer this question.

...