Insane array mangling for scale arrays

This commit is contained in:
2023-11-04 15:43:07 +02:00
parent 466a562acf
commit 4824e81dd4
2 changed files with 11 additions and 10 deletions

View File

@ -375,7 +375,6 @@ export class SoundEvent extends AudibleEvent {
const events = objectWithArraysToArrayOfObjects(filteredValues, [
"parsedScale",
]);
events.forEach((event) => {
const [note, _] = noteFromPc(
(event.key as number) || "C4",