> 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/additional-settings/enable-mpe-support.md).

# Enable MPE support

***

### Overview

Current fully supports MPE with the standard +/- 48 semitone pitch bend range.

The flexible Keyboard modulator panel offers additional customization options for each MPE value, allowing you to customize how Current responds to your performances.

<figure><img src="/files/99DMWkUOdIJSH7owKOWk" alt=""><figcaption></figcaption></figure>

To enable MPE in Current, follow these steps:

1. Ensure MPE support is enabled in your DAW.
2. Click on one of the keyboard modulators on the right side of the modulation control bar to open the keyboard modulators.
3. Click on “MPE” on the far right of the modulator panel to enable MPE in Current.
4. Assign the desired MPE modulators to parameters. Note that MPE modulators are not pre-assigned.

Your DAW may require you to manually enable MPE mode.Follow these steps to enable MPE in Ableton Live:

1. Connect your MPE-capable hardware, controller, or phone app with your computer.
2. Open Live’s Preferences: Link/MIDI.
3. Activate the MPE button for each device.
4. Right-click on Current's "Device Title Bar" in Ableton and select "Enable MPE Mode"

For more information on enable MPE in Ableton, see [MPE in Live 11 and later FAQ](https://help.ableton.com/hc/en-us/articles/360019144999-MPE-in-Live-11-and-later-FAQ#:~:text=To%20enable%20MPE:%20*%20Connect%20your%20MPE%2Dcapable,Activate%20the%20MPE%20button%20for%20each%20device.).

Other common DAWs MPE Support Guide:

* [Logic Pro X](https://support.apple.com/guide/logicpro/use-mpe-with-software-instruments-lgcp8f599497/mac)
* [Bitwig ](https://www.bitwig.com/stories/a-full-review-of-mpe-84/)

&#x20;


---

# 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/additional-settings/enable-mpe-support.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.
