Fixing more stuff

This commit is contained in:
2024-04-19 23:21:54 +02:00
parent 4c7cfb44ce
commit 8c0555b02f
5 changed files with 14 additions and 12 deletions

View File

@ -250,6 +250,7 @@ export class Player extends AbstractEvent {
} else {
return SkipEvent.createSkipProxy();
}
return
}
public midi(value: number | undefined = undefined) {
@ -282,6 +283,7 @@ export class Player extends AbstractEvent {
} else {
return SkipEvent.createSkipProxy();
}
return null;
}
scale(name: string|number[]) {
@ -475,6 +477,7 @@ export class Player extends AbstractEvent {
}
return this;
}
return this
}
wait(value: number | string | Function) {