diff --git a/website/src/pages/workshop/pattern-effects.mdx b/website/src/pages/workshop/pattern-effects.mdx index f4ced454..e9587d73 100644 --- a/website/src/pages/workshop/pattern-effects.mdx +++ b/website/src/pages/workshop/pattern-effects.mdx @@ -155,14 +155,16 @@ In the notation `x=>x.`, the `x` is the shifted pattern, which where modifying. -off is also useful for sounds: +off is also useful for modifying other sounds, and can even be nested: x.speed(1.5).gain(.25))`} + .off(2/16, x=>x.speed(1.5).gain(.25) + .off(3/16, y=>y.vowel("*8")))`} /> + | name | description | example | | ---- | ------------------------------ | ------------------------------------------------------------------------------------------- | | rev | reverse | |