Skip to content

Commit 8618ab5

Browse files
committed
Increase forced clipping level
1 parent c1ae1ed commit 8618ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/MixHelpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bool sanitize( sampleFrame * src, int frames )
9595
}
9696
else
9797
{
98-
src[f][c] = qBound( -10.0f, src[f][c], 10.0f );
98+
src[f][c] = qBound( -1000.0f, src[f][c], 1000.0f );
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)