> For the complete documentation index, see [llms.txt](https://docs.youlean.co/youlean-loudness-meter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.youlean.co/youlean-loudness-meter/troubleshooting-and-tips/common-issues-and-solutions.md).

# Common Issues and Solutions

## Plugin doesn't show in Ableton Live

Once you [install the VST3 plugin](/youlean-loudness-meter/introduction/installation-windows.md) make sure that VST3 plugins are enabled in Ableton settings.&#x20;

<div align="left"><figure><img src="/files/PbfxzEz2m8xS6xnyC3GQ" alt=""><figcaption></figcaption></figure></div>

For more info, [read Ableton's documentation.](https://help.ableton.com/hc/en-us/articles/209071729-Using-VST-plug-ins-on-Windows)

***

## Plugin and App Measurements are Different

The most likely cause for this issue could be:

* Wrong channel configuration
* The master channel fader is not at 0dB

***

## How to move all meter data to another computer

The user data is stored in the following locations:

**Windows:**

```
C:\Users\%USERNAME%\AppData\Local\Youlean\Youlean Loudness
```

**macOS:**

```
~/Library/Application Support/Youlean/Youlean Loudness Meter 2
```

To move all data, copy these folders to the other computers.

***

## The meter interface is not visible in Garageband

If you open a plugin and you see this:

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

Make sure that this option is disabled in Garageband preferences:

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

***

## The meter doesn't show any measurements

The problem might be if the **Elapsed** histogram mode is selected, but audio playback is stopped.

The solution is to switch to continuous mode for measurements or to activate a host playback.


---

# 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://docs.youlean.co/youlean-loudness-meter/troubleshooting-and-tips/common-issues-and-solutions.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.
