benfoxall / web-midi-debug

The debug console web app for Web MIDI API.

Home Page:https://moutend.github.io/web-midi-debug/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web MIDI Debug

moutend.github.io/web-midi-debug

This web app prints the incoming MIDI events.

Develop

Requirements

This app is created by Create React App, follow the React's official tutorial to setup your local environment.

Build

Launch the console, Terminal.app on macOS or cmd.exe on Windows, and then run the commands below:

git clone https://github.com/moutend/web-midi-debug
cd web-midi-debug
yarn install
yarn build

Contributing

Your contribution, including such as a fixing typo and reporting bugs are always welcome.

Author

Yoshiyuki Koyanagi moutend@gmail.com

LICENSE

MIT

About

The debug console web app for Web MIDI API.

https://moutend.github.io/web-midi-debug/

License:MIT License


Languages

Language:TypeScript 82.4%Language:HTML 17.6%