strudel/packages/midi
2022-05-17 00:22:50 +02:00
..
index.mjs add barrel exports 2022-05-17 00:22:50 +02:00
midi.mjs standardise on hap rather than event, especially in function names 2022-05-05 17:20:36 +01:00
package-lock.json Publish 2022-04-16 15:14:29 +02:00
package.json add barrel exports 2022-05-17 00:22:50 +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...