mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-16 05:43:56 +00:00
styling minOutput differently
This commit is contained in:
parent
ffe3d434c6
commit
ed20e2cdda
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ define(["../core/Tone", "../type/Type", "../core/AudioNode", "../core/Timeline"]
|
|||
* @type {Number}
|
||||
* @private
|
||||
*/
|
||||
Tone.Param.prototype._minOutput = 0.00001;
|
||||
Tone.Param.prototype._minOutput = 1e-5;
|
||||
|
||||
/**
|
||||
* The event types
|
||||
|
|
Loading…
Reference in a new issue