Skip to content

Commit

Permalink
Removed gain from example
Browse files Browse the repository at this point in the history
  • Loading branch information
amiika committed Dec 19, 2023
1 parent 36b5a07 commit 78c0a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/patterns/patterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ beat(0.5) :: sound('wt_hvoice:3')
.cutoff(500 + usine(1/8) * 5000)
.room(1.5)
.resonance(0.25)
.gain(1.7).out()
.out()
beat(1) :: sound('kick').n(4).out()
onbeat([0.5,0.8].beat(1),2) :: sound('snare').out()
onbeat(0.5,0.8,1,1.5,2,2.5,3,4) :: sound('hh').out()
Expand Down

0 comments on commit 78c0a67

Please sign in to comment.