add dough function for raw dsp

This commit is contained in:
Felix Roos 2023-09-25 22:34:31 +02:00
parent 9e27c0fe2c
commit 6e26f39751
3 changed files with 87 additions and 1 deletions

View file

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