register soundfonts as sounds too
This commit is contained in:
parent
6f5d096e6d
commit
ac148b2f32
7 changed files with 421 additions and 379 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { getFontBufferSource } from './fontloader.mjs';
|
||||
import { getFontBufferSource, registerSoundfonts } from './fontloader.mjs';
|
||||
import * as soundfontList from './list.mjs';
|
||||
import { startPresetNote } from 'sfumato';
|
||||
import { loadSoundfont } from './sfumato.mjs';
|
||||
|
||||
export { loadSoundfont, startPresetNote, getFontBufferSource, soundfontList };
|
||||
export { loadSoundfont, startPresetNote, getFontBufferSource, soundfontList, registerSoundfonts };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue