Document pitch method

This commit is contained in:
2023-11-11 01:33:58 +02:00
parent 43d6d6831b
commit 2bb46d330c
6 changed files with 4599 additions and 3 deletions

View File

@ -244,6 +244,16 @@ export class Player extends Event {
return this;
}
tonnetz(transform: string) {
if (this.atTheBeginning()) this.ziffers.tonnetzTransformation(transform);
return this;
}
tonnetzChord(chord: string) {
if (this.atTheBeginning()) this.ziffers.tonnetzChords(chord);
return this;
}
voiceleading() {
if (this.atTheBeginning()) this.ziffers.lead();
return this;