Skip to content

Releases: soppera/web-midi-mirror

v1.4

23 Oct 23:37
Compare
Choose a tag to compare

Changes:

  • Support tablet/phones properly with <meta name="viewport"> tag.
    The page is now zoomed properly by default and the log text's size does not jump around anymore.
  • Use make to run tsc and copy files from src/ instead of relying on files being in the root folder.
    The Makefile support an OUTPUT_DIR option to change where the output is written.
  • Added a release.py scripts that updates the release Git branch used by Github pages.
    This scripts inserts the Git version in the index.html page to properly track which version is used.

Full Changelog: v1.3...v1.4

v1.3

23 Oct 00:55
Compare
Choose a tag to compare

Changes:

  • MIDI System Events (0xF? ones) are now ignored (neither transmitted nor logged).
    This prevents sending back events like Active Sensing (0xFE) (which may cause issues as there is no guarantee we emit them constantly) or tempo for example.
  • The JavaScript uses modules now.
  • The repository now uses TypeScript.
    The JavaScript needs to be built now; see README.md for details.

Full Changelog: v1.2...v1.3

v1.2

10 Oct 23:59
Compare
Choose a tag to compare

Changes:

  • Support connection and disconnections of MIDI ports (only Chrome works, Firefox does not send events).
  • Added a warning next to Local Control buttons as many pianos don't support it.
  • Add a log of events and an option to log all MIDI events.
    Catch send exceptions and log them there.

Full Changelog: v1.1...v1.2

v1.1

04 Jun 01:02
f5ecd7b
Compare
Choose a tag to compare
Add usage section to README.

v1.0

04 Jun 01:01
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release
First commit.