diff --git a/packages/core/controls.mjs b/packages/core/controls.mjs index e66326db..5a275294 100644 --- a/packages/core/controls.mjs +++ b/packages/core/controls.mjs @@ -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 }); -}); \ No newline at end of file +}); diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index cb556030..621a6e59 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -249,4 +249,4 @@ export function getOscillator(s, t, value) { // envGain?.stop(time); }, }; -} \ No newline at end of file +}