Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎶
- Host: GitHub
- URL: https://github.com/jottenlips/usemidi
- Owner: jottenlips
- Created: 2020-07-26T03:29:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T15:19:12.000Z (about 2 years ago)
- Last Synced: 2024-11-21T12:47:41.666Z (about 1 month ago)
- Topics: hooks, lerna, midi, midi-controller, react, react-hooks, reactjs, webmidiapi, webmidijs
- Language: JavaScript
- Homepage: https://jottenlips.github.io/useMIDI/
- Size: 5.95 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```