From e845325178a25bf5c48ad27679236b4659ce064e Mon Sep 17 00:00:00 2001 From: Zithia Satazaki Date: Tue, 29 Mar 2022 02:21:24 -0400 Subject: [PATCH] bump shape range a bit --- xybrid/nodes/effect/distortion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};