Skip to content

Commit

Permalink
update deps + hidden ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0stbyteR committed Jun 18, 2024
1 parent b713df0 commit d280ecc
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 33 deletions.
63 changes: 35 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@babel/runtime": "^7.18.9",
"@fortawesome/fontawesome-free": "^5.15.3",
"@grame/faustwasm": "^0.3.1",
"@shren/faust-ui": "^1.1.9",
"@shren/faust-ui": "^1.1.11",
"@types/bootstrap": "^4.6.0",
"@types/jquery": "^3.5.5",
"@types/qrcode": "^1.4.0",
"@types/wavesurfer.js": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@zenfs/core": "^0.9.7",
"@zenfs/dom": "^0.2.6",
"@zenfs/core": "^0.12.10",
"@zenfs/dom": "^0.2.13",
"babel-loader": "^9.1.0",
"bootstrap": "^4.6.0",
"clean-webpack-plugin": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ $(async () => {
}
if (!node) throw new Error("Unknown Error in WebAudio Node.");
node.setPlotHandler(plotHandler);
node.listenSensors()
node.listenSensors();
} catch (e) { /*
const uiWindow = ($("#iframe-faust-ui")[0] as HTMLIFrameElement).contentWindow;
uiWindow.postMessage(JSON.stringify({ type: "clear" }), "*");
Expand Down
Loading

0 comments on commit d280ecc

Please sign in to comment.