Update zifferjs

This commit is contained in:
2023-12-07 01:50:04 +02:00
parent 65fccac799
commit faed3f8868
3 changed files with 10 additions and 5 deletions

View File

@ -288,6 +288,11 @@ export class Player extends AbstractEvent {
lead = () => this.voiceleading();
arpeggio(indexes: string|number[]) {
if (this.atTheBeginning()) this.ziffers.arpeggio(indexes);
return this;
}
invert = (n: number) => {
if (this.atTheBeginning()) {
this.ziffers.invert(n);