diff options
| author | Mick Grierson <mickgrierson@gmail.com> | 2011-10-19 14:16:51 +0100 |
|---|---|---|
| committer | Mick Grierson <mickgrierson@gmail.com> | 2011-10-19 14:16:51 +0100 |
| commit | 25123134eb0d6f3c12ad136fd5b86f0280b4bb0d (patch) | |
| tree | 851a84bf135faf1cce99d466771cc8be6242e616 /maximilian.h | |
| parent | e3921dfbd1530ff379ffcb7af19c775b96933f7d (diff) | |
woteva
Diffstat (limited to 'maximilian.h')
| -rwxr-xr-x | maximilian.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
