# Master Equalizer Band

| Message                                      | Description                                             | Arguments |
| -------------------------------------------- | ------------------------------------------------------- | --------- |
| `/mixeffect/fairlight/master/equalizer-band` | Sets details for an equalizer band of the master audio. | Multiple  |

| Argument        | Type    | Description                                                                                             |
| --------------- | ------- | ------------------------------------------------------------------------------------------------------- |
| Band            | Integer | 1-based index of the equalizer band to edit (i.e. 1-6).                                                 |
| Enabled         | Integer | <p>0 = Off</p><p>1 = On</p><p>2 = Toggle</p>                                                            |
| Shape           | Integer | <p>1 = Low Shelf<br>2 = Low Pass<br>4 = Band Pass<br>8 = Notch<br>16 = High Pass<br>32 = High Shelf</p> |
| Frequency Range | Integer | <p>1 = Low<br>2 = Mid Low<br>4 = Mid High<br>8 = High</p>                                               |
| Frequency       | Float   | The frequency value from 30 to 21700.                                                                   |
| Gain            | Float   | The gain value from -20 to 20.                                                                          |
| Q factor        | Float   | The Q Factor value from 0.3 to 10.3.                                                                    |

> **Note**: Not all bands support the same shapes and frequency ranges.


---

# 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.mixeffect.app/automate/osc/messages/fairlight-audio/master-equalizer-band.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.
