Move things around to allow selection by name and avoid circular imports; fixed chebyshev

This commit is contained in:
Aria 2025-09-04 11:47:01 -05:00
parent bb982e6b9b
commit 42ab65abdb
12 changed files with 142 additions and 106 deletions

View file

@ -1,5 +1,6 @@
import { clamp, midiToFreq, noteToMidi } from './util.mjs';
import { registerSound, getAudioContext, soundMap, getLfo } from './superdough.mjs';
import { registerSound, soundMap, getLfo } from './superdough.mjs';
import { getAudioContext } from './audioContext.mjs';
import {
applyFM,
gainNode,