Increase latency in Distortion effect

to reduce skipping, which has been reported with some
settings on Windows.
This commit is contained in:
Steve Daulton 2016-07-25 13:18:52 +01:00
parent 6629733d35
commit 8f016b0c1c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Param( Param2, double, XO("Parameter 2"), 50.0, 0.0, 100.0,
Param( Repeats, int, XO("Repeats"), 1, 0, 5, 1 );
// How many samples are processed before recomputing the lookup table again
#define skipsamples 100
#define skipsamples 1000
const double MIN_Threshold_Linear DB_TO_LINEAR(MIN_Threshold_dB);