# Delay

![Delay](/files/-LuiShULB--ZnrbcK8ow)

A [Delay](https://en.wikipedia.org/wiki/Delay_\(audio_effect\)) plugin. It stores and then repeats the input.

Without adjusting the W/D of the effect, it will just delay the input by the given amount without letting through any of the original signal. Adjust how much W/D is applied to achieve the desired effect.

## X/Y Grid

* **DELAY:** Y axis of grid, adjusts time between signal repetitions.&#x20;
* **FDBK:** X axis of grid, adjusts amount of signal repetitions.

## LFO

* **RATE:** adjusts LFO frequency.
* **AMNT:** adjusts the strength of the LFO.

{% hint style="info" %}
The LFO shape for the Delay plugin is a [half-wave rectified sine](https://en.wikipedia.org/wiki/File:Half-wave_rectified_sine.svg).
{% endhint %}

## Other

* **Slider:** adjusts output gain.


---

# 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://docs.lmms.io/user-manual/effects/delay.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.
