Removing semicolon to be more idiomatic;;;
This commit is contained in:
parent
af53bab259
commit
9c5c71c31a
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ You can write your own chained function using `register`. Here's the above chain
|
||||||
.cutoff(500)
|
.cutoff(500)
|
||||||
//.delay(0.5)
|
//.delay(0.5)
|
||||||
.room(0.5)
|
.room(0.5)
|
||||||
);
|
)
|
||||||
note("a3 c#4 e4 a4").effectChain()`}
|
note("a3 c#4 e4 a4").effectChain()`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue