overhaul the remaining readmes

This commit is contained in:
Felix Roos 2023-02-01 16:29:18 +01:00
parent b58f5232c7
commit 54a61dcdae
9 changed files with 29 additions and 41 deletions

View file

@ -1,9 +1,11 @@
# @strudel.cycles/tone
Note: This package still works but is no longer maintained in favor of `@strudel.cycles/webaudio`.
This package adds Tone.js functions to strudel Patterns.
## Deprecation Note
This package will not be developed further. Consider using `@strudel.cycles/webaudio` as a replacement.
## Install
```sh
@ -30,6 +32,3 @@ document.getElementById('play').addEventListener('click', async () => {
Tone.getTransport().start('+0.1');
});
```
[open in codesandbox](https://codesandbox.io/s/strudel-tone-example-5ph2te?file=/src/index.js:0-708)