Releases: josephdadams/midi-relay
Releases · josephdadams/midi-relay
3.3.0
3.2.0
v3.2.0 support for sending midi back over socket.io
3.1.2 - fix sysex commands
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
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
Adds triggers support and fixes other stuff
3.0.7 - hide license on startup option
v3.0.7 add option to hide license on startup
3.0.6 - add auto rescan for MIDI ports
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
The older Companion module needs a specific type of response. This should help.
3.0.4 - fix for sending MSC
a required dependency was missing
3.0.3 - minor fixes to midi sending
v3.0.3 small improvements to midi sending