Merge pull request #464 from bwagner/main
FIXES: freqs instead of pitches
This commit is contained in:
commit
0dc9bc3ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Let's look at this simple example again. What do we notice?
|
|||
|
||||
<MiniRepl client:idle tune={`freq("220 275 330 440").s("sine")`} />
|
||||
|
||||
- We have a word `freq` which is followed by some brackets `()` with some words/letters/numbers inside, surrounded by quotes `"a3 c#4 e4 a4"`.
|
||||
- We have a word `freq` which is followed by some brackets `()` with some words/letters/numbers inside, surrounded by quotes `"220 275 330 440"` (corresponding to the pitches a3, c#4, e4, a4).
|
||||
- Then we have a dot `.` followed by another similar piece of code `s("sine")`.
|
||||
- We can also see these texts are _highlighted_ using colours: word `freq` is purple, the brackets `()` are grey, and the content inside the `""` are green.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue