set vib default to .5
This commit is contained in:
parent
cd6d1fb2d2
commit
c2560e0cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue