Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosanfilippo committed May 9, 2020
1 parent ff90097 commit 0cc590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion als.dsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on = checkbox("[0]Active");
memory = checkbox("[1]Memory");
freeze = 1 - checkbox("[2]Freeze");
gain = hslider("[3]Input gain (dB)", 0, -64, 64, .001) : ba.db2linear;
response = hslider("[4]Response (seconds)", .1, .01, 1, .001);
response = hslider("[4]Responsiveness (seconds)", .1, .01, 1, .001);
q = hslider("[5]Selectiveness (Q factor)", 1, .1, 10, .001);
vol = hslider("[6]Output volume (linear)", 0, 0, 1, .001);
spec_cent(in) = dt.sc(2, memory, response, in) : ba.sAndH(freeze) : inspect;
Expand Down

0 comments on commit 0cc590a

Please sign in to comment.