A handy bank of 16 Assignable MIDI Faders for your DAW... in the browser!
The WebMidi.js API
Clone this repo or simply add WebMidi.js library to HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WebMidi.js Quick Start</title>
<script src="https://cdn.jsdelivr.net/npm/webmidi@next/dist/iife/webmidi.iife.js"></script>
</head>
<body>
<h1>WebMidi.js Quick Start</h1>
</body>
</html>
For further instructions, refer to the API documention