Skip to content

Commit

Permalink
Merge pull request #129 from MartinDelille/patch-1
Browse files Browse the repository at this point in the history
Add missing out()
  • Loading branch information
Bubobubobubobubo committed Mar 29, 2024
2 parents cf702fd + ec68419 commit aa2eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/basics/atelier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ beat(2)::sound('triangle')
.note([50,55,57,62,66, 69, 74].mouseX())
.fmi(usine(1/4)).fmh([1,2,0.5].beat())
.ad(1/16, 1.5).delay(0.5).delayt(0.75)
.room(0.5).size(8).lpf(usine(1/3)*4000)`, true)}
.room(0.5).size(8).lpf(usine(1/3)*4000).out()`, true)}
## Compléments
Expand Down

0 comments on commit aa2eb06

Please sign in to comment.