only start animation loop when canvas is visible
+ add some placeholder files
This commit is contained in:
parent
56cd77942b
commit
7b43ed702e
7 changed files with 62 additions and 60 deletions
|
|
@ -15,7 +15,7 @@ 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")`} withCanvas />
|
||||
<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:
|
||||
|
||||
|
|
|
|||
1
website/src/pages/technical-manual/docs.mdx
Normal file
1
website/src/pages/technical-manual/docs.mdx
Normal file
|
|
@ -0,0 +1 @@
|
|||
TODO
|
||||
|
|
@ -7,4 +7,4 @@ There are different packages for different purposes. They..
|
|||
|
||||
Please refer to the individual README files in the [packages folder](https://github.com/tidalcycles/strudel/tree/main/packages)
|
||||
|
||||
TODO
|
||||
TODO
|
||||
|
|
|
|||
1
website/src/pages/technical-manual/tests.mdx
Normal file
1
website/src/pages/technical-manual/tests.mdx
Normal file
|
|
@ -0,0 +1 @@
|
|||
TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue