ran prettier again?
This commit is contained in:
parent
ce79a44848
commit
15f16006d0
2 changed files with 10 additions and 11 deletions
|
|
@ -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")`} /> |
|
||||
|
|
|
|||
|
|
@ -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()`} /> |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue