Merge branch 'main' of github.com:Bubobubobubobubo/Topos

This commit is contained in:
2023-11-24 01:49:29 +01:00
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;