cache loaded soundfonts

This commit is contained in:
Felix Roos 2022-08-07 23:53:14 +02:00
parent 8bd56d29d6
commit 3986c407ff
2 changed files with 13 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import { getFontBufferSource } from './fontloader.mjs';
import * as soundfontList from './list.mjs';
import { loadSoundfont, startPresetNote } from 'sfumato';
import './sfumato.mjs';
import { startPresetNote } from 'sfumato';
import { loadSoundfont } from './sfumato.mjs';
export { loadSoundfont, startPresetNote, getFontBufferSource, soundfontList };