# Vibed

Vibed is a vibrating string synthesizer.

![Vibed](/files/-LuiRhycAoHVGl0BIixq)

## Plugin Settings

There are 9 strings that can be individually set and manipulated with. The button to view and edit each string is shown below the **String** label.

On the middle, a waveform preview is shown.

Below it, a few options are shown:

* The **S** button smooths out the waveform. This is useful if you're using a random/spiky waveform, and you want to automatically smooth the result.
* The **N** button normalizes the waveform. This option stretches the waveform so that the highest amplitude is maxed out on the string.
* The **V** knob controls the string's volume.
* The **S** knob controls the string's stiffness.
* The **P** knob controls the pick position.
* The **PU** knob controls the pickup position.

On the right of the preview, a set of waveform presets are given, with an additional option to load your own waveform.

The toggle below the presets indicate whether the current selected string is activated or not.

The **Imp** button stand for Impulse, which makes the string sound like it's plucked instead of being continuously drawn.

The options under the **Octave** label sets the octave of the current string.

The **Length** knob controls the string length.

The three bottom controls are:

* **Pan**. Ranges from -1 to 1, with 0 being default/middle.
* **Detune** gives the ability to finely shift the tone of the current string. Ranges from -0.1 to 0.1, with 0 being default.
* **Slap** controls the string's fuzziness. Ranges from 0 to 0.75, with 0 being default


---

# 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/en/instruments/vibed.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.
