> 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/keyboard-and-midi-effects/keyboard-and-scales.md).

# Keyboard & Scales

***

### Overview

Current's keyboard area features essential keyboard and synth voicing controls, along with an integrated [Arpeggiator](/current-manual/keyboard-and-midi-effects/arpeggiator.md) and [Chord Generator](/current-manual/keyboard-and-midi-effects/chord-generator.md) that can be accessed on the left side of the keyboard.

<figure><img src="/files/8jYJEqtL3e7mv3ErTwyg" alt=""><figcaption></figcaption></figure>

***

### 1. Scale

On the right side of the keyboard, you'll find the key and scale selectors. Aligning these with your track ensures that the arp and chord modules will always play in key.

**Scale Root.** Choose the root note for the currently selected scale. The scale will be used by the arpeggiator and chord generator to produce notes that are always in key. Therefore, make sure to match it with your project.

**Scale.** The currently selected scale will be used by the arpeggiator and chord generator to ensure that they always stay in key. Make sure to match both the scale and its root note to your project.

**Scale Lock.** When active, the scale and root note will remain the same while changing presets.

***

### 2. Voicing

**Global Pitch.** Adjust the pitch of all sound sources simultaneously.

**Glide.** Set the amount of time it takes for overlapping notes to glide from the previous note.

**Voices.** Set the maximum number of voices that can be played at the same time. If the maximum number of voices is exceeded, the oldest voices will be deactivated. Current will operate in monophonic mode when the voice count is set to one.

**Legato Mode.** When active, modulation will only re-trigger if there are no overlapping notes. This allows you to play multiple notes with modulation being triggered only at the beginning of that sequence.

***

### 3. Mod & Pitch Wheel

**Mod Wheel.** Adjust the depth of mod wheel modulator.

**Pitch Wheel.** Adjust the pitch bend amount.

**Pitch Bend Range.** Set the pitch bend wheel's range in semitones.


---

# 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/keyboard-and-midi-effects/keyboard-and-scales.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.
