diff options
Diffstat (limited to 'js/Linear/GAIN_f.js')
-rw-r--r-- | js/Linear/GAIN_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Linear/GAIN_f.js b/js/Linear/GAIN_f.js index 3a722b6f..ab745c92 100644 --- a/js/Linear/GAIN_f.js +++ b/js/Linear/GAIN_f.js @@ -22,6 +22,7 @@ function GAIN_f() { GAIN_f.prototype.get = function GAIN_f() { } GAIN_f.prototype.set = function GAIN_f() { + this.gain = parseFloat((arguments[0]["gain"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |