> For the complete documentation index, see [llms.txt](https://manual.minimal.audio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.minimal.audio/current-manual/modulation/keyboard-and-mpe-modulators.md).

# Keyboard & MPE Modulators

***

### Overview

The keyboard and MPE modulators offer modulation sources for standard MIDI sources like velocity and pitch bend, as well as MPE-specific sources such as Slide and Press.

Each source can be restricted to a specific range, and its response can be adjusted from exponential to logarithmic to achieve the exact type of response required.<br>

Note that these modulators are not pre-assigned to any parameters.

<figure><img src="/files/zTGrtz728sEJZDu06paz" alt=""><figcaption></figcaption></figure>

***

### 1. Keyboard Mode

Choose between **Standard** and **MPE** keyboard modes:

* **Standard.** Classic MIDI keyboard controls, such as velocity and mod wheel.
* **MPE.** Offers all available polyphonic expression values, such as glide and pressure.

While you can use an **MPE** controller in **Standard** mode and vice versa, it’s recommended to adjust the setting to match your controller to enable all associated features.

***

### 2. Range Controls

Each keyboard modulation source's response can be customized to best suit your patch and playing style. Simply click and drag the circular handles to adjust the input and output ranges, and drag the diagonal line to shift the curve from exponential to logarithmic.

You can also set these ranges using the text values at the bottom, which is helpful when you need precise control.

**Input Min.** Set the input value that results in the minimum output. This is useful for focusing the key modulator on a specific range of input values.

**Input Max.** Set the input value that results in the maximum output. This helps to narrow the key modulator’s focus to a particular range of input values.

**Output Min.** Set the minimum modulation value. This can be used to attenuate and offset the key modulator value before it affects any parameters.

**Ouput Max.** Set the maximum modulation value. This also attenuates and offsets the key modulator value before it influences any parameters.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.minimal.audio/current-manual/modulation/keyboard-and-mpe-modulators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
