> 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/evoke-manual/keyboard-panel.md).

# Keyboard Panel

***

### Overview

Evoke’s Keyboard Panel contains controls for the global scale, pitch detection, and input processing. Start here after loading a new instance of Evoke to ensure the plugin is optimized for your incoming audio.

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

***

{% hint style="info" %}
By default, all **Keyboard Panel** settings are preserved (locked) when you change presets. This is because these settings are more relevant to the input signal than to the rest of Evoke’s processing.

If you would like to recall the **Keyboard Panel** settings that were saved with a preset, click the **Lock** button in the top-right of the panel.
{% endhint %}

### 1. Input Controls&#x20;

The **Input Controls** provide tools for gain staging and cleaning up the input signal. These adjustments occur before any other processing.

### 2. Pitch Range

The **Pitch Range** setting provides a way to limit Evoke’s pitch detection to a specific frequency range. Matching this setting to your input material can help stabilize pitch tracking.

### 3. Keyboard

Evoke’s **Keyboard** can be used to enable or disable notes in the current scale and provides visual feedback on pitch detection, such as the currently detected note.

### 4. Scale Settings

Use the **Scale Settings** to set the root note, choose the preset scale type, and adjust Evoke’s reference pitch. These settings ensure Evoke matches your project, especially when using multi-voice harmonization.


---

# 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/evoke-manual/keyboard-panel.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.
