fix: lint

This commit is contained in:
Felix Roos 2023-08-20 22:36:44 +02:00
parent 0c124bcca3
commit f7d17875c0

View File

@ -1,5 +1,5 @@
import { midiToFreq, noteToMidi } from './util.mjs';
import { registerSound } from './superdough.mjs';
import { registerSound, getAudioContext } from './superdough.mjs';
import { getOscillator, gainNode, getEnvelope } from './helpers.mjs';
const mod = (freq, range = 1, type = 'sine') => {