mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 06:08:34 +00:00
14 lines
314 B
Markdown
14 lines
314 B
Markdown
# @strudel.cycles/midi
|
|
|
|
This package adds midi functionality to strudel Patterns.
|
|
|
|
## Install
|
|
|
|
```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...
|