Skip to content

Commit

Permalink
v1.4.0: clip distortion with automatic make-up gain
Browse files Browse the repository at this point in the history
* moved parameter pre-processing to modules

* added UI to modules

* cleaned up code
  • Loading branch information
mzuther committed Mar 12, 2017
1 parent 66f2424 commit e27045e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
v1.0 (2017-03-10)
=================
v1.4.0 (2017-03-12)
===================

* accurate reproduction of the original plug-in
* clip distortion with automatic make-up gain

* moved parameter pre-processing to modules

* added UI to modules

* cleaned up code



Expand All @@ -10,4 +16,11 @@ v1.2.0 (2017-03-11)

* bypass effect blocks

* normalise gain of mathematical overdrive
* added automatic make-up gain to mathematical overdrive



v1.0 (2017-03-10)
=================

* accurate reproduction of the original plug-in
2 changes: 1 addition & 1 deletion modules/screamer.dsp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
---------------------------------------------------------------------------- */

declare name "Screamer";
declare version "1.3.9";
declare version "1.4.0";
declare copyright "(c) 2003-2017 Martin Zuther";
declare license "GPL v3 or later";

Expand Down

0 comments on commit e27045e

Please sign in to comment.