From 26d7a32f111b3dfa057380b321af464cd80e0b02 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 31 Aug 2023 04:26:14 +0200 Subject: [PATCH] remove comments --- packages/superdough/synth.mjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index 592ecb2e..c6773350 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -34,11 +34,11 @@ export function registerSynthSounds() { fmh: fmHarmonicity = 1, fmi: fmModulationIndex, fmenv: fmEnvelopeType = 'linear', - fmattack: fmAttack, // = 0.001, - fmdecay: fmDecay, // = 0.2, - fmsustain: fmSustain, // = 0.001, - fmrelease: fmRelease, // = 0.1 - fmvelocity: fmVelocity, // = 1, + fmattack: fmAttack, + fmdecay: fmDecay, + fmsustain: fmSustain, + fmrelease: fmRelease, + fmvelocity: fmVelocity, fmwave: fmWaveform = 'sine', } = value; let { n, note, freq } = value;