> 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/effects-rack.md).

# Effects Rack

***

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

Current's flexible effect rack allows you load up to nine effects of any type and reorder them to create your ideal effect chain. You can also save these chains as rack presets for easy reuse across different patches. Virtually all Minimal Audio effects are available in the rack, including Cluster Delay, Morph EQ, and Rift's distortion algorithms, which are featured in the Polar Distortion effect.

<figure><img src="/files/2kf92ugHODoDqJ2APZgv" alt=""><figcaption></figcaption></figure>

***

### 1. Rack settings <a href="#h_01j8geq3jtjbsgec09tyg8jmp5" id="h_01j8geq3jtjbsgec09tyg8jmp5"></a>

The effect rack features full effect chain bypassing, along with options to save and load rack presets.

***

### 2. Effect slots <a href="#id-01jabpde6hk8k79zfdt9xgyf12" id="id-01jabpde6hk8k79zfdt9xgyf12"></a>

Click on a slot to view and edit the currently loaded effect. You can rearrange the order of effects by dragging and dropping each slot. On the left side of the effect slot, you'll find the bypass button, allowing you to toggle an individual effect on and off. On the right side, the effect selector button lets you swap between different effect types. Additionally, you can copy and paste effect slots by holding Option (macOS) or Alt (Windows) while dragging and dropping the slots.

***

### 3. Effects <a href="#id-01jabpddk7spt5dhj3z85cn2x4" id="id-01jabpddk7spt5dhj3z85cn2x4"></a>

All effects support sub-presets, making it easy to quickly find inspiration or save your settings for use in another patch. Learn about each individual effect here:

* [Cluster Delay](/core-effects-manual/effects/cluster-delay.md)
* [Flex Chorus](/core-effects-manual/effects/flex-chorus.md)
* [Fuse Compressor](/core-effects-manual/effects/fuse-compressor.md)
* [Hybrid Filter](/core-effects-manual/effects/hybrid-filter.md)
* [Morph EQ](/core-effects-manual/effects/morph-eq.md)
* [Polar Distortion](/core-effects-manual/effects/polar-distortion.md)
* [Ripple Phaser](/core-effects-manual/effects/ripple-phaser.md)
* [Swarm Reverb](/core-effects-manual/effects/swarm-reverb.md)
* [Wave Shifter](/core-effects-manual/effects/wave-shifter.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/effects-rack.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.
