move zzfx stuff to separate file

This commit is contained in:
Felix Roos 2023-08-30 15:27:07 +02:00
parent afb8ab44cf
commit 1463f27a0f
4 changed files with 113 additions and 94 deletions

View file

@ -8,4 +8,5 @@ export * from './superdough.mjs';
export * from './sampler.mjs';
export * from './helpers.mjs';
export * from './synth.mjs';
export * from './zzfx.mjs';
export * from './logger.mjs';