add link to example

This commit is contained in:
Felix Roos
2023-02-27 14:33:07 +01:00
parent f3a2cff5db
commit 193324b2b3
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -30,4 +30,5 @@ note(`[[e5 [b4 c5] d5 [c5 b4]]
</strudel-repl>
```
Note that the Code is placed inside HTML comments to prevent the browser from treating it as HTML.
- Note that the Code is placed inside HTML comments to prevent the browser from treating it as HTML.
- [Play with this example on stackblitz](https://stackblitz.com/edit/js-75cvww?file=index.html)
@@ -56,7 +56,10 @@ These packages provide bindings for different ways to output strudel patterns:
- [tone](https://github.com/tidalcycles/strudel/tree/main/packages/tone#strudelcyclestone): bindings for Tone.js instruments and effects
- [webdirt](https://github.com/tidalcycles/strudel/tree/main/packages/webdirt): webdirt bindings, replaced by webaudio package
## Tools
### Tools
- [pnpm workspaces](https://pnpm.io/)
- Publishing packages is done with [lerna](https://lerna.js.org/).
## Usage Examples