diff --git a/Source/audio/BitCrushEffect.h b/Source/audio/BitCrushEffect.h index a2fd9ca6..808fc13b 100644 --- a/Source/audio/BitCrushEffect.h +++ b/Source/audio/BitCrushEffect.h @@ -25,7 +25,7 @@ public: std::make_shared(), std::vector{ new osci::EffectParameter("Bit Crush", "Limits the resolution of points drawn to the screen, making the object look pixelated, and making the audio sound more 'digital' and distorted.", "bitCrushEnable", VERSION_HINT, 0.7, 0.0, 1.0), - new osci::EffectParameter("Bit Crush Strength", "Controls the resolution which points are limited to.", "bitCrushStrength", VERSION_HINT, 0.7, 0.0, 1.0) + new osci::EffectParameter("Bit Crush Strength", "Constrains the resolution which points are limited to.", "bitCrushStrength", VERSION_HINT, 0.7, 0.0, 1.0) }); eff->setIcon(BinaryData::bitcrush_svg); return eff;