Fix transpilation example to have same mini-notation
This was introduced in 66f8ca72c1
This commit is contained in:
parent
5a51b4ec71
commit
d349d2a0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ note("c3 [e3 g3]*2")
|
||||||
is transpiled to:
|
is transpiled to:
|
||||||
|
|
||||||
```strudel
|
```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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue