Skip to content

Releases: midival/core

v0.2.0

02 May 13:36
d56f495

Choose a tag to compare

Minor Changes

  • 8bfca83: - Added sysex support! Now you can pass extra options to connect function
    • Added generic message event to MIDIValInput to subscribe when you want to process messages raw
    • fix: removed console log for unrecognised messages - now you can handle them with message event
    • Added explicit MIT Licence to the repository

v0.1.7

10 Mar 10:52
93bf3ac

Choose a tag to compare

Patch Changes

0.1.6

03 Feb 10:45

Choose a tag to compare

[0.1.6]

  • Fixed typing issue in MIDIValInput

0.1.5

02 Feb 21:31
e2c5bce

Choose a tag to compare

[0.1.5]

  • Adding .once method that allows to listen to an event once (as a callback or a promise)

0.1.3

12 Oct 19:06

Choose a tag to compare

feat: Adding the ability to define default MPE zones.

0.1.2

12 Oct 19:06

Choose a tag to compare

chore: bumping version

0.1.1

20 May 21:54
65e1c7b

Choose a tag to compare

feat: Updating exports to allow for @midival/core/mpe path (#19)

0.1.0

19 May 18:28
ee6633e

Choose a tag to compare

  • Support for MPE. You can now instantiate MPEMidivalInput or MPEMidivalOutput
  • 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

15 Jun 19:12
678627a

Choose a tag to compare

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

26 Mar 13:12

Choose a tag to compare

release 0.0.16: MIDI Clock messages.