format
This commit is contained in:
parent
626a99ba5b
commit
774372a339
6 changed files with 19 additions and 23 deletions
|
|
@ -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 };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue