mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-29 16:02:51 -04:00
close() doesn't exist for OfflineAudioContext
This commit is contained in:
@@ -82,7 +82,6 @@ export async function renderPatternAudio(pattern, cps, begin, end) {
|
||||
a.click();
|
||||
document.body.removeChild(a);
|
||||
URL.revokeObjectURL(url);
|
||||
await context.close()
|
||||
setAudioContext(null)
|
||||
setSuperdoughAudioController(null)
|
||||
await initAudio()
|
||||
|
||||
Reference in New Issue
Block a user