Skip to content

Commit

Permalink
Revert clipping level change
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Jan 3, 2019
1 parent 2239dc3 commit 91a4128
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( -100.0f, src[f][c], 100.0f );
src[f][c] = qBound( -4.0f, src[f][c], 4.0f );
}
}
}
Expand Down

0 comments on commit 91a4128

Please sign in to comment.