Skip to content

Releases: josephdadams/midi-relay

3.3.0

29 Jan 11:45
0d3cdec
Compare
Choose a tag to compare

What's Changed

  • v3.3.0 Update, Make Improvement to Trigger Setting Page by @chanx in #53

New Contributors

  • @chanx made their first contribution in #53

Full Changelog: v3.2.0...v3.3.0

3.2.0

14 Dec 16:05
Compare
Choose a tag to compare
v3.2.0

support for sending midi back over socket.io

3.1.2 - fix sysex commands

09 Sep 00:32
Compare
Choose a tag to compare

sysex commands were not being properly processed as an array, it was trying to send the whole thing as a single element.

3.1.1 - remove port close on commands sent

18 Aug 13:09
Compare
Choose a tag to compare

Previously commands were sent and the midi port immediately closed, this was causing midi-relay to send note-off messages to all channels which is unncessary.

3.1.0

18 Aug 03:43
Compare
Choose a tag to compare

Adds triggers support and fixes other stuff

3.0.7 - hide license on startup option

13 Jul 13:06
Compare
Choose a tag to compare
v3.0.7

add option to hide license on startup

3.0.6 - add auto rescan for MIDI ports

13 Jun 13:56
Compare
Choose a tag to compare

This adds a feature, if enabled, that will auto rescan every 60 seconds for any change in MIDI ports.

3.0.5 - fix for older HTTP requests

31 May 18:08
Compare
Choose a tag to compare

The older Companion module needs a specific type of response. This should help.

3.0.4 - fix for sending MSC

31 May 11:15
Compare
Choose a tag to compare

a required dependency was missing

3.0.3 - minor fixes to midi sending

30 May 18:58
Compare
Choose a tag to compare
v3.0.3

small improvements to midi sending