Skip to content

Commit

Permalink
Increase forced clipping level
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Jan 28, 2019
1 parent c1ae1ed commit 8618ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MixHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bool sanitize( sampleFrame * src, int frames )
}
else
{
src[f][c] = qBound( -10.0f, src[f][c], 10.0f );
src[f][c] = qBound( -1000.0f, src[f][c], 1000.0f );
}
}
}
Expand Down

0 comments on commit 8618ab5

Please sign in to comment.