diff --git a/xybrid/nodes/effect/distortion.h b/xybrid/nodes/effect/distortion.h index 79ab662..bc48ed3 100644 --- a/xybrid/nodes/effect/distortion.h +++ b/xybrid/nodes/effect/distortion.h @@ -6,7 +6,7 @@ namespace Xybrid::Effects { class Distortion : public Data::Node { NodeLib::Param drive = {"Drive", 0.0, 24.0, 0.0}; - NodeLib::Param shape = {"Shape", -5.0, 5.0, 0.0}; + NodeLib::Param shape = {"Shape", -10.0, 10.0, 0.0}; NodeLib::Param mix = {"Mix", 0.0, 1.0, 1.0}; NodeLib::Param output = {"Output", -12.0, 12.0, 0.0};