> For the complete documentation index, see [llms.txt](https://docs.lmms.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lmms.io/user-manual/jian-ti-zhong-wen/yue-qi-cha-jian/organic.md).

# Organic

Organic is an additive synthesizer which combins the output of up to 8 oscillators.

<figure><img src="/files/XczVnILN18D8NSlSAhrQ" alt=""><figcaption><p>Organic</p></figcaption></figure>

Although it has more oscillators than TripleOscillator, it is less flexible because it lacks a lot of its abilities, among them the option to modulate the oscillators with each other. The phase offsets of each oscillator are randomized whenever a note is played (for both stereo channels separately). For that reason this instrument sounds slightly different everytime you press a key even when you don't change any settings.Organic is most useful for creating organ instruments (that's where its name comes from) and pads.

### Individual Oscillator Controls <a href="#individual-oscillator-controls" id="individual-oscillator-controls"></a>

* **Wave:** The waveform generated by the oscillator
  * 0%: Sine
  * 1%: Sawtooth
  * 2%: Pulse
  * 3%: Triangle
  * 4%: Moog Triangle
  * 5%: Exponential
* **Vol:** Volume of the oscillator
* **Pan:** Stereo panning of the oscillator
* **Wide:** Coarse of the oscillator. Has a range of one octave up and down.

### General Controls <a href="#general-controls" id="general-controls"></a>

* **Dist:** Adds a clipper effect (distortion)
* **Vol:** General volume
* **Randomize:** Randomizes all oscillator settings

### Tuning of the Oscillators <a href="#tuning-of-the-oscillators" id="tuning-of-the-oscillators"></a>

This is the default coarse of the oscillators with "Wide" on 0

#### 5.11.3.1 Semitones Relative to Base Note <a href="#id-5.11.3.1-semitones-relative-to-base-note" id="id-5.11.3.1-semitones-relative-to-base-note"></a>

| 1   | 2  | 3 | 4   | 5   | 6   | 7   | 8   |
| --- | -- | - | --- | --- | --- | --- | --- |
| -12 | -7 | 0 | +12 | +19 | +24 | +28 | +31 |

#### 5.11.3.2 Semitones Relative to Previous Oscillator <a href="#id-5.11.3.2-semitones-relative-to-previous-oscillator" id="id-5.11.3.2-semitones-relative-to-previous-oscillator"></a>

| 2  | 3   | 4   | 5  | 6  | 7  | 8  |
| -- | --- | --- | -- | -- | -- | -- |
| +7 | +12 | +12 | +7 | +5 | +4 | +3 |


---

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

```
GET https://docs.lmms.io/user-manual/jian-ti-zhong-wen/yue-qi-cha-jian/organic.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.
