New zifferjs version

This commit is contained in:
2023-11-23 00:13:22 +02:00
parent 80a7bc9dc8
commit 060cddd82c
3 changed files with 10 additions and 5 deletions

View File

@ -245,6 +245,11 @@ export class Player extends AbstractEvent {
return this;
}
tonnetz(transform: string, tonnetz: TonnetzSpaces = [3, 4, 5]) {
if (this.atTheBeginning()) this.ziffers.tonnetz(transform, tonnetz);
return this;
}
triadTonnetz(transform: string, tonnetz: TonnetzSpaces = [3, 4, 5]) {
if (this.atTheBeginning()) this.ziffers.triadTonnetz(transform, tonnetz);
return this;