4 ms·
You can control your computer using MIDI interface. Sometimes we demo our JavaScript UI components using AKAI LPD8 MKII
by warpech 1mo ago
You can control your computer using MIDI interface. Sometimes we demo our JavaScript UI components using AKAI LPD8 MKII
- ddevnyc 1mo agoHaha really? How do you hook up midi to the UI?
- warpech 1mo agoWebMIDI: https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_AP... It turns state changes from any MIDI device into JS events that you can handle any way you want. I use Claude Code to wire it up