Releases: matthewshirley/react-midi-hook
Releases · matthewshirley/react-midi-hook
1.0.1: CI + Bugfix
Breaking Changes
- None
Features
- Implemented CI/CD
Bug Fixes
- Fixed missing dependency on callback
Initial Release
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