strudel/packages/midi
2022-04-11 22:37:28 +02:00
..
midi.mjs rename org to strudel.cycles 2022-03-27 21:42:54 +02:00
package-lock.json remove ramda dep + update lockfiles 2022-04-11 22:37:28 +02:00
package.json Publish 2022-04-05 23:44:40 +02:00
README.md add midi note 2022-03-27 23:53:31 +02:00

@strudel.cycles/midi

This package adds midi functionality to strudel Patterns.

Install

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...