Releases: midival/core
Releases · midival/core
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
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.
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.
0.0.15
Version 0.0.15: Refactored to use @hypersphere/omnibus internaly.