From a001c8c9a25940cebbe391431ebf0372aacc2dad Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 19 Jan 2024 17:28:00 +0100 Subject: [PATCH] web midi --- TODO | 2 + templates/web-demo/src/index.html | 71 ++++++++++++++++++++++++++++--- templates/web-make/Makefile | 10 +++++ templates/web-make/vars.mk | 1 + templates/web/src/processor.c | 26 +++++++++++ templates/web/src/processor.js | 24 +++++++++++ test/plugin.h | 19 +++++++++ 7 files changed, 147 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index d8d645a..5c093ab 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +* mod wheel + * recursive object merge in tibia * copyrights * dotjs error on undefined or JSON schema diff --git a/templates/web-demo/src/index.html b/templates/web-demo/src/index.html index 2a9a58e..c1b4484 100644 --- a/templates/web-demo/src/index.html +++ b/templates/web-demo/src/index.html @@ -7,8 +7,9 @@ import * as demo from "./{{=it.product.bundleName}}.js"; window.demo = demo;