> For the complete documentation index, see [llms.txt](https://plugins.audacityteam.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins.audacityteam.org/nyquist-plugins/effect-plugins/sequencer-effects.md).

# Sequencer Effects

### Audio Selection Sequencer 2

You can turn any short piece of imported, recorded or generated audio into a (repeated) sequence of notes based on chosen tempo, beats per sequence and semitone values. Any sound can be used.

{% file src="/files/3tE5Hw14vnuC2OG0AOXn" %}
Download Plugin
{% endfile %}

<details>

<summary>Details</summary>

Author: [David R.Sky](https://audionyq.com/david_r_sky)

Developed from the previous sequencers 1a and 1b (these can't be recommended due to the interface being too tall, and distortion problems). You can turn any short piece of imported, recorded or generated audio into a (repeated) sequence of notes based on chosen tempo, beats per sequence and semitone values. Any sound can be used (a guitar pluck or bell sound, cat meow, someone saying "hello", in fact - any sound). Comes with an 8-note default sequence already programmed in. Can also pan stereo audio, and transpose successive sequences. To generate a rest, use r, n, (), or a blank svp input line.

Parameters:

1. **Tempo:** \[beats per minute (default 210), beats per sequence (default 8), starting offset (beats) (default 0)]
2. **Pan stereo selection:** \[0 = no 1=yes (default)]
3. **Timing randomization:** \[0 - 100 plus or minus percent, default 0]
4. **Number of repeated randomized sequences:** \[0 - 8, default 0]
5. **Overall transpose value:** \[(default 0), then for successive measures (default 0 0 5 5 0 0 -5 -5)]
6. **Sequences to generate:** \[1 - 96, default 4]
7. **1st Semitone, volume, pan value\[s]:** \[default (0 1 0) (4 .5 .2) (7 .5 .8) (2 1 .5)]
8. **2nd SVP value\[s]:** \[default (12 .5 .8) (7 .5 .2) (4 1 1) r]
9. **3rd, 4th. 5th and 6th SVP value\[s]:** \[filled in by user]

</details>

{% file src="/files/Mhynb67aubR8Q8A8fCAq" %}
Download example audio file
{% endfile %}

{% file src="/files/M0wSP755iueoIRtVwFr8" %}
Download example audio file
{% endfile %}

{% file src="/files/a0vXDH4lFGawXTCcFBKx" %}
Download example audio file
{% endfile %}


---

# 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://plugins.audacityteam.org/nyquist-plugins/effect-plugins/sequencer-effects.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.
