# Flanger

![Flanger](/files/-LuiTCA0Z4NXrPasg71-)

A [Comb Filter](https://en.wikipedia.org/wiki/Comb_filter) modulated with a LFO.

## Knobs

* **DELAY:** adjusts comb filter [delay](https://en.wikipedia.org/wiki/Delay_\(audio_effect\)).&#x20;
* **AMOUNT:** adjusts LFO amplitude.&#x20;
* **RATE:** adjusts LFO frequency.&#x20;
* **FEEDBACK;** adjusts comb filter [feedback](https://en.wikipedia.org/wiki/Feedback).
* **NOISE:** adjusts amount of white noise mixed into input signal.

{% hint style="info" %}
The LFO modulates comb filter delay, this LFO takes the form of a [sine wave](https://en.wikipedia.org/wiki/Sine_wave#/media/File:Waveforms.svg).
{% endhint %}

## Buttons

* **Invert:** currently does nothing (safe to ignore).


---

# 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/flanger.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.
