From 47e79909d97c9b157d266374af1637321cca1b5f Mon Sep 17 00:00:00 2001 From: Christoph Hart Date: Fri, 1 Sep 2023 11:54:14 +0200 Subject: [PATCH] - fix compilation on macOS --- hi_core/hi_modules/effects/fx/RouteFX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hi_core/hi_modules/effects/fx/RouteFX.h b/hi_core/hi_modules/effects/fx/RouteFX.h index 29669b9f7..b08c42890 100644 --- a/hi_core/hi_modules/effects/fx/RouteFX.h +++ b/hi_core/hi_modules/effects/fx/RouteFX.h @@ -313,7 +313,7 @@ struct SendEffect : public MasterEffectProcessor loadAttribute(Gain, "Gain"); loadAttribute(ChannelOffset, "ChannelOffset"); loadAttribute(SendIndex, "SendIndex"); - loadAttributeWithDefault(Smoothing, "Smoothing"); + loadAttributeWithDefault(Smoothing); }; ValueTree exportAsValueTree() const override