diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index 2e2b7cb2..5ca62105 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -41,7 +41,7 @@ export function registerSynthSounds() { fmvelocity: fmVelocity, fmwave: fmWaveform = 'sine', vib = 0, - vibmod = 1, + vibmod = .5, } = value; let { n, note, freq } = value; // with synths, n and note are the same thing