diff --git a/website/src/pages/index.js b/website/src/pages/index.js index bcb57089f..1fa859e6e 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -42,9 +42,9 @@ function Presentation() { type="col-2" >
- The Web MIDI API is a really exciting addition to the web platform + The existing Web MIDI API is a really exciting addition to the web platform allowing a web page to interact with MIDI musical instruments. - However, while great, most developers will find the API to be + However, while great, most developers will find the original API to be too low-level for their needs. Having to perform binary arithmetic or needing to read the 300-page MIDI spec is no fun (trust us on this!). The goal behind WEBMIDI.js is to get you started with your web-based