set vib default to .5

This commit is contained in:
Felix Roos 2023-09-17 10:41:13 +02:00
parent cd6d1fb2d2
commit c2560e0cf8

View File

@ -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