Restart sound effect on button press and loop middle
It seems the playback options are to play through once or pause if a signal is lost and then continue. I want a sound to stop when signal is lost and start playing from the beginning (rocket pack). How do I do this?
And is there any way to loop the middle of a sound effect (eg if I hold a button down and the jet pack is constant I don’t want the sound to end)
-
You can fix the first issue by placing the sound on a timeline set to continuous and resetting the timeline if you ever lose power.
To achieve the looping part you will have to chop up your sound and play the looping part on a second timeline which is triggered when the intro has completed.
Hope that helps :) Peter -
Thanks - timeline lets me do all the chopping up?
-
Hi, a better way to deal with the looping is to set the sound to slice playback mode: loop, then in the sample mapper, you can create loop points that are not at the start or end.
This way the sound will start from the beginning and loop within these points
댓글을 남기려면 로그인하세요.