0.1.0
- Support for MPE. You can now instantiate
MPEMidivalInput
orMPEMidivalOutput
- Added support for Registered Parameters. See MIDI Documentation, Table 3a
- Dependencies were updated to the latest versions including TypeScript 5.0
- Breaking:
onPitchBend
callback changed it's parameter type. Instead of number it recieved object with value and channel. See Migration guide for more information.