midi-mapper
v1.0.26
Published
Some simple MIDI mapping for web-based instruments
Readme
MIDI Mapper
CM 2023
Simple MIDI mapping..
Work in progress! Not quite ready for external use.
Requires Chrome, Edge, or Opera. Untested on Firefox, Android.
Instructions
Create a new MidiMapper instance and assign functions in MidiMapper.
Full instructions coming soon.
const midiMapper = new MidiMapper();
midiMapper.assign(0, 'note', 0, () => console.log('Note 0 on channel 0 pressed'));Todo
- Should there be some note tracking / flushing functionality?
