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.sustain,
value.release, value.release,
]); ]);
console.log(attack, decay, sustain, release);
const font = fonts[n % fonts.length]; const font = fonts[n % fonts.length];
const ctx = getAudioContext(); const ctx = getAudioContext();
const bufferSource = await getFontBufferSource(font, value, ctx); const bufferSource = await getFontBufferSource(font, value, ctx);