From f1700d5e4705dba60ccca0e0abcc286d9733cc0d Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Thu, 7 Mar 2024 23:35:04 -0500 Subject: [PATCH] fixed --- packages/superdough/README.md | 2 +- website/src/pages/learn/effects.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/superdough/README.md b/packages/superdough/README.md index b1ccae60b..0c6e4f14c 100644 --- a/packages/superdough/README.md +++ b/packages/superdough/README.md @@ -65,7 +65,7 @@ superdough({ s: 'bd', delay: 0.5 }, 0, 1); - `bandf`: band pass filter cutoff - `bandq`: band pass filter resonance - `crush`: amplitude bit crusher using given number of bits - - `shape`: distortion effect from 0 (none) to 1 (full). might get loud! + - `distort`: distortion effect. might get loud! - `pan`: stereo panning from 0 (left) to 1 (right) - `phaser`: sets the speed of the modulation - `phaserdepth`: the amount the signal is affected by the phaser effect. diff --git a/website/src/pages/learn/effects.mdx b/website/src/pages/learn/effects.mdx index 308ace71f..03ef6ef38 100644 --- a/website/src/pages/learn/effects.mdx +++ b/website/src/pages/learn/effects.mdx @@ -238,9 +238,9 @@ Let's break down all pitch envelope controls: -## shape +## distort - + # Global Effects