This commit is contained in:
Jade (Rose) Rowland 2025-05-20 21:41:40 +01:00
parent 058cb36640
commit b8d2d02466
4 changed files with 86 additions and 3 deletions

View file

@ -137,6 +137,7 @@ const defaultDefaultValues = {
shapevol: 1,
distortvol: 1,
delay: 0,
byteBeatExpression: '0',
delayfeedback: 0.5,
delaytime: 0.25,
orbit: 1,
@ -475,6 +476,7 @@ export const superdough = async (value, t, hapDuration) => {
let {
s = getDefaultValue('s'),
bank,
byteBeatExpression,
source,
gain = getDefaultValue('gain'),
postgain = getDefaultValue('postgain'),