Skip to content

Commit

Permalink
Updated with faustwasm 0.7.0. Set version to 1.5.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 2, 2024
1 parent 61d6a83 commit b48650f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fausteditorweb",
"version": "1.5.10",
"version": "1.5.11",
"description": "Faust IDE",
"main": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -39,16 +39,16 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@fortawesome/fontawesome-free": "^5.15.3",
"@grame/faustwasm": "^0.6.4",
"@grame/faustwasm": "^0.7.0",
"@shren/faust-ui": "^1.1.13",
"@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.18.0",
"@zenfs/dom": "^0.2.15",
"@zenfs/core": "^1.0.0",
"@zenfs/dom": "^0.2.16",
"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.startSensors();
} catch (e) { /*
const uiWindow = ($("#iframe-faust-ui")[0] as HTMLIFrameElement).contentWindow;
uiWindow.postMessage(JSON.stringify({ type: "clear" }), "*");
Expand Down

0 comments on commit b48650f

Please sign in to comment.