> 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/modulation/mod-matrix.md).

# Mod Matrix

***

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

Current's modulation matrix offers a dedicated popup for editing all aspects of modulation across an entire preset.

The mod matrix popup can operate in two different ways:

1. View a complete overview of all modulation assignments within a preset.
2. Focus on modulation connections for a specific parameter or modulator.

***

## Full Mod Matrix <a href="#h_01j8g9rzmas2eeapsgwnm2js2j" id="h_01j8g9rzmas2eeapsgwnm2js2j"></a>

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

***

To view all modulation connections at once, click the **“Matrix”** button on the far left of the modulation control bar.

Optional connection filtering is available at the top of the full matrix popup. You can select a modulation source (modulator) or destination (parameter) to display all associated connections. Use the bypass button to toggle connection filtering on and off.

## Parameter & Modulator Popups <a href="#id-01jagf98txmtf3v0ykemj3sht9" id="id-01jagf98txmtf3v0ykemj3sht9"></a>

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

***

It is often useful to focus on the connections associated with a specific parameter or modulator without having to sort through all existing modulation connections. Current addressed this by making it possible to quickly open the mod matrix popup for any control or modulator.

To open the popup for an individual parameter or modulator, hold down the Command key (macOS) or Ctrl key (Windows) and click on a knob, slider, or modulator in the modulation control bar. Alternatively, you can right-click and select "View in Mod Matrix."


---

# 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/modulation/mod-matrix.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.
