mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 20:48:27 +00:00
wut
This commit is contained in:
parent
51a4c4d13b
commit
320d987ede
@ -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:
|
- `note`: letter notation, good for those who are familiar with western music theory:
|
||||||
|
|
||||||
{' '}
|
|
||||||
<MiniRepl client:idle tune={`note("a3 c#4 e4 a4")`} />
|
<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:
|
- `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")`} />
|
<MiniRepl client:idle tune={`n("57 61 64 69")`} />
|
||||||
|
|
||||||
- `freq`: frequency notation, good for those who want to go beyond standardised tuning systems:
|
- `freq`: frequency notation, good for those who want to go beyond standardised tuning systems:
|
||||||
{' '}
|
|
||||||
<MiniRepl client:idle tune={`freq("220 275 330 440")`} />
|
<MiniRepl client:idle tune={`freq("220 275 330 440")`} />
|
||||||
|
|
||||||
Let's look at `note`, `n` and `freq` in more detail...
|
Let's look at `note`, `n` and `freq` in more detail...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user