# Triggering Multiple sounds to play on sequence - mobile

**URL:** https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084
**Category:** FMOD Studio
**Created:** [September 4, 2018, 10:26am UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084 "2018-09-04T10:26:50Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![TheoNogueira](https://avatars.discourse-cdn.com/v4/letter/t/9e8a1a/32.png) [@TheoNogueira](https://qa.fmod.com/u/TheoNogueira)
#### Post date: [September 4, 2018, 10:26am UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/1 "2018-09-04T10:26:50Z")

</div>

Hi there,

I’m implementing for a mobile game on FMOD and they are having an issue that I’m not sure I can fix on FMOD or if they have to figure it out on Unity.

They have multiple characters that are selected and when the character is selected, it plays a VO. However, there’s an option of selecting all characters and when that happens all VOs are triggered at the same time. The biggest issue is that you choose which characters will be on your team (not all), which means that the “Select All” could change which characters will be selected.

Is there a way I can choose that depending on which characters are on the deck and when they select all, that the selected VOs play on a sequence, instead of all at once?

Thank you very much,  
Best,

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [September 6, 2018, 12:44am UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/2 "2018-09-06T00:44:45Z")

</div>

You want to “queue up” an arbitrary series of events so that they play in a sequence instead of immediately upon being cued? Unfortunately, there’s no easy way to do that in FMOD Studio. You’ll have to keep track of the queue of events to be played in your game’s code, and start each one once the previous one in the sequence is done playing.

---

<div class="post-metadata">

### Author: ![fbertrand27](https://avatars.discourse-cdn.com/v4/letter/f/d2c977/32.png) [@fbertrand27](https://qa.fmod.com/u/fbertrand27)
#### Post date: [October 21, 2021, 1:51pm UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/3 "2021-10-21T13:51:56Z")

</div>

Hi!  
I wanted to bump this thread because this feels like a relatively common use case, especially in dialogue. I don’t know if this has been addressed in later updates, but I want to add my vote that this would be really great to have. Probably more of an API-level functionality, though.

Kind of like how Action sheets simplified common tasks, it would be great to be able to say “play this, then this, then this” without having to do all of the bookkeeping. Building a tracker feels like having to reinvent the wheel every time.

Thank you!

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [October 26, 2021, 12:03am UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/4 "2021-10-26T00:03:48Z")

</div>

> [@fbertrand27](#):
>
> I wanted to bump this thread because this feels like a relatively common use case, especially in dialogue… Probably more of an API-level functionality, though.

I’ve added this suggestion to our feature/improvement tracker. Thanks for getting in contact with us.

---

<div class="post-metadata">

### Author: ![fbertrand27](https://avatars.discourse-cdn.com/v4/letter/f/d2c977/32.png) [@fbertrand27](https://qa.fmod.com/u/fbertrand27)
#### Post date: [February 1, 2022, 5:29pm UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/5 "2022-02-01T17:29:10Z")

</div>

Hello Joseph,

Thank you for your response earlier. I was wondering if there was any update regarding the feature.

Again, being able to say “play this programmer instrument, then this one” feels like a extremely useful, natural thing to ask from a sound system, especially with dialog etc. (I know it can be done manually, but a built-in system would save so much time and testing)

Thanks again!

Francois

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [February 2, 2022, 3:28am UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/6 "2022-02-02T03:28:43Z")

</div>

> [@fbertrand27](#):
>
> I was wondering if there was any update regarding the feature.

There is not. This feature is in our feature/improvement tracker, but has not yet been scheduled for development.

When this feature is released, it will be listed in FMOD Studio’s [detailed revision history](https://www.fmod.com/resources/documentation-studio?page=welcome-to-fmod-studio-revision-history.html).

---

<div class="post-metadata">

### Author: ![deHaan](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/dehaan/32/68_2.png) [@deHaan](https://qa.fmod.com/u/deHaan)
#### Post date: [September 15, 2022, 8:16am UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/7 "2022-09-15T08:16:40Z")

</div>

Would love to see this as well, would be super handy for VO!

---

<div class="post-metadata">

### Author: ![devook](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/devook/32/4601_2.png) [@devook](https://qa.fmod.com/u/devook)
#### Post date: [February 5, 2023, 9:38pm UTC](https://qa.fmod.com/t/triggering-multiple-sounds-to-play-on-sequence-mobile/14084/8 "2023-02-05T21:38:40Z")

</div>

Hey all, found this during my search for something similar. While I don’t think the solution solves OP’s issue, there is a way to execute a sequence of Instruments from within a single Event using Sustain points and cue triggers (Key Off events). This will let you advance through the audio tracks in a given Event’s timeline sequentially, as long as each subsequent audio track is set later in the Timeline with a sustain point at its start. See this example from this tutorial:

[![](https://img.youtube.com/vi/loBTiVeSQx8/maxresdefault.jpg "FMOD & Unity | Adding Game Sounds | Part 8 - Loops & Arrays") ](https://www.youtube.com/watch?v=loBTiVeSQx8)
