# FX Mixer

The <img src="https://content.gitbook.com/content/sOyi2widgEtSqcjOGVN2/blobs/qfGXOwiIbyZoPKmo3op4/FX%20mixer.png" alt="" data-size="line"> is the FX-Mixer show/hide toggle button.

![FX-Mixer](https://content.gitbook.com/content/sOyi2widgEtSqcjOGVN2/blobs/NjMtEcffsbV1gnUXTf3V/image.png)

To add an FX-channel, press the + button on the right. You can delete or move an FX-channel by right-clicking on it and choosing the desired option from the context menu. You can also rename an FX-channel by double-clicking on its name.

Each FX-channel has separate left and right (stereo) volume indicators located on each side of the **fader** slider control, but the left and right volume cannot be controlled independently by the fader, it controls both simultaneously. To change the volume of an FX-channel, drag its fader up and down with the mouse. You can also add an Amplifier effect to balance channels.

Each FX-channel also has a Mute/Unmute LED toggle switch below its name.

An FX-channel can be **selected** by clicking on its name. The name will turn from white to green, and only one FX-channel can be selected at any time. When an FX-channel is selected, the Effects Chain for that FX-channel will display in the Effects Chain box at the far right end of the window.

When selecting an FX-channel, you can click on "**Send**" on another channel to send its signal to it. You can use the knob to control the level of signal that is sent to the channel.

## Master FX-channel

![Master FX-channel](https://content.gitbook.com/content/sOyi2widgEtSqcjOGVN2/blobs/upXD8VqoE16PNY2Spvc2/image.png)

By default, all instruments have their "**FX**" initially set to channel zero which is the "Master" channel at the far left end of the FX-Mixer window. The **Master** channel controls the overall volume of all the combined instruments and FX-channels. Also, it can function as FX-channel zero (FX0) which allows you to apply effects to the master output (i.e. everything combined).

## Add Effects to FX-channels

![Effects chain](https://content.gitbook.com/content/sOyi2widgEtSqcjOGVN2/blobs/kIBULA0bgcRgffobzdbz/image.png)

To add an **effect** to an FX-channel, select the FX-channel (i.e. click on its name), then click the **Add effect** button below the **Effects Chain** box (see image). This will open a dialog box where you can select one effect from the list of all available effect plugins. You can add another effect by clicking the Add effect button again (you can only add one effect at a time). You will get a "Controls" dialog individualized for the particular effect plugin you just added - here you can edit the effect plugin's configuration. Notice that the effect plugin has been added as an **entry** at the bottom of the stack in the Effects Chain box. Each effect's entry has a standard set of visible controls:

* On/Off LED toggle switch (yellow)
* Knobs for W/D, Decay, and Gate (these are explained in section Instrument Editor#FX tab)
* **Controls** button that is a show/hide toggle for the effect plugin's configuration dialog

A right-click context menu allow yo to:

* remove the effect's entry from the Effects Chain box
* move the effect's entry up or down in the stacking order

Also notice that the Effects Chain box itself has an On/Off LED toggle (green) that turns off all the effects on that FX-channel only.

## Assign Instruments to FX-Channels

![FX-channel assignment](https://content.gitbook.com/content/sOyi2widgEtSqcjOGVN2/blobs/LxAyadV3u6e2kzJWvSIl/fx-channel-assignment.png)

To assign an instrument to an FX-channel, click on its name in either the **Song-Editor** or **Beat+Bassline Editor**, depending on where it is located. In the instrument settings window, set the **FX CHNL** to the FX-channel you want by:

* hovering your mouse over the digital readout number and scrolling the mouse wheel
* dragging your mouse vertically on the digital readout number

A double-click on the digital readout number will change the selected FX-channel in the FX-Mixer window to the FX-channel with that number. The right-click context menu for the digital readout number has Reset, Copy, and Paste followed by a number in parentheses. The number in parentheses is the number that it will be reset to, or will be copied to the clipboard, or will be pasted, respectively. Multiple instruments can be assigned to a single FX-channel in order to get the same effect on each instrument (e.g. an equalizer).

## Channel Grouping

![Channel grouping](https://content.gitbook.com/content/sOyi2widgEtSqcjOGVN2/blobs/6qSMftzqzsDAUDimT5oO/image.png)

The interface in LMMS for sending channels may be confusing at first sight.

1. Select a channel except for the Master channel
2. The other channels should have a "send" button above them
3. Click on a send button to send a signal to the channel it is attached to
4. You can adjust the strength of the signal you are sending with volume knobs below the send buttons


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lmms.io/user-manual/navigating-lmms/fx-mixer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
