wut
This commit is contained in:
parent
51a4c4d13b
commit
320d987ede
1 changed files with 1 additions and 3 deletions
|
|
@ -15,16 +15,14 @@ Here's the same pattern written in three different ways:
|
|||
|
||||
- `note`: letter notation, good for those who are familiar with western music theory:
|
||||
|
||||
{' '}
|
||||
<MiniRepl client:idle tune={`note("a3 c#4 e4 a4")`} />
|
||||
|
||||
- `n`: number notation, good for those who want to use recognisable pitches, but don't care about music theory:
|
||||
|
||||
{' '}
|
||||
<MiniRepl client:idle tune={`n("57 61 64 69")`} />
|
||||
|
||||
- `freq`: frequency notation, good for those who want to go beyond standardised tuning systems:
|
||||
{' '}
|
||||
|
||||
<MiniRepl client:idle tune={`freq("220 275 330 440")`} />
|
||||
|
||||
Let's look at `note`, `n` and `freq` in more detail...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue