This commit is contained in:
Jade (Rose) Rowland 2025-09-27 15:29:55 -04:00
parent 626a99ba5b
commit 774372a339
6 changed files with 19 additions and 23 deletions

View file

@ -100,7 +100,7 @@ export function getCommonSampleInfo(hapValue, bank) {
transpose = -midiDiff(closest); // semitones to repitch
index = getSoundIndex(n, bank[closest].length);
url = bank[closest][index];
}
}
const label = `${s}:${index}`;
return { transpose, url, index, midi, label };
}
}