fix import

This commit is contained in:
Jade (Rose) Rowland 2023-12-28 10:19:20 -05:00
parent 3776791239
commit b5039ecce8
3 changed files with 19 additions and 5 deletions

View file

@ -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) {