mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-29 08:01:50 -04:00
format
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user