# Is it possible to have multiple non-overlapping parameter condition trigger ranges?

**URL:** https://qa.fmod.com/t/is-it-possible-to-have-multiple-non-overlapping-parameter-condition-trigger-ranges/19020
**Category:** FMOD Studio
**Created:** [July 18, 2022, 6:20pm UTC](https://qa.fmod.com/t/is-it-possible-to-have-multiple-non-overlapping-parameter-condition-trigger-ranges/19020 "2022-07-18T18:20:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![musicaljelly](https://avatars.discourse-cdn.com/v4/letter/m/919ad9/32.png) [@musicaljelly](https://qa.fmod.com/u/musicaljelly)
#### Post date: [July 18, 2022, 6:20pm UTC](https://qa.fmod.com/t/is-it-possible-to-have-multiple-non-overlapping-parameter-condition-trigger-ranges/19020/1 "2022-07-18T18:20:55Z")

</div>

Say I want instrument A to trigger when my parameter is \>=0 and \<50, and instrument B to trigger if \>=50 and \<=100. I can set up the parameter condition ranges, but since the ranges are always inclusive, there’s no way to cover the range both fully and uniquely. Either:

1. I do 0-50 and 50-100, in which case the value of exactly 50 triggers both instruments, or
2. I do 0-49.9 and 50-100, in which case the value 49.95 doesn’t trigger either instrument.

With only two instruments and ranges, I could use an inverted parameter condition. But say I had three, or four. Is there a way to set up the conditions so they cover the range of a parameter fully and uniquely?
