adjust default envelope

This commit is contained in:
Felix Roos 2022-09-22 19:09:38 +02:00
parent 014c258c57
commit 91934006d5
2 changed files with 4 additions and 3 deletions

View file

@ -181,10 +181,10 @@ Pattern.prototype.out = function () {
crush,
shape,
pan,
attack = 0.0001,
decay = 0.0001,
attack = 0.001,
decay = 0.001,
sustain = 1,
release = 0.0001,
release = 0.001,
speed = 1, // sample playback speed
begin = 0,
end = 1,