fix: lint
This commit is contained in:
parent
2e6a561184
commit
61f070744a
2 changed files with 2 additions and 2 deletions
|
|
@ -1613,4 +1613,4 @@ export const ar = register('ar', (t, pat) => {
|
||||||
t = !Array.isArray(t) ? [t] : t;
|
t = !Array.isArray(t) ? [t] : t;
|
||||||
const [attack, release = attack] = t;
|
const [attack, release = attack] = t;
|
||||||
return pat.set({ attack, release });
|
return pat.set({ attack, release });
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -249,4 +249,4 @@ export function getOscillator(s, t, value) {
|
||||||
// envGain?.stop(time);
|
// envGain?.stop(time);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue