minor changes

This commit is contained in:
2023-11-10 12:08:29 +01:00
parent c21ce61c16
commit 7820d85b40
5 changed files with 142 additions and 137 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",
]);