Merge branch 'main' into glossing/distortion-modes

This commit is contained in:
Aria 2025-09-30 23:25:57 -05:00
commit ccbf28f2db
14 changed files with 774 additions and 151 deletions

View file

@ -1,5 +1,5 @@
import { clamp } from './util.mjs';
import { registerSound, soundMap, getLfo } from './superdough.mjs';
import { registerSound, soundMap } from './superdough.mjs';
import { getAudioContext } from './audioContext.mjs';
import {
applyFM,
@ -7,6 +7,7 @@ import {
gainNode,
getADSRValues,
getFrequencyFromValue,
getLfo,
getParamADSR,
getPitchEnvelope,
getVibratoOscillator,