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

@ -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);