Add wavetable oscillator with scanning, warps, and detune

This commit is contained in:
Aria 2025-08-25 08:44:18 -05:00
parent b54139376e
commit 02cd79a6d9
8 changed files with 715 additions and 77 deletions

View file

@ -11,3 +11,4 @@ export * from './synth.mjs';
export * from './zzfx.mjs';
export * from './logger.mjs';
export * from './dspworklet.mjs';
export * from './wavetable.mjs';