Skip to content

Releases: matthewshirley/react-midi-hook

1.0.1: CI + Bugfix

30 Apr 01:34
Compare
Choose a tag to compare

Breaking Changes

  • None

Features

  • Implemented CI/CD

Bug Fixes

  • Fixed missing dependency on callback

Initial Release

29 Apr 23:37
Compare
Choose a tag to compare

Breaking Changes

  • None

Features

  • Introduced a useMidi() hook to access MIDI inputs and messages
  • Implemented logic to handle input connection and disconnections
  • Implemented logic to handle incoming messages and obtain musical references (note, octave).

Bug Fixes

  • None