Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 622 Bytes

What is this?

A handy bank of 16 Assignable MIDI Faders for your DAW... in the browser!

Built with:

The WebMidi.js API

Installation

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