react-midi-hooks icon indicating copy to clipboard operation
react-midi-hooks copied to clipboard

A library of React hooks for integrating MIDI devices into your applications. Effortlessly manage connections and real-time events to create dynamic, MIDI-driven experiences.

Results 16 react-midi-hooks issues
Sort by recently updated
recently updated
newest added

Recently ran `npm update` on a project and now midi doesn't seem to work anymore. Here is the error I'm getting: ...no idea what's going on, but I thought you...

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

Hi @nickroberts404! XD I have a component that looks like this: ```jsx const Piano = (props) => { const { inputs } = useMIDI() return ( ) } export default...

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=6.4.0&new-version=6.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

See this issue for more details https://github.com/nicorobo/react-midi-hooks/issues/20 TL;DR: some midi instruments send a "note on" message with velocity zero instead of "note off" messages. Prior to this change, the `useMidiNotes`...

Hi there, thanks for making this package. When using: `const { input, inputs, selectInput, selectedInputId } = useMIDIInputs()` it does not currently expose the device manufacturer within `inputs[]` is this...