From 25123134eb0d6f3c12ad136fd5b86f0280b4bb0d Mon Sep 17 00:00:00 2001 From: Mick Grierson Date: Wed, 19 Oct 2011 14:16:51 +0100 Subject: woteva --- maximilian.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'maximilian.h') diff --git a/maximilian.h b/maximilian.h index cb1bebb..88b4843 100755 --- a/maximilian.h +++ b/maximilian.h @@ -320,9 +320,10 @@ class maxiDyn { public: double gate(double input, double threshold=0.9, long holdtime=1, double attack=1, double release=0.9995); - double compress(double input, double ratio=2.0, double threshold=0.5); + double compressor(double input, double ratio, double threshold=0.9, double attack=1, double release=0.9995); double input; double ratio; + double currentRatio; double threshold; double output; double attack; -- cgit v1.3