rename: superdough.mjs > webaudio.mjs

(to keep history?)
This commit is contained in:
Felix Roos 2023-08-11 12:20:36 +02:00
parent 738e714f45
commit 75281afe05
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import { midiToFreq, noteToMidi } from './util.mjs';
import { registerSound } from './superdough.mjs';
import { registerSound } from './webaudio.mjs';
import { getOscillator, gainNode, getEnvelope } from './helpers.mjs';
export function registerSynthSounds() {