# Fader Gain Set

<table><thead><tr><th width="387.3333333333333">Message</th><th>Description</th><th>Arguments</th></tr></thead><tbody><tr><td><code>/mixeffect/fairlight/fader-gain</code> or <code>/mixeffect/fairlight/fader-gain/set</code></td><td>Sets the level for the audio source's fader gain.</td><td>Multiple</td></tr></tbody></table>

| 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   | The new level in dB.                                                                                                                                                                                                                                    |
| 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> |
