0.2.0 • Published 2 years ago

use-midi v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

use midi

 version  Downloads  jsDelivr  minified size  types includes  license

Installation

npm install use-midi

Quick started

git clone https://github.com/tseijp/use-midi
cd use-midi
cd examples
yarn i
yarn start

Documentation and Examples

More info about the project can be found here.

Examples and tutorials can be found here.

What does it look like?

import React from 'react'
import { useMidi } from 'use-midi'

export function App () {
  const ref = React.useRef()

  const bind = useMidi(() => {/*~~~*/})

  return (
    <button {...bind()}/>
  )
}
0.2.0

2 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

6 years ago