Skip to content

Commit

Permalink
Keep existing formatting
Browse files Browse the repository at this point in the history
PEMDAS will allow it, but let's be consistent. ;)
  • Loading branch information
tresf committed Nov 9, 2017
1 parent 28b79d7 commit 71e84ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyson_compress_1403.xml
Expand Up @@ -142,7 +142,7 @@
<callback event="run"><![CDATA[
unsigned long pos;
float targetlevel = MAXLEVEL * DB_CO(peak_limit);
float rgainfilter = 1.0f / fmaxf(release_time, 0.0000001f) * sample_rate;
float rgainfilter = 1.0f / (fmaxf(release_time, 0.0000001f) * sample_rate);
float fastgaincompressionratio = cfrate;
float compressionratio = crate;
float efilt;
Expand Down

0 comments on commit 71e84ca

Please sign in to comment.