Skip to content

Commit

Permalink
fix bugged automation ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic committed Jun 20, 2024
1 parent e2153d5 commit cf1e566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/GranularPitchShifter/GranularPitchShifterControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ GranularPitchShifterControls::GranularPitchShifterControls(GranularPitchShifterE
m_glideModel(0.01f, 0.f, 1.f, 0.0001f, this, tr("Glide")),
m_rangeModel(this, tr("Ring Buffer Length"))
{
m_pitchModel.setScaleLogarithmic(true);
m_sizeModel.setScaleLogarithmic(true);
m_sprayModel.setScaleLogarithmic(true);
m_pitchSpreadModel.setScaleLogarithmic(true);
m_spraySpreadModel.setScaleLogarithmic(true);
m_minLatencyModel.setScaleLogarithmic(true);
m_densityModel.setScaleLogarithmic(true);
Expand Down

0 comments on commit cf1e566

Please sign in to comment.