Skip to content

Commit

Permalink
- fix compilation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart authored and Christoph Hart committed Sep 1, 2023
1 parent 1d29f95 commit 47e7990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hi_core/hi_modules/effects/fx/RouteFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e7990

Please sign in to comment.