fix: lint
This commit is contained in:
parent
b0d2115f43
commit
8703d684c4
8 changed files with 19 additions and 19 deletions
|
|
@ -73,8 +73,8 @@ export function registerSynthSounds() {
|
|||
'supersaw',
|
||||
(begin, value, onended) => {
|
||||
const ac = getAudioContext();
|
||||
const {z1, z2, z3} = value;
|
||||
let { duration, n, unison = z2 ?? 5, spread = z3 ?? 0.6, detune, } = value;
|
||||
const { z1, z2, z3 } = value;
|
||||
let { duration, n, unison = z2 ?? 5, spread = z3 ?? 0.6, detune } = value;
|
||||
detune = detune ?? n ?? z1 ?? 0.18;
|
||||
const frequency = getFrequencyFromValue(value);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue