fix import
This commit is contained in:
parent
3776791239
commit
b5039ecce8
3 changed files with 19 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { noteToMidi, freqToMidi, _mod } from '@strudel.cycles/core';
|
||||
import { noteToMidi, freqToMidi, getSoundIndex } from '@strudel.cycles/core';
|
||||
import { getAudioContext, registerSound, getEnvelope } from '@strudel.cycles/webaudio';
|
||||
import gm from './gm.mjs';
|
||||
import { getSoundIndex } from '../superdough/util.mjs';
|
||||
|
||||
let loadCache = {};
|
||||
async function loadFont(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue