Not TestedTesting not done, may not work properly
Hardware

Web MIDI API

Connect MIDI synthesizers, keyboards, and controllers.

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after processing...

Native JavaScript Code Example (Zero Libraries)

const midi = await navigator.requestMIDIAccess();
for (let input of midi.inputs.values()) console.log(input.name);

About the Web MIDI API Web API

Web MIDI API provides access to Musical Instrument Digital Interface hardware.

Specification:W3C & WHATWG Web API Standard
Sponsored Content