close() doesn't exist for OfflineAudioContext
This commit is contained in:
parent
908c0e44ff
commit
9a47e0f11e
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ export async function renderPatternAudio(pattern, cps, begin, end) {
|
||||||
a.click();
|
a.click();
|
||||||
document.body.removeChild(a);
|
document.body.removeChild(a);
|
||||||
URL.revokeObjectURL(url);
|
URL.revokeObjectURL(url);
|
||||||
await context.close()
|
|
||||||
setAudioContext(null)
|
setAudioContext(null)
|
||||||
setSuperdoughAudioController(null)
|
setSuperdoughAudioController(null)
|
||||||
await initAudio()
|
await initAudio()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue