Releases: midival/core
Releases · midival/core
v0.2.0
Minor Changes
- 8bfca83: - Added sysex support! Now you can pass extra options to connect function
- Added generic
messageevent to MIDIValInput to subscribe when you want to process messages raw - fix: removed console log for unrecognised messages - now you can handle them with
messageevent - Added explicit MIT Licence to the repository
- Added generic
v0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
0.1.1
feat: Updating exports to allow for @midival/core/mpe path (#19)
0.1.0
- Support for MPE. You can now instantiate
MPEMidivalInputorMPEMidivalOutput - Added support for Registered Parameters. See MIDI Documentation, Table 3a
- Dependencies were updated to the latest versions including TypeScript 5.0
- Breaking:
onPitchBendcallback changed it's parameter type. Instead of number it recieved object with value and channel. See Migration guide for more information.
0.0.17
Release 0.0.17: onDevice(Input/Output)Connected fix * Changing behavior of MIDIVal device connected / disconnected callbacks. Code cleanup. * Adding extra tests. * More tests + prettier. * Release 0.0.17
0.0.16
release 0.0.16: MIDI Clock messages.