strudel/packages/midi
2022-11-04 20:36:33 +01:00
..
index.mjs migrate repl + move imports out of minirepl 2022-05-17 22:27:22 +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-08-14 17:56:28 +02:00
package.json update webmidi + remove tone piano 2022-11-04 20:36:33 +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...