This commit adds a second argument to the midi() command: mapping. This argument should be an object containing a key-value map of MIDI controls used by an external synthesizer. If any control is used that matches the mapping, a CC message is sent. |
||
|---|---|---|
| .. | ||
| index.mjs | ||
| midi.mjs | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
@strudel/midi
This package adds midi functionality to strudel Patterns.
Install
npm i @strudel/midi --save