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.

Is it possible to play just one bar of a segment ?

0 votes
I would like to send an event to Wwise from UE4 to play only one bar of music at a time. (sometime I play the whole track with another event)

Is it possible to pause the music after playing one bar until the next event ?
I know I can obtain this result if I cut my music in separated bars and put them in a playlist but I hope I can avoid this tedious work.
asked Nov 30, 2019 in General Discussion by Aline H. (130 points)

1 Answer

0 votes
 
Best answer
Hey Aline,

Hmm.. You could try to use callbacks. In such case, you could pause the music once entering a bar.
https://www.audiokinetic.com/library/edge/?source=UE4&id=features_blueprintcallback.html

Let us know if it works! :)
answered Nov 30, 2019 by Mads Maretty S. (Audiokinetic) (38,280 points)
selected Dec 15, 2022 by Mads Maretty S. (Audiokinetic)
Thank you for your answer.
Good idea, alas it does not work, or I do not use it properly: the callback is triggered immediately (the music start on a bar) and the music stops, only a "click" is audible ...

I also thought about doing something with the stingers but a trigger can only start the music...
...