BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 032ea0cdec0f9653bda492d602ef16187e4299a9
parent 413f636bdb3f007d7cce960fca6de38a82a973ad
Author: Matt Demanett <matt@demanett.net>
Date:   Sun, 22 Dec 2019 20:20:26 -0500

Remove redundant call.

Diffstat:
Msrc/Edge.hpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/Edge.hpp b/src/Edge.hpp @@ -55,7 +55,6 @@ struct Edge : BGModule { configParam(RISE_PARAM, -1.0f, 1.0f, 0.1f, "Rising threshold", " V", 0.0f, 10.0f); configParam(FALL_PARAM, -1.0f, 1.0f, 0.01f, "Falling threshold", " V", 0.0f, 10.0f); configParam<ScaledSquaringParamQuantity<1000>>(HOLD_PARAM, 0.0f, 1.0f, 0.031623f, "Hold/reset time", " ms"); - reset(); } void reset() override;