Merge branch 'main' into documentation
This commit is contained in:
commit
8d79715ce4
21 changed files with 1404 additions and 324 deletions
|
|
@ -41,7 +41,7 @@ note("c3 [e3 g3]*2")
|
|||
is transpiled to:
|
||||
|
||||
```strudel
|
||||
note(m('c3 [e3 g3]', 5))
|
||||
note(m('c3 [e3 g3]*2', 5))
|
||||
```
|
||||
|
||||
Here, the string is wrapped in `m`, which will create a pattern from a mini-notation string. As the second parameter, it gets passed source code location of the string, which enables highlighting active events later.
|
||||
|
|
|
|||
|
|
@ -377,4 +377,4 @@ insect [crow metal] - -,
|
|||
punchcard
|
||||
/>
|
||||
|
||||
Now that we know the basics of how to make beats, let's look at how we can play [notes](/workshop/first-notes)
|
||||
Now that we know the basics of how to make beats, let's look at how we can play [notes](/workshop/first-notes).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue