# Session View

Session View is the main workspace where you create macros. It's divided into two columns: <mark style="color:blue;">**Inputs**</mark> (left) and <mark style="color:red;">**Macros**</mark> (right).<br>

### Header

The Cogwheel takes you to settings, and the word BUILD in green indicates you're in Build mode. click this to switch to LIVE mode, and click the word LIVE to return to Build Mode.

<div align="left"><figure><img src="/files/AJllg5zTdJVx3vqLWvvE" alt="" width="64"><figcaption></figcaption></figure></div>

<img src="/files/WWJcUxyhbjnM1ozBgB6r" alt="" data-size="line">

Above the Input and Macro Tile columns, you have the ability to Add a [Macro Group](/midi-mimic/macro-groups.md), a [Toggle Group](/midi-mimic/toggle-groups.md), a [Ghost Parent](/midi-mimic/parents-and-children.md#ghost-parents), or to view and manage your existing Ghost Parents.

<div align="left"><figure><img src="/files/CUewZkl5geb0lZCgisfQ" alt="" width="431"><figcaption></figcaption></figure></div>

## *<mark style="color:$success;">Build Mode</mark>*

Build Mode is the default. This is where you create and edit macros.

### *<mark style="color:blue;">Input Tile Stack</mark>*

<figure><img src="/files/1r18ZEY1ODFO7eFW6bRM" alt="" width="311"><figcaption></figcaption></figure>

* Input tiles appear as you interact with your physical controller
* Each tile shows control type, device name, signal type (CC, Note, etc.), and current value
* Newest inputs appear at the top
* Click **+ADD MACRO** on an input to create a macro linked to that control
* Clear Tiles button is a non-destructive tidiness feature, it doesn't affect linked Macros or passthrough-behaviour,&#x20;
* See [Inputs](/midi-mimic/inputs.md) for details

{% hint style="success" %}
*New Input tiles already Macro'd will display their Macro Name where the Add Macro button was.*
{% endhint %}

### *<mark style="color:red;">Macro Tile Stack</mark>*

<figure><img src="/files/3nnpeaNGBMKBKY4b6BNk" alt="" width="328"><figcaption></figcaption></figure>

* Macro tiles appear when you create macros
* Macro Group tiles appear when you create groups
* Toggle Group tiles appear when you create toggle groups
* Newest at the top
* Click "Edit Macro" to go to it's Editor page.
* Delete or Disable/Enable Macros via the icons to their right.

## Live Mode

<figure><img src="/files/tBqEXusetQwPYaMsua06" alt="" width="375"><figcaption></figcaption></figure>

Click **BUILD** to toggle to **LIVE** mode.

In Live Mode:

* The input column is hidden, but the signals still pass-through
* Macro tiles cannot be edited or deleted in this mode.
* Live Mode's feature set tbc but it's purpose is to trim down anything that isn't needed, for minimum performance overhead during your shows.

See [Live Mode](/midi-mimic/live-mode.md) for details.


---

# Agent Instructions: 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:

```
GET https://midi-mimic.gitbook.io/midi-mimic/session-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
