This commit is contained in:
Jade Rowland 2023-12-16 13:36:05 -05:00
parent 93a4efcf6d
commit b5dc65d52a

View File

@ -137,9 +137,6 @@ export function registerSoundfonts() {
value.sustain,
value.release,
]);
console.log(attack, decay, sustain, release);
const font = fonts[n % fonts.length];
const ctx = getAudioContext();
const bufferSource = await getFontBufferSource(font, value, ctx);