diff --git a/Source/audio/BitCrushEffect.h b/Source/audio/BitCrushEffect.h index d7dff1c0..69c9c1db 100644 --- a/Source/audio/BitCrushEffect.h +++ b/Source/audio/BitCrushEffect.h @@ -26,10 +26,10 @@ public: 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.", - "bitCrush", VERSION_HINT, 1.0, 0.0, 1.0), + "bitCrushDryWet", VERSION_HINT, 1.0, 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) + "bitCrush",VERSION_HINT, 0.7, 0.0, 1.0) }); eff->setIcon(BinaryData::bitcrush_svg); return eff; diff --git a/osci-render.jucer b/osci-render.jucer index 633a8819..a703a1a8 100644 --- a/osci-render.jucer +++ b/osci-render.jucer @@ -916,4 +916,3 @@ -