From ed20e2cdda7a354c5640b594cb1135be7416dbd0 Mon Sep 17 00:00:00 2001 From: tambien Date: Tue, 8 Jan 2019 11:27:28 -0500 Subject: [PATCH] styling minOutput differently --- Tone/core/Param.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tone/core/Param.js b/Tone/core/Param.js index a981a8fc..11cc068a 100644 --- a/Tone/core/Param.js +++ b/Tone/core/Param.js @@ -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