Fixing broken examples and functions

This commit is contained in:
2023-09-17 01:08:34 +02:00
parent cde3b6eb89
commit 4fb2e2cc8c
6 changed files with 8 additions and 11 deletions

View File

@ -28,7 +28,7 @@ ${makeExample(
"Using beat to create arpeggios",
`
// Arpeggio using pulse divisions
beat([.5, .25].div(2)) :: sound('sine')
beat([.5, .25].beat(2)) :: sound('sine')
.hcutoff(400)
.fmi([1,2].beat(8))
.fmh([0.5,0.25,1].beat(2))