Skip to content

Commit

Permalink
Update effects.md
Browse files Browse the repository at this point in the history
add example
  • Loading branch information
HighHarmonics2 authored Jan 12, 2024
1 parent 4a5013f commit 5bd0a1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/reference/effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,15 @@ Be gentle with the resonance amount

#### Vowel

Formant filter to make things sound like vowels. You can use `a e i o u`. Use a rest (`~`) to override the effect:
Formant filter to make things sound like vowels. You can use `a e i o u`. Use a rest `~` or consonant `p` to override the effect:

- `vowel`: choose a vowel or a pattern of vowels

```haskel
d1 $ s "gtr*5" #vowel "a e i o u"
d1 $ s "gtr*7" #vowel "p p a e i o ~"
```

#### Spectral comb filter

Made by [Mads Kjeldgaard](https://madskjeldgaard.dk/). Number of teeth and width of the comb are all controlled using one floating point number:
Expand Down

0 comments on commit 5bd0a1d

Please sign in to comment.