update examples

This commit is contained in:
Felix Roos 2023-02-01 16:09:33 +01:00
parent 7f67adb639
commit 9a5bda862c
3 changed files with 3 additions and 7 deletions

View File

@ -7,7 +7,3 @@ This package adds midi functionality to strudel Patterns.
```sh ```sh
npm i @strudel.cycles/midi --save npm i @strudel.cycles/midi --save
``` ```
## Dev Notes
- is this package really necessary? currently, /tone also depends on webmidi through @tonejs/piano. Either move piano out of /tone or merge /midi into /tone...

View File

@ -40,5 +40,5 @@ The parser [krill-parser.js] is generated from [krill.pegjs](./krill.pegjs) usin
To generate the parser, run To generate the parser, run
```js ```js
npm run build:parser npm build:parser
``` ```

View File

@ -34,6 +34,6 @@ Now open the REPL and type:
s("<bd sd> hh").osc() s("<bd sd> hh").osc()
``` ```
or just [click here](http://localhost:3000/#cygiPGJkIHNkPiBoaCIpLm9zYygp)... or just [click here](https://strudel.tidalcycles.org/#cygiPGJkIHNkPiBoaCIpLm9zYygp)...
You can read more about [how to use Superdirt with Strudel the Tutorial](https://strudel.tidalcycles.org/learn/outputs#superdirt-api) You can read more about [how to use Superdirt with Strudel the Tutorial](https://strudel.tidalcycles.org/learn/input-output/#superdirt-api)