New zifferjs version

This commit is contained in:
2023-12-31 00:32:03 +02:00
parent 0e939a81c7
commit 05692a61fa
3 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@
"tone": "^14.8.49",
"unique-names-generator": "^4.7.1",
"vite-plugin-markdown": "^2.1.0",
"zifferjs": "^0.0.60",
"zifferjs": "^0.0.61",
"zyklus": "^0.1.4",
"zzfx": "^1.2.0"
}

View File

@ -370,11 +370,11 @@ export class Player extends AbstractEvent {
}
octaTowers = this.octaTower;
borentzRegions(tonnetz: TonnetzSpaces = [3, 4, 5]) {
if (this.atTheBeginning()) this.ziffers.borentzRegions(tonnetz);
boretzRegions(tonnetz: TonnetzSpaces = [3, 4, 5]) {
if (this.atTheBeginning()) this.ziffers.boretzRegions(tonnetz);
return this;
}
borentz = this.borentzRegions;
boretz = this.boretzRegions;
weitzmannRegions(tonnetz: TonnetzSpaces = [3, 4, 5]) {
if (this.atTheBeginning()) this.ziffers.weitzmannRegions(tonnetz);

View File

@ -4033,10 +4033,10 @@ yaml@^2.1.1:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
zifferjs@^0.0.60:
version "0.0.60"
resolved "https://registry.yarnpkg.com/zifferjs/-/zifferjs-0.0.60.tgz#c4e7f3b291d9357a3d730a868b311d1a5cfc3b34"
integrity sha512-Z47rZ16fHmPSJSCo9dLJVbKvzvov42e3INTPgB1ClSjSw35Vq3Drl4i+UHDeLrJPjkLYlcJ80J5RxjSpqr5gIQ==
zifferjs@^0.0.61:
version "0.0.61"
resolved "https://registry.yarnpkg.com/zifferjs/-/zifferjs-0.0.61.tgz#cf105211c6685306e646c1c930d62915d33a32c9"
integrity sha512-EsQDbkenVwufprPoKiA1r9Tmsd+GywpWRYKIMQYCdMaEUox97SctIKARaNUqzyZZFURGR4wLRLlQVwXArE51tA==
zyklus@^0.1.4:
version "0.1.4"