mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
set vib default to .5
This commit is contained in:
parent
cd6d1fb2d2
commit
c2560e0cf8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user