mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-17 18:10:26 -04:00
36 lines
597 B
Plaintext
36 lines
597 B
Plaintext
---
|
|
title: Accumulation Modifiers
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { MiniRepl } from '../../docs/MiniRepl';
|
|
import { JsDoc } from '../../docs/JsDoc';
|
|
|
|
# Accumulation Modifiers
|
|
|
|
## superimpose
|
|
|
|
<JsDoc client:idle name="Pattern.superimpose" h={0} />
|
|
|
|
## layer
|
|
|
|
<JsDoc client:idle name="Pattern.layer" h={0} />
|
|
|
|
## off
|
|
|
|
<JsDoc client:idle name="Pattern.off" h={0} />
|
|
|
|
## echo
|
|
|
|
<JsDoc client:idle name="Pattern.echo" h={0} />
|
|
|
|
## echoWith
|
|
|
|
<JsDoc client:idle name="echoWith" h={0} />
|
|
|
|
## stut
|
|
|
|
<JsDoc client:idle name="stut" h={0} />
|
|
|
|
There are also [Tonal Functions](/learn/tonal).
|