Extend to FM, vibrato, etc

This commit is contained in:
Aria 2025-12-28 20:13:15 -05:00
parent 99bec835f8
commit 48f6a41683
9 changed files with 112 additions and 64 deletions

View file

@ -75,7 +75,7 @@ export const getZZFX = (value, t) => {
source.start(t);
return {
node: source,
source,
nodes: { source: [source] },
};
};