# Bypass Effects with a Parameter

**URL:** https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302
**Category:** FMOD Studio
**Created:** [October 15, 2020, 2:34pm UTC](https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302 "2020-10-15T14:34:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jojojo](https://avatars.discourse-cdn.com/v4/letter/j/96bed5/32.png) [@jojojo](https://qa.fmod.com/u/jojojo)
#### Post date: [October 15, 2020, 2:34pm UTC](https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302/1 "2020-10-15T14:34:43Z")

</div>

Hi,

I want to use a Pitch Shifter which is going to be controlled by a parameter. However, I don’t want the pitch shifter to be always running. Is there a way to avoid having it always turned on?

I checked some threads from a couple years ago and it was said that a solution is planned.  
Did something happen in the meantime?

The best solution in my opinion would be the ability to automate the bypass of an effect (like you can do in any DAW). Second best solution would be a dry/wet knob that you can automate.

---

<div class="post-metadata">

### Author: ![jojojo](https://avatars.discourse-cdn.com/v4/letter/j/96bed5/32.png) [@jojojo](https://qa.fmod.com/u/jojojo)
#### Post date: [October 20, 2020, 10:17am UTC](https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302/2 "2020-10-20T10:17:03Z")

</div>

So I guess there is nothing…

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [October 21, 2020, 2:01am UTC](https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302/3 "2020-10-21T02:01:03Z")

</div>

Bypassing effects during runtime is a feature we wish to work on for a future release, but currently it isn’t possible with FMOD Studio.

---

<div class="post-metadata">

### Author: ![jojojo](https://avatars.discourse-cdn.com/v4/letter/j/96bed5/32.png) [@jojojo](https://qa.fmod.com/u/jojojo)
#### Post date: [October 21, 2020, 9:27am UTC](https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302/4 "2020-10-21T09:27:12Z")

</div>

Okay, thank you for the reply. Any possible workaround that doesn’t include snapshots?

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [October 27, 2020, 12:36am UTC](https://qa.fmod.com/t/bypass-effects-with-a-parameter/16302/5 "2020-10-27T00:36:22Z")

</div>

Unfortunately not. It may be possible to use the Core API to use `setBypass()` on the channelgroup of the bus it resides on, but this is quite complicated and untested so may not work entirely.
