Skip to content

Commit

Permalink
Merge pull request #246 from munshkr/fix/update-mercury
Browse files Browse the repository at this point in the history
feat(web): Updated engine with new samples
  • Loading branch information
munshkr authored Jan 22, 2024
2 parents 08b5e46 + ee4b61b commit efaeb79
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 efaeb79

Please sign in to comment.