Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed Oct 14, 2024
1 parent 2e6a561 commit 61f0707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/controls.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
});
});
2 changes: 1 addition & 1 deletion packages/superdough/synth.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ export function getOscillator(s, t, value) {
// envGain?.stop(time);
},
};
}
}

0 comments on commit 61f0707

Please sign in to comment.