strudel/packages/midi
Raphaël Forment ec470aa2c6 Feat: midi() command support external instrument parameter mapping
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.
2024-11-09 01:41:59 +01:00
..
index.mjs migrate repl + move imports out of minirepl 2022-05-17 22:27:22 +02:00
midi.mjs Feat: midi() command support external instrument parameter mapping 2024-11-09 01:41:59 +01:00
package.json Publish 2024-05-31 23:07:26 +02:00
README.md the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
vite.config.js remove cjs builds 2024-02-08 12:19:11 +01:00

@strudel/midi

This package adds midi functionality to strudel Patterns.

Install

npm i @strudel/midi --save