# Fader Gain Adjust

| Message                                  | Description                                   | Arguments |
| ---------------------------------------- | --------------------------------------------- | --------- |
| `/mixeffect/fairlight/fader-gain/adjust` | Increases or decreases an input's fader gain. | Multiple  |

| Argument        | Type    | Description                                                                                                                                                                                                                                             |
| --------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Audio Source ID | Integer | Integer that is the audio source ID.                                                                                                                                                                                                                    |
| Source Type     | Integer | <p>0 = Stereo<br>1 = Left Channel<br>2 = Right Channel</p>                                                                                                                                                                                              |
| Level           | Float   | X will raise the gain by that amount (in dB) or -Y will lower the gain by that amount.                                                                                                                                                                  |
| Duration        | Integer | <p>Optional<br><br>0 = Off 1-10000 = Number of milliseconds to tween the parameters. Default is 0.</p>                                                                                                                                                  |
| Style           | Integer | <p>Optional<br><br>0 = Cosine<br>1 = Cubed<br>2 = Inverse Cubed<br>3 = Inverse Squared<br>4 = Linear<br>5 = Sine<br>6 = Smooth Step<br>7 = Smoother Step<br>8 = Squared<br>9 = Ease In Out Elastic<br>10 = Ease Out Bounce<br>11 = Ease Out Elastic</p> |
