This commit is contained in:
2023-11-11 00:37:30 +02:00
51 changed files with 7239 additions and 842 deletions

View File

@ -432,7 +432,6 @@ export class SoundEvent extends AudibleEvent {
};
out = (): void => {
console.log(this.app.clock.time_position.pulse)
const events = objectWithArraysToArrayOfObjects(this.values, [
"parsedScale",
]);