> For the complete documentation index, see [llms.txt](https://holy-city-audio.gitbook.io/spincad-designer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://holy-city-audio.gitbook.io/spincad-designer/menus/loop.md).

# Loop

The Loop Menu has just one entry, "Add". &#x20;

<figure><img src="/files/hxXl2qKwAbSTuMOirzwF" alt=""><figcaption></figcaption></figure>

It is a special case programming wise in that it drops in two blocks - a Loop Input and a Loop Output.  These blocks are used to reliably make a feedback loop in your design.  They introduce 1 sample of delay. &#x20;

When you first drop in these blocks, your mouse pointer will be moving the "FB Out" block.  Click to drop this in place and continue editing.

<figure><img src="/files/jfCth4ALQzSabXFn8gT4" alt=""><figcaption></figcaption></figure>

Notice that the "FB In" block has a white outline indicating that it has a control panel. &#x20;

<figure><img src="/files/SYYO5cJhl7pMhEjc5Xre" alt=""><figcaption></figcaption></figure>

| Parameter | Description                     | Range          |
| --------- | ------------------------------- | -------------- |
| Gain      | Multiplies the incoming sample. | -1.90 -> +1.90 |

The functional source code for both blocks is at the links below.

{% embed url="<https://github.com/HolyCityAudio/SpinCAD-Designer/blob/master/src/com/holycityaudio/SpinCAD/CADBlocks/FBInputCADBlock.java>" %}

{% embed url="<https://github.com/HolyCityAudio/SpinCAD-Designer/blob/master/src/com/holycityaudio/SpinCAD/CADBlocks/FBOutputCADBlock.java>" %}


---

# 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://holy-city-audio.gitbook.io/spincad-designer/menus/loop.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.
