Files @ 3cd80b266561
Branch filter:

Location: light9/web/collector/index.html

drewp@bigasterisk.com
refactor midiFade a lot; try to catch all midi events even better,
even if rdfdb runs slow
<!DOCTYPE html>
<html>
  <head>
    <title>collector</title>
    <meta charset="utf-8" />

    <link rel="stylesheet" href="../style.css" />
    <script type="module" src="Light9CollectorUi"></script>

    <style>
      td {
        white-space: nowrap;
      }
    </style>
  </head>
  <body>
    <light9-collector-ui></light9-collector-ui>
  </body>
</html>