Skip to content

Commit

Permalink
Merge pull request #279 from nanoskript/amend-workshop-md
Browse files Browse the repository at this point in the history
docs: update tutorials/workshop.md
  • Loading branch information
cleary authored Jul 26, 2024
2 parents cab4c30 + 47bad11 commit 3e45d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/patternlib/tutorials/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Or we can take the pattern from the speed parameter:
d1 $ speed "1 2 4" # sound "jungbass:6"
```

`note` pitches the sample up in semitones (e.g. 12 = up an octave):
`up` pitches the sample up in semitones (e.g. 12 = up an octave):
```haskell
d1 $ up "0 ~ 12 24" # sound "jungbass:6"
```
Expand Down Expand Up @@ -404,7 +404,7 @@ d1 $ sound "jvbass [jvbass jvbass] jvbass ~" # iter 3 (note "1 [3 5] 7")
You can create an LFO on any parameter by using `fast` or `slow`, `range`, and an oscillator such as `sine` or `saw`:

```haskell
d1 $ d1 $ s "bd*8" # pan (slow 4 $ sine)
d1 $ s "bd*8" # pan (slow 4 $ sine)
d1 $ s "moog*16" # n "<0 1 2>" # legato 1 # cutoff (range 200 2400 $ saw) # resonance 0.2
```

Expand Down

0 comments on commit 3e45d94

Please sign in to comment.