Skip to content

Releases: midival/core

v0.1.7

10 Mar 10:52
93bf3ac
Compare
Choose a tag to compare

Patch Changes

0.1.6

03 Feb 10:45
Compare
Choose a tag to compare

[0.1.6]

  • Fixed typing issue in MIDIValInput

0.1.5

02 Feb 21:31
e2c5bce
Compare
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
Compare
Choose a tag to compare

feat: Adding the ability to define default MPE zones.

0.1.2

12 Oct 19:06
Compare
Choose a tag to compare
chore: bumping version

0.1.1

20 May 21:54
65e1c7b
Compare
Choose a tag to compare
feat: Updating exports to allow for @midival/core/mpe path (#19)

0.1.0

19 May 18:28
ee6633e
Compare
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
Compare
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
Compare
Choose a tag to compare
release 0.0.16: MIDI Clock messages.

0.0.15

19 Feb 18:41
Compare
Choose a tag to compare
Version 0.0.15: Refactored to use @hypersphere/omnibus internaly.