> 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/overview-and-navigation/effects-view.md).

# Effects View

***

## Overview <a href="#h_01j8k6mb6bdrev5df3tcdfanpe" id="h_01j8k6mb6bdrev5df3tcdfanpe"></a>

The Effects View contains Current’s effect rack with nine freely loadable effect slots.

You can also edit and assign modulation from the modulation control bar and adjust settings in the keyboard area.

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

***

### 1. Effect Rack&#x20;

Current’s effect rack includes effects such Cluster Delay, Morph EQ, and more. The rack allows you to load up to nine effects of any type and reorder them to craft your perfect effect chain. You can also save these chains as rack presets for easy reuse across different patches.

Learn more about the effect rack here:

[Effect Rack](/current-manual/effects-rack.md)

***

### 2. Effect Selector

In Current's effect view, click on any effect slot to open the effect selector. Hover over an effect to load it into the selected slot.

***

### 3. Modulation Control Bar

The modulation control bar, located at the center of the Effects View, lets you easily assign modulation via drag and drop, access the mod matrix for detailed editing, swap modulator types, and open individual modulator panels .

Learn more about the modulation system here:

1. [Modulation System](/current-manual/modulation/modulation-system.md)
2. [Mod Matrix](/current-manual/modulation/mod-matrix.md)

***

### 4. Keyboard Area

Current’s keyboard area features an arpeggiator and chord generator for quickly creating melodies and chord progressions.

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.

Learn more about the keyboard area here:

1. [Keyboard & Midi Effects](/current-manual/keyboard-and-midi-effects.md)
2. [Arpeggiator](/current-manual/keyboard-and-midi-effects/arpeggiator.md)
3. [Chord Generator](/current-manual/keyboard-and-midi-effects/chord-generator.md)


---

# 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/overview-and-navigation/effects-view.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.
