# Scatterer instrument - play only one instance of each instrument in playlist

**URL:** https://qa.fmod.com/t/scatterer-instrument-play-only-one-instance-of-each-instrument-in-playlist/20020
**Category:** FMOD Studio
**Created:** [March 24, 2023, 8:36am UTC](https://qa.fmod.com/t/scatterer-instrument-play-only-one-instance-of-each-instrument-in-playlist/20020 "2023-03-24T08:36:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Bjorkas](https://avatars.discourse-cdn.com/v4/letter/b/d2c977/32.png) [@Bjorkas](https://qa.fmod.com/u/Bjorkas)
#### Post date: [March 24, 2023, 8:36am UTC](https://qa.fmod.com/t/scatterer-instrument-play-only-one-instance-of-each-instrument-in-playlist/20020/1 "2023-03-24T08:36:15Z")

</div>

I have a scatterer instrument containing multiple single instruments in the playlist. (These are each 32 bars of music). I´m able to get the scatterer instrument to spawn a new instrument from the playlist every 8 bar, but: I want to hear only one instance of each instrument. So: If e.g. instrument A is playing, it wont spawn again until it has reached its end - but the other instruments in the playlist can be spawned according to the Spawn interval.

---

<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: [March 28, 2023, 3:25am UTC](https://qa.fmod.com/t/scatterer-instrument-play-only-one-instance-of-each-instrument-in-playlist/20020/2 "2023-03-28T03:25:13Z")

</div>

How many instruments are in the scatterer instrument’s playlist? If it’s at least four, this should just work without requiring any special effort, provided that none of the entries in the scatterer instrument’s playlist has a set play percentage.

---

<div class="post-metadata">

### Author: ![Bjorkas](https://avatars.discourse-cdn.com/v4/letter/b/d2c977/32.png) [@Bjorkas](https://qa.fmod.com/u/Bjorkas)
#### Post date: [March 28, 2023, 12:38pm UTC](https://qa.fmod.com/t/scatterer-instrument-play-only-one-instance-of-each-instrument-in-playlist/20020/3 "2023-03-28T12:38:24Z")

</div>

Thanks @joseph. That was the issue. I had only three instruments in the playlist.

---

<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: [March 29, 2023, 3:35am UTC](https://qa.fmod.com/t/scatterer-instrument-play-only-one-instance-of-each-instrument-in-playlist/20020/4 "2023-03-29T03:35:44Z")

</div>

Ah, that makes sense. If you’re starting a new instrument every eight bars, all the instruments are thirty-two bars long, and there’s only three instruments, then there’ll inevitably come a point when you need to start a new instrument but all three instruments are already playing.
