ran prettier again?

This commit is contained in:
Jade (Rose) Rowland 2024-04-28 14:43:35 -04:00
parent ce79a44848
commit 15f16006d0
2 changed files with 10 additions and 11 deletions

View file

@ -271,7 +271,7 @@ Now we've learned the basics of the so called Mini-Notation, the rhythm language
This is what we've learned so far:
| Concept | Syntax | Example |
| ------------------- | -------- | ----------------------------------------------------------------------- |
| ----------------- | -------- | ----------------------------------------------------------------------- |
| Sequence | space | <MiniRepl client:visible tune={`sound("bd bd sd hh")`} /> |
| Sample Number | :x | <MiniRepl client:visible tune={`sound("hh:0 hh:1 hh:2 hh:3")`} /> |
| Rests | - or ~ | <MiniRepl client:visible tune={`sound("metal - jazz jazz:1")`} /> |

View file

@ -164,7 +164,6 @@ off is also useful for modifying other sounds, and can even be nested:
.off(3/16, y=>y.vowel("<a e i o>*8")))`}
/>
| name | description | example |
| ---- | ------------------------------ | ------------------------------------------------------------------------------------------- |
| rev | reverse | <MiniRepl client:visible tune={`n("0 2 4 6 ~ 7 9 5").scale("C:minor").rev()`} /> |