From 269f63b5d8a71712f587370f1e0c54660e4c55ab Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Fri, 23 Jul 2021 18:20:00 +0100 Subject: Update code. change wasm part to match name . --- Build/Makefile | 6 ++++++ Build/index.html | 20 +++++--------------- 2 files changed, 11 insertions(+), 15 deletions(-) (limited to 'Build') diff --git a/Build/Makefile b/Build/Makefile index 6fe2da3..338fca8 100644 --- a/Build/Makefile +++ b/Build/Makefile @@ -10,6 +10,12 @@ make: emcc: $(EMCC) $(SOURCEDIR)/main.c ../FIR/firmath.c -s WASM=1 -O3 -o index.js $(EM_LDFALGS) -s EXTRA_EXPORTED_RUNTIME_METHODS='["ccall", "cwrap"]' + + +deploy: + scp index.html fam@main.lv:/srv/http/wasm.main.lv/wasmfir + scp index.js fam@main.lv:/srv/http/wasm.main.lv/wasmfir + scp index.wasm fam@main.lv:/srv/http/wasm.main.lv/wasmfir web: darkhttpd ./ --port 12345 diff --git a/Build/index.html b/Build/index.html index a91652f..39b2251 100644 --- a/Build/index.html +++ b/Build/index.html @@ -28,27 +28,17 @@
-          To save right click and "Save image as ..."
+          Run r, listen with s, apply filtr with q and listen again with s
           Supported keys:
-          left,right,up,down - change position by 10 pixels
-          r                  - reset the configuration
-          '-'                - decrease amount of levels
-          '='                - increase amount of levels
-          q                  - previous color pattern
-          w                  - next color pattern
-          a                  - decrease size
-          s                  - increase size
+          r - record sound buffer
+          s - play recorded buffer
+          q - applay fir filter
         
           Changelog:
-            v0.3 - 
-              fixed help -> increase button set to '='
-            v0.2 - 
-              fixed increase size bug, when fractal become as point
-              color pattern bug when go to next color
             v0.1 - initial release
         
- \ No newline at end of file + -- cgit v1.2.3