beginning
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
"postcss": "^8.4.27",
|
"postcss": "^8.4.27",
|
||||||
"showdown": "^2.1.0",
|
"showdown": "^2.1.0",
|
||||||
"showdown-highlight": "^3.1.0",
|
"showdown-highlight": "^3.1.0",
|
||||||
"superdough": "^0.9.10",
|
"superdough": "^0.9.11",
|
||||||
"tailwind-highlightjs": "^2.0.1",
|
"tailwind-highlightjs": "^2.0.1",
|
||||||
"tailwindcss": "^3.3.3",
|
"tailwindcss": "^3.3.3",
|
||||||
"tone": "^14.8.49",
|
"tone": "^14.8.49",
|
||||||
|
|||||||
@ -62,6 +62,10 @@ export class SoundEvent extends AudibleEvent {
|
|||||||
fmrelease: ["fmrelease", "fmrel"],
|
fmrelease: ["fmrelease", "fmrel"],
|
||||||
fmvelocity: ["fmvelocity", "fmvel"],
|
fmvelocity: ["fmvelocity", "fmvel"],
|
||||||
fmwave: ["fmwave", "fmw"],
|
fmwave: ["fmwave", "fmw"],
|
||||||
|
phaser: ["phaser", "phas"],
|
||||||
|
phaserDepth: ["phaserDepth", "phasdepth"],
|
||||||
|
phaserSweep: ["phaserSweep", "phassweep"],
|
||||||
|
phaserCenter: ["phaserCenter", "phascenter"],
|
||||||
fmadsr: (a: number, d: number, s: number, r: number) => {
|
fmadsr: (a: number, d: number, s: number, r: number) => {
|
||||||
this.updateValue("fmattack", a);
|
this.updateValue("fmattack", a);
|
||||||
this.updateValue("fmdecay", d);
|
this.updateValue("fmdecay", d);
|
||||||
|
|||||||
@ -3319,10 +3319,10 @@ sucrase@^3.32.0:
|
|||||||
pirates "^4.0.1"
|
pirates "^4.0.1"
|
||||||
ts-interface-checker "^0.1.9"
|
ts-interface-checker "^0.1.9"
|
||||||
|
|
||||||
superdough@^0.9.10:
|
superdough@^0.9.11:
|
||||||
version "0.9.10"
|
version "0.9.11"
|
||||||
resolved "https://registry.yarnpkg.com/superdough/-/superdough-0.9.10.tgz#9554964741c508b4c5d596fa8acbb2efea822250"
|
resolved "https://registry.yarnpkg.com/superdough/-/superdough-0.9.11.tgz#3a3842a47d6340477f77d39077303f05e15274dd"
|
||||||
integrity sha512-IGu0+fBXpSS4l4Q+4ATRhSFXnas7t2G6uc5Ry+keQ4G+nc6uK6twAP0YyBlSB4RUdGpZCIS1o0t8qJ7MaBg4gw==
|
integrity sha512-s0SNSg/EJHwp2sUnE2A7pTZ0G2luiSEq9NVKJvodjJw11Tn0fOp9XcnegNXINYz3U6mAsUYRoeaj4NmuTL13fA==
|
||||||
dependencies:
|
dependencies:
|
||||||
nanostores "^0.8.1"
|
nanostores "^0.8.1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user