Merge pull request #1077 from daslyfe/fix_formatting_test

fix failing format test
This commit is contained in:
Jade (Rose) Rowland 2024-04-28 14:44:29 -04:00 committed by GitHub
commit 4015a11bd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 41 deletions

View file

@ -205,7 +205,7 @@ Add a delay too!
sound("<bd rim>").bank("RolandTR707").delay(.5), sound("<bd rim>").bank("RolandTR707").delay(.5),
n("<4 [3@3 4] [<2 0> ~@16] ~>") n("<4 [3@3 4] [<2 0> ~@16] ~>")
.scale("D4:minor").sound("gm_accordion:2") .scale("D4:minor").sound("gm_accordion:2")
.room(2).gain(.5) room(2).gain(.5)
)`} )`}
/> />

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: This is what we've learned so far:
| Concept | Syntax | Example | | Concept | Syntax | Example |
| ------------------- | -------- | ----------------------------------------------------------------------- | | ----------------- | -------- | ----------------------------------------------------------------------- |
| Sequence | space | <MiniRepl client:visible tune={`sound("bd bd sd hh")`} /> | | 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")`} /> | | 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")`} /> | | 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")))`} .off(3/16, y=>y.vowel("<a e i o>*8")))`}
/> />
| name | description | example | | name | description | example |
| ---- | ------------------------------ | ------------------------------------------------------------------------------------------- | | ---- | ------------------------------ | ------------------------------------------------------------------------------------------- |
| rev | reverse | <MiniRepl client:visible tune={`n("0 2 4 6 ~ 7 9 5").scale("C:minor").rev()`} /> | | rev | reverse | <MiniRepl client:visible tune={`n("0 2 4 6 ~ 7 9 5").scale("C:minor").rev()`} /> |