mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
using exponential scaling for frequencyEnvelope
This commit is contained in:
parent
f86a9b8626
commit
fe9a87daa3
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ function(Tone){
|
|||
"sustain" : 0.5,
|
||||
"release" : 2,
|
||||
"min" : 20,
|
||||
"max" : 4000
|
||||
"max" : 4000,
|
||||
"exponent" : 2
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue