mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: lint
This commit is contained in:
parent
2e6a561184
commit
61f070744a
@ -1613,4 +1613,4 @@ export const ar = register('ar', (t, pat) => {
|
||||
t = !Array.isArray(t) ? [t] : t;
|
||||
const [attack, release = attack] = t;
|
||||
return pat.set({ attack, release });
|
||||
});
|
||||
});
|
||||
|
||||
@ -249,4 +249,4 @@ export function getOscillator(s, t, value) {
|
||||
// envGain?.stop(time);
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user