Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jottenlips/usemidi

↪️ Hook wrapping WEBMIDI.js 🎶
https://github.com/jottenlips/usemidi

hooks lerna midi midi-controller react react-hooks reactjs webmidiapi webmidijs

Last synced: 10 days ago
JSON representation

↪️ Hook wrapping WEBMIDI.js 🎶

Awesome Lists containing this project

README

        

# useMIDI hook

`yarn add react-use-midi`

# demo

[useMIDI](https://jottenlips.github.io/useMIDI/index)

# Build demo locally

```console
lerna bootstrap --hoist
lerna run tsc
lerna run start
```

# deploy

```console
lerna run tsc
lerna run deploy
```