Adding docs

This commit is contained in:
2023-09-17 22:48:49 +03:00
parent e4f15c4b42
commit 5d5d41ca75
2 changed files with 9 additions and 1 deletions

View File

@ -111,7 +111,7 @@ beat([.5, 1].random() / 2) :: snd(
${makeExample(
"Generate a list of random numbers",
`beat(0.5) && sound('arp').freq([].gen(300,600,10).div(3)).out()`,
`beat(0.5) && sound('arp').freq([].gen(300,600,10).beat()).out()`,
true
)}