mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-11 00:13:06 -04:00
set vib default to .5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user