Skip to content

Commit

Permalink
Decrease Bitcrusher bit depth reduction step size (#5407)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic authored May 9, 2020
1 parent ab107f0 commit 79511d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Bitcrush/BitcrushControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BitcrushControls::BitcrushControls( BitcrushEffect * eff ) :
m_outClip( 0.0f, -20.0f, 20.0f, 0.1f, this, tr( "Output clip" ) ),
m_rate( 44100.f, 20.f, 44100.f, 1.0f, this, tr( "Sample rate" ) ),
m_stereoDiff( 0.f, 0.f, 50.f, 0.1f, this, tr( "Stereo difference" ) ),
m_levels( 256.f, 1.f, 256.f, 1.0f, this, tr( "Levels" ) ),
m_levels( 256.f, 1.f, 256.f, 0.01f, this, tr( "Levels" ) ),
m_rateEnabled( true, this, tr( "Rate enabled" ) ),
m_depthEnabled( true, this, tr( "Depth enabled" ) )
{
Expand Down

0 comments on commit 79511d6

Please sign in to comment.