Releases: soppera/web-midi-mirror
Releases · soppera/web-midi-mirror
v1.4
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 runtsc
and copy files fromsrc/
instead of relying on files being in the root folder.
TheMakefile
support anOUTPUT_DIR
option to change where the output is written. - Added a
release.py
scripts that updates therelease
Git branch used by Github pages.
This scripts inserts the Git version in theindex.html
page to properly track which version is used.
Full Changelog: v1.3...v1.4
v1.3
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; seeREADME.md
for details.
Full Changelog: v1.2...v1.3
v1.2
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