fixing bug preventing documentation from loading

This commit is contained in:
2023-08-27 11:35:28 +02:00
parent 0f4d775686
commit d7d021729f
2 changed files with 19 additions and 9 deletions

View File

@ -74,7 +74,7 @@ Welcome to the Topos documentation. These pages are offering you an introduction
${makeExample(
"Welcome! Eval to get started",
`mod([1/4,1/8,1/16].div(4)):: sound('sine')
`mod([1/4,1/8,1/16].div(8)):: sound('sine')
.freq([100,50].div(16) + 50 * ($(1)%10))
.gain(0.5).room(0.9).size(0.9)
.sustain(0.1).out()