diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index f58161b1..0734b581 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -94,7 +94,6 @@ export function registerSynthSounds() { }, ); const gainAdjustment = 1 / Math.sqrt(voices); - // console.log(node.parameters.get('frequency')); getPitchEnvelope(node.parameters.get('detune'), value, begin, holdend); getVibratoOscillator(node.parameters.get('detune'), value, begin); applyFM(node.parameters.get('frequency'), value, begin);