Skip to content

Commit

Permalink
Noise: For White/Pink noise filtering reset the float_val to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadbyte committed Mar 28, 2021
1 parent 533f32e commit 245085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bristol/noise.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static int reset(bristolOP *operator, bristolOPParams *param)
#endif
param->param[0].float_val = 0.000001;
param->param[1].int_val = 0;
param->param[2].int_val = 0.25;
param->param[2].float_val = 0.25;
param->param[3].int_val = 1.0;
return(0);
}
Expand Down

0 comments on commit 245085d

Please sign in to comment.