add midi note

This commit is contained in:
Felix Roos 2022-03-27 23:53:31 +02:00
parent 6d4a7f96eb
commit 4603d16162

View File

@ -7,3 +7,7 @@ This package adds midi functionality to strudel Patterns.
```sh
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...