Skip to content

Commit

Permalink
updated engine with new samples
Browse files Browse the repository at this point in the history
(cherry picked from commit 7afba9d)
  • Loading branch information
tmhglnd authored and munshkr committed Jan 22, 2024
1 parent 08b5e46 commit ee4b61b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"cross-env": "^7.0.3",
"hydra-synth": "^1.3.29",
"lucide-react": "^0.128.0",
"mercury-engine": "^1.2.0",
"mercury-engine": "^1.2.2",
"p5": "^1.9.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/lib/mercury-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Mercury } from "mercury-engine";
// global variable m for the main output sound from Mercury
declare global {
interface Window {
m : any;
m : number;
}
}

Expand Down

0 comments on commit ee4b61b

Please sign in to comment.