mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
34 lines
548 B
Plaintext
34 lines
548 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} />
|