strudel/packages/midi
2022-11-12 20:17:57 +01:00
..
index.mjs migrate repl + move imports out of minirepl 2022-05-17 22:27:22 +02:00
midi.mjs refactor onTrigger 2022-11-12 20:17:57 +01:00
package-lock.json Publish 2022-11-08 22:52:46 +01:00
package.json Publish 2022-11-08 22:52:46 +01: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...