only start animation loop when canvas is visible

+ add some placeholder files
This commit is contained in:
Felix Roos 2022-12-26 22:59:41 +01:00
parent 56cd77942b
commit 7b43ed702e
7 changed files with 62 additions and 60 deletions

View file

@ -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:

View file

@ -0,0 +1 @@
TODO

View file

@ -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

View file

@ -0,0 +1 @@
TODO